Skip to content
#

aec

Here are 73 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.

AlanRynne
AlanRynne commented Nov 30, 2021

Expected vs. Actual Behavior

Not a problem! We just added a check in the validation process to ensure the account and the url are from the same server before proceeding to fetch the stream to ensure account has access.

If the account was not from the same server, it made no sense to even try to fetch, so now we output a more appropriate exception.

Proposed Solution (if any)

Do

Improve this page

Add a description, image, and links to the aec 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 aec topic, visit your repo's landing page and select "manage topics."

Learn more