forked from eborghi10/create_autonomy
-
-
Notifications
You must be signed in to change notification settings - Fork 38
Getting started
Emiliano Borghi edited this page Jul 4, 2020
·
14 revisions
ROS stack for iRobot Create 2. It wraps the C++ library libcreate, which uses iRobot's Open Interface Specification.
- Author: Jacob Perron (Autonomy Lab, Simon Fraser University)
- Maintainer: Emiliano Borghi (Ekumen, UTN FRBA)
-
Clone this repo and its dependencies
cd ~/create_ws git clone https://github.com/RoboticaUtnFrba/create_autonomy.git git clone https://github.com/RoboticaUtnFrba/libcreate.git sudo apt-get install -y python3-vcstool vcs import . < create_autonomy/dependencies.repos
-
Setup USB permissions in the host
source ~/create_ws/src/create_autonomy/ca_bringup/scripts/udev/create_rules.sh
-
Build workspace
cd ~/create_ws catkin_make
-
Have fun!
Contributing to the development and maintenance of create_autonomy is encouraged. Feel free to open issues or create pull requests on GitHub.