Page 1 of 1

Grouping joints or setting dynamic properties through the api.

Posted: 13 Feb 2020, 14:22
by alexdupond
Hi

I have multiple joints and want to change their properties all at once. Can this be done through the API or is there somehow to group joints so they shares dynamic properties (such as maximum torque and velocity limits)?

Best regards
Alexander

Re: Grouping joints or setting dynamic properties through the api.

Posted: 13 Feb 2020, 14:59
by coppelia
Hello Alexander,

you can change almost all properties of joints via the API. You have 3 groups of APIs for doing this:
Then, using a customization script (or better, add-on script) and some custom UI, you can build that functionality. Note however that not all properties can be modified while simulation is running.

Cheers

Re: Grouping joints or setting dynamic properties through the api.

Posted: 16 Feb 2020, 13:12
by alexdupond
Thanks, that worked !

Best regards
Alexander