Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/advrhumanoids/centauro_cartesio

Package containg CartesI/O addons relared with the Centauro robot
https://github.com/advrhumanoids/centauro_cartesio

Last synced: 2 days ago
JSON representation

Package containg CartesI/O addons relared with the Centauro robot

Awesome Lists containing this project

README

        

# centauro_cartesio
Package containg CartesI/O addons relared with the Centauro robot

## Build with hhcm-forest
This is a pure cmake package. You can build it easily with the `forest` tool.
```
pip install hhcm-forest
mkdir my_ws && cd my_ws
forest init
source setup.bash
forest add-recipes [email protected]:advrhumanoids/multidof_recipes.git --tag master
forest grow centauro_cartesio -j8
```
Optional: source the created workspace from your .bashrc

## Usage
An example launch file is available as `mon launch centauro_cartesio centauro_car_model.launch [gui:=true]`