mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 03:37:35 +08:00
lpe : move to new vision topic
This commit is contained in:
committed by
Lorenz Meier
parent
f8775306d3
commit
8eaddeee0a
@@ -34,8 +34,8 @@ BlockLocalPositionEstimator::BlockLocalPositionEstimator() :
|
||||
_sub_manual(ORB_ID(manual_control_setpoint), 1000 / 2, 0, &getSubscriptions()),
|
||||
// gps 10 hz
|
||||
_sub_gps(ORB_ID(vehicle_gps_position), 1000 / 10, 0, &getSubscriptions()),
|
||||
// vision 30 hz
|
||||
_sub_vision_pos(ORB_ID(vision_position_estimate), 1000 / 30, 0, &getSubscriptions()),
|
||||
// vision 50 hz
|
||||
_sub_vision_pos(ORB_ID(vehicle_vision_position), 1000 / 50, 0, &getSubscriptions()),
|
||||
// mocap 50 hz
|
||||
_sub_mocap(ORB_ID(att_pos_mocap), 1000 / 50, 0, &getSubscriptions()),
|
||||
// all distance sensors, 10 hz
|
||||
|
||||
Reference in New Issue
Block a user