Sending velocity commands over Mavros
Hello,
I am building a fixed wing drone and I am trying to send velocity commands to the flight controller (a Pixhawk) from an onbord computer (Nvidia Jetson TX2) running ROS.
the code I am using to send the commands looks like this:
ros::Publisher cmd
Read more…