|
|
|
|
|
by erwincoumans
3327 days ago
|
|
You could also try out pybullet, the official Python bindings for Bullet Physics which uses the same underpinnings as Roboschool: pip install pybullet and you are up and running, quickstart guide is at http://pybullet.org. It has a Minitaur quadruped robot as one of the examples. |
|