Skip to content

Commit 330214d

Browse files
committed
Fixed cd errors in README
1 parent ff61605 commit 330214d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,19 @@ catkin_make
2222
After successful installation and build:
2323
```
2424
source ~/ws/robauton_lab1/devel/setup.bash
25-
cd ~/ws/robauton_lab1/cmu-16662-robot-ctrl
25+
cd ~/ws/robauton_lab1/src/cmu-16662-robot-ctrl
2626
roslaunch launch/position_control.launch
2727
```
2828

2929
While this is running, in a separate terminal window (**NOTE**: the robot will move after these commands):
3030
```
3131
source ~/ws/robauton_lab1/devel/setup.bash
32-
cd ~/ws/robauton_lab1/cmu-16662-robot-ctrl
32+
cd ~/ws/robauton_lab1/src/cmu-16662-robot-ctrl
3333
python scripts/command_joints.py
3434
```
3535

36+
The robot can be safely shut down by pressing Ctrl+c on the terminal that is running `position_control.launch`. The robot will move into a safe joint configuration before removing motor power.
37+
3638
# Troubleshooting
3739
The argument `device_name` in `position_control.launch` needs to be updated to the actual device being used on your platform, which is the USB device that the U2D2 controller is using. If the default parameter in `position_control.launch` is not valid, the following command will show the device name:
3840
```

0 commit comments

Comments
 (0)