IGazeControl and PositionControl in the same application #3072
-
I would like to control the head of the robot and I am able to do it using the IGazeControl and the IPositionControl separately. Is there any command to make the IGazeControl release its control on the joints ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @ddetommaso
It's not a matter of releasing the control. Rather, you ought to switch the control mode of the part involved explicitly before using it. To this end, refer to |
Beta Was this translation helpful? Give feedback.
Hi @ddetommaso
It's not a matter of releasing the control. Rather, you ought to switch the control mode of the part involved explicitly before using it.
To this end, refer to
setControlMode
.