We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Createcatkin_ws We use Indigo distribution. If you do not know how to make catkin workspace, go to ROS wiki
catkin_ws
Do clone Change '<catkin_ws>' to your own catkin workspace path.
clone
cd <catkin_ws>/src git clone https://github.com/RyodoTanaka/motoman.git
Do wstool
wstool
cd <catkin_ws> wstool init src src/motoman_project/.rosinstall
Do rosdep
rosdep
cd <catkin_ws> rosdep install -i --from-paths src
Do catkin_make
catkin_make
cd <catkin_ws> catkin_make