Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 827 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 827 Bytes

Build Status

This is for aerial robot, especially for transformable aerial robot as shown in following figure.

uav_intro

how to compile

cd <catkin_ws>
wstool init src
wstool set -u -t src aerial_robot http://github.com/JSKAerialRobot/aerial_robot --git
wstool merge -t src src/aerial_robot/aerial_robot_${ROS_DISTRO}.rosinstall
wstool update -t src
rosdep install -y -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO
catkin build

Special Cases

how to use

Please check instruction in wiki.