Offboard control using ROS and MAVROS for PX4.
The initial implementation is taken from the MAVROS offboard control example.
cd ~/wherever/
git clone https://github.com/julianoes/offb.git
cd ~/catkin_ws
ln -s ~/wherever/offb ~/catkin_ws/src/offb
catkin_make
Start PX4 with e.g.:
make posix gazebo
Then start MAVROS:
roslaunch mavros px4.launch fcu_url:="udp://:[email protected]:14557"
And finally offb:
roslaunch offb offb.launch