-
Notifications
You must be signed in to change notification settings - Fork 32
Installation [English]
Ry0 edited this page Feb 16, 2016
·
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/Nishida-Lab/motoman_project.git
-
Do
wstool
cd <catkin_ws> wstool init src src/motoman_project/dependencies.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 sudo apt-get install ros-indigo-ros-controllers
-
Do
rosdep
cd <catkin_ws> rosdep install -i --from-paths src
-
Do
catkin_make
cd <catkin_ws> catkin_make