Skip to content

Installation [English]

Ryodo Tanaka edited this page Nov 11, 2015 · 6 revisions
  1. Createcatkin_ws
    We use Indigo distribution.
    If you do not know how to make catkin workspace, go to ROS wiki

  2. Do clone
    Change '<catkin_ws>' to your own catkin workspace path.

    cd <catkin_ws>/src
    git clone https://github.com/RyodoTanaka/motoman.git
  3. Do wstool

    cd <catkin_ws>
    wstool init src src/motoman_project/.rosinstall
  4. Do rosdep

    cd <catkin_ws>
    rosdep install -i --from-paths src
  5. Do catkin_make

    cd <catkin_ws>
    catkin_make