Kinovarobotics / ros_kortex

ROS packages for KINOVA® KORTEX™ robotic arms
Other
160 stars 159 forks source link

How to increase the max cartesian velocity speed? #315

Closed IsaacSheidlower closed 7 months ago

IsaacSheidlower commented 8 months ago

Hello,

I have recently been using the cartesian velocity service for control, but need to increese its angular speed. I can figure out how to increase the joint speed for joint velocity control, and wehn using the xbox controller directly, can raise the speed of the cartessian control significantly faster than the default max in the cartesian velocity service. I have tried using the ChangeTwist action but that always returns an error.

Please advice. Thank you very much.

martinleroux commented 8 months ago

Hi,

You can use the SetTwistLinearSoftLimit service. Alternatively, you can also use the Web App in Configurations > Speed Limits > Advanced > Cartesian Joystick.

Cheers

IsaacSheidlower commented 7 months ago

Worked out! Also used AngularSoftLimit. Thank you very much!