Here one will find some useful codes in the basic-codes
directory, for creating applications on pepper robot using python language.
Pepper control including movement, speech and camera programs using speech and command line can be found in the remote
directory.
Pepper's one of the major application created is found in object-detection
directory, it implements exploration and mapping in an unknown environment based on a graph algorithm which works in RealTime as pepper moves by identifying and plotting nodes which are represented using matplotlib. And at every node reached we can make pepper do some task here it captures pictures of the environment and gives it to a DL server, which by using YOLO finds objects in the captured feed from pepper.
I would highly recommend using python virtual environment for installing dependencies used in pepper programming. For installation of python virtual environment one can follow the guide.
pip install -r requirements.txt
One also needs to add naoqi
a third party python package for using qi
drivers one can find the python package here.
If having a trouble while adding the python package on mac follow this repo.
- Navigation and Mapping
- Video Link
- Other Video Links
MIT License 2018 © Vikram Singh and contributors