-
Notifications
You must be signed in to change notification settings - Fork 32
Installation [Japanese]
Ry0 edited this page Feb 16, 2016
·
7 revisions
-
catkin_ws
を作成してください。
尚、ROSのディストリビューションはIndigoです。
やり方は、ROSの公式サイトをご覧ください。 -
clone
してください。
尚、<catkin_ws>
はご自身で設定したcatkin_workspaceのパスに読み替えてください。cd <catkin_ws>/src git clone https://github.com/Nishida-Lab/motoman_project.git
-
wstool
してください。cd <catkin_ws> wstool init src src/motoman_project/dependencies.rosinstall
-
以下のパッケージを
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
-
rosdep
してください。cd <catkin_ws> rosdep install -i --from-paths src
-
catkin_make
してください。cd <catkin_ws> catkin_make