GUI does not update collision object size
Hi, I have created a plugin to change the size of link collision object and it works fine. Although the GUI does not show the change. How to update the collision object also in the GUI? The plugin works while simulation is paused, is it the source of the problem?
What API are you using to change the size?
Hi sorry for the late answer, I am changing the radius of a cylinder via the method
CylinderShapePtr->SetRadius()