-
Notifications
You must be signed in to change notification settings - Fork 37
Home
Maxime Busy edited this page Nov 28, 2019
·
15 revisions
qiBullet is a Bullet-based python simulation for SoftBank Robotics' robots. Currently, only the Pepper robot can be simulated.
The following modules are required:
- numpy
- pybullet
The qiBullet module can be installed via pip, for python 2.7 and python 3:
pip install --user qibullet
The module can also be install from source: clone the repository, select the branch that suits your needs, go to the root of the project and install the simulator with the following command:
python setup.py install --user
Tutorials can be found here. Additional code examples are also available here
The documentation of the API can be found here
Please cite qiBullet if you use this repository in your publications:
@article{busy2019qibullet,
title={qiBullet, a Bullet-based simulator for the Pepper and NAO robots},
author={Busy, Maxime and Caniot, Maxime},
journal={arXiv preprint arXiv:1909.00779},
year={2019}
}
qibullet is under the Apache-2.0 License