mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-12 11:20:02 +08:00
init commit
This commit is contained in:
16
scout_base/README.md
Normal file
16
scout_base/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Prerequisites
|
||||
|
||||
* Make sure your user account has access to
|
||||
* serial port (to communicate with robot base)
|
||||
* keyboard input (to use keyboard control)
|
||||
|
||||
* Grant access to serial port
|
||||
```
|
||||
# Note: you can use "ls /dev/ttyUSB*" to check the serial port number on your computer
|
||||
$ sudo chmod 666 /dev/ttyUSB0
|
||||
```
|
||||
|
||||
* Add user to "input" group
|
||||
```
|
||||
$ sudo adduser <your-user-name> input
|
||||
```
|
||||
Reference in New Issue
Block a user