-
Notifications
You must be signed in to change notification settings - Fork 32
Installation [English]
Ryodo Tanaka edited this page Nov 12, 2015
·
6 revisions
-
Create
catkin_ws
We use Indigo distribution.
If you do not know how to make catkin workspace, go to ROS wiki -
Do
clone
Change<catkin_ws>
to your own catkin workspace path.cd <catkin_ws>/src git clone https://github.com/RyodoTanaka/motoman.git
-
Do
wstool
cd <catkin_ws> wstool init src src/motoman_project/.rosinstall
-
Get following packages using
apt-get
sudo apt-get install ros-indigo-industrial-msgs sudo apt-get install ros-indigo-industrial-robot-simulator sudo apt-get install ros-indigo-industrial-robot-client
-
Do
rosdep
cd <catkin_ws> rosdep install -i --from-paths src
-
Do
catkin_make
cd <catkin_ws> catkin_make