hi again , I’m following this tutorial to model a turn unit
https://www.youtube.com/watch?v=50-_mdsYPkw
because I need to rotate a table to 90 ° everytime I product is grasped inside and a second robot will pick up the product when the table 's rotation equal to 180.
Anyway I see inside the behavior’s option the articulation J1 with its rotation limit and the value of the current rotation.
Is there a simple way to connect this J1 real number to a variable, instead of going through a python script. Then inside my simulation I just set this variable J1 to 90°,180° …
thank in advance