Skip to content

maverickjoy/pepper-robot-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEPPER ROBOT CODES

NAOqi Python SDK MIT PRs Welcome

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.

Installation

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.

Notes

  • Navigation and Mapping



  • Video Link

ASTHAMA SERACH VIDEO

  • Other Video Links

FALL DETECTION VIDEO

TICTACTOE VIDEO

License

MIT License 2018 © Vikram Singh and contributors