Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Robotqx/mavros

 
 

How to use

  1. Read master branch's README.md(options)
  2. sudo apt-get install python-catkin-tools python-rosinstall-generator -y

How to build

$ mkdir mavros_ws/src

$ cd mavros_ws

$ catkin init

$ cd src

$ git clone https://github.com/huanglilong/mavros

$ git clone https://github.com/huanglilong/mavlink-kinetic mavlink

$ catkin build [mavros]

How to connect to pixhawk

Read px4's doc

$ roslaunch mavros px4.launch

Press safety switch here!

$ rosrun mavros mavsafety arm

$ rosrun mavros offb_node

Simulating with gazebo

$ make posix_sitl_default gazebo

$ roslaunch mavros px4.launch fcu_url:="udp://:[email protected]:14557"

Get the topic's messages

$ rqt_graph

$ rosrun rqt_topic rqt_topic

About

For Kinetic ROS Distribution

Resources

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE.md
BSD-3-Clause
LICENSE-BSD.txt
GPL-3.0
LICENSE-GPLv3.txt
LGPL-3.0
LICENSE-LGPLv3.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 76.9%
  • Python 19.3%
  • CMake 3.3%
  • EmberScript 0.5%