Files
scout_ros/scout_base
Ruixiang Du 7807b33529 init commit
2019-05-08 04:33:01 -04:00
..
2019-05-08 04:33:01 -04:00
2019-05-08 04:33:01 -04:00
2019-05-08 04:33:01 -04:00
2019-05-08 04:33:01 -04:00
2019-05-08 04:33:01 -04:00
2019-05-08 04:33:01 -04:00
2019-05-08 04:33:01 -04:00

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