The Wayback Machine - https://web.archive.org/web/20210818055112/https://github.com/topics/pybullet
Skip to content
#

pybullet

Here are 103 public repositories matching this topic...

yck011522
yck011522 commented Jun 4, 2020

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.

Improve this page

Add a description, image, and links to the pybullet topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pybullet topic, visit your repo's landing page and select "manage topics."

Learn more