facebookresearch / pyrobot

PyRobot: An Open Source Robotics Research Platform
https://pyrobot.org
MIT License
2.24k stars 348 forks source link

Adding Pepper #132

Open mbusy opened 4 years ago

mbusy commented 4 years ago

Motivation and Context

This PR adds the Pepper robot into the Pyrobot framework. The user can work with a real Pepper (instructions here) or with a simulated one (instructions here), using the qiBullet tool.

Several scripts and resources have been added:

Issues

Two (rather old) issues are linked to that pull request, #11 and #61

Possible improvements/questions

How Has This Been Tested

The PR has been tested with the provided examples and unit tests for Python 2 and 3, with Ubuntu 16.04 and 18.04 (ROS Kinetic and Melodic). No deletions or modifications have been made to the original repository files (apart from the sidebar.json file for the documentation).

Types of changes

Checklist