This repository contains ROS packages for control of an autonomous Renault Twizy at the Department of Electrical Engineering, Chalmers University of Technology, Sweden.
For more detailed information see the wiki.
-
Installing
Clone the repo using
git clone git@github.com:OssianEriksson/autonomous-twizy.git ~/autonomous-twizy/src
Then run
~/autonomous-twizy/src/install.sh
and follow any instructions that are printed out once the script completes successfully.
-
Building
cd ~/autonomous-twizy catkin_make source devel/setup.bash
-
Running Example Launch Files
Keyboard control demo in webots:
roslaunch twizy_bringup webots_keyop.launch
For more example launch files please see twizy_bringup.
View pre-built code API on Github pages or build locally with
~/autonomous-twizy/src/build_docs.sh
See READMEs in root directory of the corresponding ROS package.
Distributed under the Apache 2.0 License. See LICENSE for more information.