Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/advrhumanoids/rosendeffectorpackagemanager

Metapackage containing all the information and rules to download and install the ROSEndEffector framework using rosinstall and wstool
https://github.com/advrhumanoids/rosendeffectorpackagemanager

Last synced: 2 days ago
JSON representation

Metapackage containing all the information and rules to download and install the ROSEndEffector framework using rosinstall and wstool

Awesome Lists containing this project

README

        

# ROSEndEffectorPackageManager
Metapackage containing all the information and rules to download and install the ROSEndEffector framework using rosinstall and wstool

## Install the ROSEndEffector Framework

```
git clone -b master https://github.com/ADVRHumanoids/ROSEndEffectorPackageManager.git
cd ROSEndEffectorPackageManager
./setup.sh
cd src && catkin_init_workspace
rosinstall .
cd ../ && catkin_make
```