I am now doing a project that wants to set the speed of the Kinova arm with Python (like using the gamepad to increase the speed of translation and orientation).
I have tried two ways but they did not work. I cannot see any changes of the speed, and I need some helps.
The first one I tried is the way that uses constrained pose like the code in the example:
I am now doing a project that wants to set the speed of the Kinova arm with Python (like using the gamepad to increase the speed of translation and orientation).
I have tried two ways but they did not work. I cannot see any changes of the speed, and I need some helps.
The first one I tried is the way that uses constrained pose like the code in the example:
and the second way is using the waypoints with Base_JointSpeeds: