Is there any way using the API to change a target to "Keep joint values"? Or change it back to "Keep cartesian position"?
Thanks!
Thanks!
Change target to keep joint values using the API |
Is there any way using the API to change a target to "Keep joint values"? Or change it back to "Keep cartesian position"?
Thanks!
06-14-2024, 08:15 AM
You can set a target to be a joint target by calling setAsJointTarget. This means it will prioritize the joint values over the Cartesian values.
And you can set a target to be a Cartesian target by calling setAsCartesianTarget. This means it will prioritize the Cartesian values over the Joint values. |
Users browsing this thread: |
1 Guest(s) |