forked from akrouch-robi in bitbucket
- Install dependencies
# MoveIt! packages and controller manager for ROS Kinetic
sudo apt install ros-kinetic-moveit* ros-kinetic-controller-manager*
# Industrial packages
sudo apt-get install ros-kinetic-industrial-core ros-kinetic-industrial-robot-client ros-kinetic-industrial-robot-simulator
- build source
cd ~/<Your Workspace>/
catkin_make
catkin build #if you use catkin_tools
Please see pa10_tutor repo here.