ASIBOT assistive robot: super/meta repository.
Installation
Installation instructions for installing from source can be found here.
Contributing
Posting Issues
- Read CONTRIBUTING.md
- Post an issue / Feature request / Specific documentation request
Fork & Pull Request
- Fork the repository
- Create your feature branch (
git checkout -b my-new-feature
) off the master
branch, following the Forking Git workflow
- Commit your changes
- Push to the branch (
git push origin my-new-feature
)
- Create a new Pull Request