Skip to content

Commit

Permalink
rc_mode -> joystick_active
Browse files Browse the repository at this point in the history
  • Loading branch information
DanHert committed Feb 26, 2024
1 parent bc7da97 commit aba455c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_acquisition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ void Acquisition::controlManagerCallback(const mrs_msgs::ControlManagerDiagnosti

uav_status_.flying_normally = msg->flying_normally;
uav_status_.have_goal = msg->tracker_status.have_goal;
uav_status_.rc_mode = msg->rc_mode;
uav_status_.rc_mode = msg->joystick_active;
uav_status_.tracking_trajectory = msg->tracker_status.tracking_trajectory;
uav_status_.callbacks_enabled = msg->tracker_status.callbacks_enabled;

Expand Down

0 comments on commit aba455c

Please sign in to comment.