Skip to content

Commit

Permalink
mavlink fix incorrect attitude_sp subscription in HIGH_LATENCY (#7928)
Browse files Browse the repository at this point in the history
  • Loading branch information
elton-choi authored and dagar committed Sep 7, 2017
1 parent 665ab03 commit 43667b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/mavlink/mavlink_messages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4055,7 +4055,7 @@ class MavlinkStreamHighLatency : public MavlinkStream
_actuator_time(0),
_airspeed_sub(_mavlink->add_orb_subscription(ORB_ID(airspeed))),
_airspeed_time(0),
_attitude_sp_sub(_mavlink->add_orb_subscription(ORB_ID(fw_pos_ctrl_status))),
_attitude_sp_sub(_mavlink->add_orb_subscription(ORB_ID(vehicle_attitude_setpoint))),
_attitude_sp_time(0),
_attitude_sub(_mavlink->add_orb_subscription(ORB_ID(vehicle_attitude))),
_attitude_time(0),
Expand Down

0 comments on commit 43667b2

Please sign in to comment.