Skip to content

Commit 9995755

Browse files
committed
Updated README
1 parent 2321846 commit 9995755

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,30 @@ This package contains control software and utilities for using the robots for th
55
This package requires the following software dependencies:
66
- Ubuntu 16.04 LTS
77
- ROS Kinetic
8-
- TBD
98

109
# Installation
1110
```
12-
mkdir -p ~/ws/robauton_lab1/src
13-
cd ~/ws/robauton_lab1
11+
mkdir -p ~/ws/robauton_example/src
12+
cd ~/ws/robauton_example
1413
catkin_make
15-
cd ~/ws/robauton_lab1/src
14+
cd ~/ws/robauton_example/src
1615
git clone https://github.com/timeous/cmu-16662-robot-ctrl
17-
cd ~/ws/robauton_lab1
16+
cd ~/ws/robauton_example
1817
catkin_make
1918
```
2019

21-
# Basic Usage
20+
# Basic Control Usage
2221
After successful installation and build:
2322
```
24-
source ~/ws/robauton_lab1/devel/setup.bash
25-
cd ~/ws/robauton_lab1/src/cmu-16662-robot-ctrl
23+
source ~/ws/robauton_example/devel/setup.bash
24+
cd ~/ws/robauton_example/src/cmu-16662-robot-ctrl
2625
roslaunch launch/position_control.launch
2726
```
2827

2928
While this is running, in a separate terminal window (**NOTE**: the robot will move after these commands):
3029
```
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
3332
python scripts/command_joints.py
3433
```
3534

@@ -58,7 +57,7 @@ In this case, `ttyUSB0` is indeed the device name. Change your launch script as
5857
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:
5958
```
6059
================================================================================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].
6261
log file: /home/telee/.ros/log/6f8e199e-44d9-11e9-af4e-7470fd1b9301/position_control-2*.log
6362
Initiating shutdown!
6463
================================================================================

0 commit comments

Comments
 (0)