Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/advrhumanoids/rosendeffectorpackagemanager
- Owner: ADVRHumanoids
- License: apache-2.0
- Created: 2020-04-27T09:43:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T10:48:07.000Z (over 2 years ago)
- Last Synced: 2023-08-04T03:06:16.107Z (over 1 year ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```