-
Updated
Dec 1, 2020 - C++
pybullet
Here are 67 public repositories matching this topic...
-
Updated
Nov 21, 2020 - Python
-
Updated
Oct 21, 2020 - Python
-
Updated
Aug 5, 2019 - Python
-
Updated
Nov 24, 2020 - Python
-
Updated
Oct 17, 2020 - C++
-
Updated
Nov 29, 2020 - Python
-
Updated
Apr 28, 2019 - Python
-
Updated
Nov 30, 2020 - Python
-
Updated
Dec 1, 2020 - C++
-
Updated
Nov 19, 2020 - Python
-
Updated
Jan 9, 2018 - Python
-
Updated
Nov 8, 2020 - Python
-
Updated
Nov 18, 2019 - Python
Feature Request
It would be nice to have an example showing how to load a robot from URDF / ROS (robot in meters) and then scale it (for millimeters).
robot = client.load_robot(load_geometry=True)
robot.artist = RobotArtist(robot.model)
robot.scale(1000)
It should also be ensured that scale() can be called before or after setting the artist, and lead to the same result.
-
Updated
Nov 2, 2020 - Jupyter Notebook
-
Updated
Jul 10, 2020 - Jupyter Notebook
-
Updated
Jul 8, 2020 - Python
-
Updated
Oct 28, 2020 - Python
-
Updated
Nov 28, 2020 - Python
-
Updated
Nov 30, 2020 - C++
-
Updated
Nov 23, 2020 - Python
-
Updated
Oct 13, 2020 - Python
-
Updated
Jun 5, 2020 - Python
-
Updated
Nov 20, 2020 - C++
-
Updated
Oct 4, 2019 - Python
-
Updated
Jul 30, 2019 - Python
-
Updated
Jun 8, 2020
Improve this page
Add a description, image, and links to the pybullet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pybullet topic, visit your repo's landing page and select "manage topics."


How do you install pybulletgym?
I installed openai gym, and pybulletgym. But how do I add the environments you have there?
I have attempted pip install pybulletgym, and get nothing