Skip to content

cesarecaputi/offb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

offb

Offboard control using ROS and MAVROS for PX4.

The initial implementation is taken from the MAVROS offboard control example.

Usage

Dependencies

Building

cd ~/wherever/
git clone https://github.com/julianoes/offb.git
cd ~/catkin_ws
ln -s ~/wherever/offb ~/catkin_ws/src/offb
catkin_make

Running

Start PX4 with e.g.:

make posix gazebo

Then start MAVROS:

roslaunch mavros px4.launch fcu_url:="udp://:14540@127.0.0.1:14557"

And finally offb:

roslaunch offb offb.launch

About

Offboard control for PX4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 58.9%
  • C++ 41.1%