Changes between Version 3 and Version 4 of Therapy/RosTeachAndPlay
- Timestamp:
- Dec 8, 2016, 3:35:51 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Therapy/RosTeachAndPlay
v3 v4 9 9 10 10 == Launching == 11 To run teach and play, open a terminal and run the command the corresponds to the robot you're using :11 To run teach and play, open a terminal and run the command the corresponds to the robot you're using. In this case, "left" and "right" refer to which robot you are using in a bimanual setup, not the configuration of the robot. If you only have one robot, it is always the "left" robot. 12 12 13 ==== For the right-handed robot ==== 13 ==== For the left robot ==== 14 `roslaunch proficio_client_ros teach_and_play_demo.launch side:=left` 15 16 ==== For the right robot ==== 14 17 `roslaunch proficio_client_ros teach_and_play_demo.launch side:=right` 15 16 ==== For the left-handed robot ====17 `roslaunch proficio_client_ros teach_and_play_demo.launch side:=left`18 18 19 19 If you are not familiar with linux, see https://help.ubuntu.com/stable/ubuntu-help/.