Grouping joints or setting dynamic properties through the api.

Typically: "How do I... ", "How can I... " questions
Post Reply
alexdupond
Posts: 9
Joined: 30 Oct 2019, 16:29

Grouping joints or setting dynamic properties through the api.

Post 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

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

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

Post 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

alexdupond
Posts: 9
Joined: 30 Oct 2019, 16:29

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

Post by alexdupond »

Thanks, that worked !

Best regards
Alexander

Post Reply