Skip to content

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.

Getting started

  1. 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
  2. Setup Docker

  3. Build workspace

    catkin_make
  4. Have fun!

Contributions

Contributing to the development and maintenance of create_autonomy is encouraged. Feel free to open issues or create pull requests on GitHub.

iRobot Create 2

Clone this wiki locally