forked from eborghi10/create_autonomy
-
-
Notifications
You must be signed in to change notification settings - Fork 38
Getting started
Emiliano Borghi edited this page Jun 27, 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 ~/create2 git clone https://github.com/RoboticaUtnFrba/create_autonomy.git sudo apt-get install -y python3-vcstool vcs import . < create_autonomy/rpi.repos
-
Build workspace
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.