You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While this is running, in a separate terminal window (**NOTE**: the robot will move after these commands):
30
29
```
31
-
source ~/ws/robauton_lab1/devel/setup.bash
32
-
cd ~/ws/robauton_lab1/src/cmu-16662-robot-ctrl
30
+
source ~/ws/robauton_example/devel/setup.bash
31
+
cd ~/ws/robauton_example/src/cmu-16662-robot-ctrl
33
32
python scripts/command_joints.py
34
33
```
35
34
@@ -58,7 +57,7 @@ In this case, `ttyUSB0` is indeed the device name. Change your launch script as
58
57
The device (default `ttyUSB0`) needs admin rights to open a serial connection to the U2D2. If the device has insufficient permissions, you will receive a similar error message as below:
59
58
```
60
59
================================================================================REQUIRED process [position_control-2] has died!
61
-
process has died [pid 2775, exit code -11, cmd /home/telee/ws/robauton_lab1/devel/lib/dynamixel_workbench_controllers/position_control __name:=position_control __log:=/home/telee/.ros/log/6f8e199e-44d9-11e9-af4e-7470fd1b9301/position_control-2.log].
60
+
process has died [pid 2775, exit code -11, cmd /home/telee/ws/robauton_example/devel/lib/dynamixel_workbench_controllers/position_control __name:=position_control __log:=/home/telee/.ros/log/6f8e199e-44d9-11e9-af4e-7470fd1b9301/position_control-2.log].
0 commit comments