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

https://github.com/graiola/m3ros_control

ros_control for meka robot.
https://github.com/graiola/m3ros_control

Last synced: 10 months ago
JSON representation

ros_control for meka robot.

Awesome Lists containing this project

README

          

### Meka Ros Control

This package implements the ros_control component to control the Meka M3 Robot at Ensta ParisTech.

```bash
git clone https://github.com/ahoarau/m3ros_control.git
cd m3ros_control
git submodule init && git submodule update
cd cmake && git checkout master && cd ..
mkdir build;cd build
cmake ..
make -j$(nproc)
```
Then make sure roscore is started and overlay the config file for the m3 server to find it:
```bash
source m3ros_control/setup.bash
```

>Authors: Gennaro Raiola, Antoine Hoarau