#include <ros/ros.h>
#include <std_msgs/Empty.h>
#include <cstdlib>
#include <ardrone_autonomy/Navdata.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | nav_callback (const ardrone_autonomy::Navdata &msg_in) |
Variables | |
int | drone_state |
std_msgs::Empty | emp_msg |
ardrone_autonomy::Navdata | msg_in |
void nav_callback | ( | const ardrone_autonomy::Navdata & | msg_in | ) |
int drone_state |