How to reset VisualShape's parameters #3685
fishbotics
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am visualizing an environment where a robot is navigating around several floating balls. I have been using
createVisualShape
to create the balls and then attaching them to the environment withcreateMultiBody
. It seems that I have to create the visual shape with the radius up front, but I am creating many examples with different configurations of spheres (in terms of radius and location). Is there any way to change the radius of a visual shape after creating it? Right now, I just create a new one for each trial, but then the simulator eventually crashes (I assume due to too many visual shapes).Beta Was this translation helpful? Give feedback.
All reactions