3D OpenRAVE models for AMOR robot. If you are looking for the source code of the robot itself, visit the amor-api repository (private).
Installation instructions for installing from source can be found here.
- Fork the repository
- Create your feature branch (
git checkout -b my-new-feature
) off themaster
branch, following the Forking Git workflow - Commit your changes
- Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request