We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6641f2d commit 0ea05d9Copy full SHA for 0ea05d9
1 file changed
src/am_super/am_super.cpp
@@ -7,6 +7,7 @@
7
#include <sensor_msgs/Joy.h>
8
#include <sensor_msgs/PointCloud2.h>
9
#include <std_msgs/Int16.h>
10
+#include <std_msgs/Bool.h>
11
12
#include <am_super/baby_sitter.h>
13
#include <am_super/super_state.h>
@@ -566,6 +567,7 @@ class AMSuper : AMLifeCycle
566
567
std_msgs::Bool msg;
568
msg.data = false; //false means deactivate
569
flight_plan_deactivation_pub_.publish(msg);
570
+ ROS_ERROR_STREAM("Sending flight plan kill command.");
571
}
572
573
/**
0 commit comments