Skip to content

Commit 0ea05d9

Browse files
author
Aaron Roller
committed
syntax bool import AM-799/deactivate
1 parent 6641f2d commit 0ea05d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/am_super/am_super.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <sensor_msgs/Joy.h>
88
#include <sensor_msgs/PointCloud2.h>
99
#include <std_msgs/Int16.h>
10+
#include <std_msgs/Bool.h>
1011

1112
#include <am_super/baby_sitter.h>
1213
#include <am_super/super_state.h>
@@ -566,6 +567,7 @@ class AMSuper : AMLifeCycle
566567
std_msgs::Bool msg;
567568
msg.data = false; //false means deactivate
568569
flight_plan_deactivation_pub_.publish(msg);
570+
ROS_ERROR_STREAM("Sending flight plan kill command.");
569571
}
570572

571573
/**

0 commit comments

Comments
 (0)