This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @file offb_node.cpp | |
* @brief Offboard control example node, written with MAVROS version 0.19.x, PX4 Pro Flight | |
* Stack and tested in Gazebo SITL | |
*/ | |
#include <ros/ros.h> | |
#include <geometry_msgs/PoseStamped.h> | |
#include <mavros_msgs/CommandBool.h> | |
#include <mavros_msgs/SetMode.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @file mavros_fly_mission_node.cpp | |
* @brief Demonstration of Flying Waypoint missions using MAVROS | |
* @author Shakthi Prashanth M <shakthi.prashanth.m@intel.com> | |
* @version 0.0.1 | |
* @date 2017-09-01 | |
*/ | |
#include <ros/ros.h> | |
#include <geometry_msgs/PoseStamped.h> |