Skip to content

Stifael/offboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

offboard

Offboard control using ROS and MAVROS for PX4.

Usage

Can be used for offboard control. It also implements a path following control that can be used independently form the project.

Dependencies

Building

cd ~/some_path
git clone https://github.com/Stifael/offboard
cd ~/catkin_ws
ln -s ~/some_path/offboard ~/catkin_ws/src/offboard
catkin_make

Running project

Start PX4 with e.g.:

make posix gazebo

Then start MAVROS:

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

Start offboard

roslaunch offboard offb.launch

About

mavros controlled interaction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages