-
Notifications
You must be signed in to change notification settings - Fork 2
Robot setup
Rich Wareham edited this page Sep 30, 2013
·
4 revisions
Installation of Lubuntu is straightforward. Set it to auto log in and have the default user be qbo
.
Install ROS via the instructions. Set up a catkin workspace under ~/cued-masters/
. You should now have ~/cued-masters/devel/setup.bash
and friends.
Install the SigProc version of qbo_arduqbo
and the OpenQbo version of qbo_cereal_port
via rosmake:
$ cd ~/cued-masters/src
$ git clone https://github.com/OpenQbo/qbo_cereal_port.git
$ git clone https://github.com/sigproc/qbo_arduqbo.git
$ rosmake qbo_cereal_port
$ rosmake qbo_arduqbo
Add the qbo
user to the dialout
group so that it can access the serial port:
$ sudo usermod -a -G dialout qbo
Add the qbo
user to the video
group so that it can access the webcams (eyes):
$ sudo usermod -a -G video qbo