Velocity Limits and Protective Stop for MoveIt2 Operation #208
-
Hello, Here is a snippet from my code where I am defining the MoveIt configuration. As you can see, for ".moveit_cpp" I have defined the path to the
Here is my
With this setup, when I increase the "max_velocity_scaling_factor" and "max_acceleration_scaling_factor" too high, the robot will move at speeds that will cause the protective stop to trigger. Here is the error output when that happens:
I was wondering what causes this safety stop. Does the safety stop trigger when the joint velocity and joint acceleration limits defined in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Could you take a look at the logbook on the controller? It is possible, that a safety velocity limit is set for the robot, which is triggered in these cases, or at high speeds/accelerations if the torque sensors are miscalibrated, a (false positive) collision can be detected. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response! This did push me in the right direction, although I should have phrased my question better. The main premise of my question was whether or not the safety configuration on the controller determined the velocity limits when I was controlling the Kuka externally (ROS2). I had disabled some safety configurations and tested, but was still finding that the Kuka was falling into protective stop. Turns out I had not applied my modified safety configuration. With the new configuration, I am able to move the Kuka at increased speeds without falling into protective stop. Thanks again for the help, |
Beta Was this translation helpful? Give feedback.
Thanks for the quick response! This did push me in the right direction, although I should have phrased my question better. The main premise of my question was whether or not the safety configuration on the controller determined the velocity limits when I was controlling the Kuka externally (ROS2). I had disabled some safety configurations and tested, but was still finding that the Kuka was falling into protective stop. Turns out I had not applied my modified safety configuration. With the new configuration, I am able to move the Kuka at increased speeds without falling into protective stop.
Thanks again for the help,
Jacob Kruse