Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to install on #WMD2017 #34

Open
longjie opened this issue Oct 19, 2017 · 1 comment
Open

how to install on #WMD2017 #34

longjie opened this issue Oct 19, 2017 · 1 comment

Comments

@longjie
Copy link

longjie commented Oct 19, 2017

http://sdk.rethinkrobotics.com/wiki/Workstation_Setup#Step_4:_Install_Baxter_SDK_Dependencies
をみてBaxter SDKをインストールする

$ cd ~/ros_ws/src
$ wstool init .
$ wstool merge https://raw.githubusercontent.com/RethinkRobotics/baxter/master/baxter_sdk.rosinstall
$ wstool update
$ rosdep install --from-paths . --ignore-src
# ROS Indigo
$ source /opt/ros/<ROS DISTRO>/setup.bash
# Build and Install
$ cd ~/ros_ws
$ catkin_make
$ source devel/setup.bash

Move It のインストール (http://sdk.rethinkrobotics.com/wiki/MoveIt_Tutorial)

$ cd ~/ros_ws/src
$ git clone https://github.com/k-okada/moveit_robots.git -b fix_baxter_kineitc
$ cd ~/ros_ws
$ catkin_make
$ source devel/setup.bash

実行

$  roslaunch baxter_moveit_config demo_baxter.launch
@e-kuroda
Copy link

$  roslaunch baxter_moveit_config demo_dummy.launch

が正解のようです

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants