Skip to content
#

architecture

Here are 133 public repositories matching this topic...

flask-now
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 architecture 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 architecture topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.