Skip to content

Commit f5c012e

Browse files
committed
Updated README
1 parent 39038ca commit f5c012e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,13 @@ The message will appear similar to:
5555
In this case, `ttyUSB0` is indeed the device name. Change your launch script as appropriate based on the actual device your platform is using.
5656

5757
## Can't Open Serial Port
58-
The device (default `ttyUSB0`) needs admin rights to open a serial connection to the U2D2. If the device has insufficient permissions, you will see the following error message:
58+
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:
5959
```
60-
[PortHandlerLinux::SetupPort] Error opening serial port!
6160
================================================================================REQUIRED process [position_control-2] has died!
62-
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].
62+
log file: /home/telee/.ros/log/6f8e199e-44d9-11e9-af4e-7470fd1b9301/position_control-2*.log
63+
Initiating shutdown!
64+
================================================================================
6365
```
6466
The following terminal command (that provides admin rights to this device) should fix this issue:
6567
```

0 commit comments

Comments
 (0)