Repository contains the project for my BsC Degree. It is based on the implementation of a gateway for the Pepper robot, which can establish a point of contact between the user and the robot itself. In this way, the user can interface with the robot, order movements and/or information, or more generally request tasks. The latter are carried out completely autonomously by the robot.
View Demo
·
Report Bug
·
Request Feature
Python 2.7
First you need to download a Python SDK for Pepper, PyNaoqi.
make build
- Clone the repo
git clone https://github.com/UniCT-ARSLab/PepperGateway.git
- Build Docker Image
make build
- Run container. Before run, make sure you have changed the volume path on the Makefile.
make run
For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU GPLv3 License. See LICENSE.txt
for more information.
Project Link: https://github.com/UniCT-ARSLab/PepperGateway