Skip to content
Snippets Groups Projects
Commit 71486e3c authored by Angel's avatar Angel
Browse files

fix small thing

parent dfe49202
No related branches found
No related tags found
No related merge requests found
...@@ -575,7 +575,7 @@ void commandCallback(const std_msgs::Int32& commandMsg) { ...@@ -575,7 +575,7 @@ void commandCallback(const std_msgs::Int32& commandMsg) {
case CMD_USE_CUSTOM_CONTROLLER: case CMD_USE_CUSTOM_CONTROLLER:
ROS_INFO("USE_CUSTOM_CONTROLLER Command received"); ROS_INFO("USE_CUSTOM_CONTROLLER Command received");
loadCustomController(); loadCustomController();
useSafeController(); useCustomController();
break; break;
case CMD_CRAZYFLY_TAKE_OFF: case CMD_CRAZYFLY_TAKE_OFF:
......
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