Skip to content
Snippets Groups Projects
Commit 990573ae authored by Thomas Gubler's avatar Thomas Gubler
Browse files

fix logic error in manual input node

parent 869d4115
No related branches found
No related tags found
No related merge requests found
......@@ -145,10 +145,8 @@ void ManualInput::MapButtons(const sensor_msgs::JoyConstPtr &msg, px4::manual_co
msg_mc_sp.loiter_switch = px4::manual_control_setpoint::SWITCH_POS_OFF;
msg_mc_sp.return_switch = px4::manual_control_setpoint::SWITCH_POS_OFF;
return;
} else {
ROS_WARN("requested mode via joystick that is not implemented");
}
}
int main(int argc, char **argv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment