robotic arm safety with proximity sensor
Hello
I am working on a robotic arm.
The issue I'm working on right now is security.
My aim is to slow down the speed of the robotic arm if a human enters the environment while the robotic arm is moving.
The closer the human gets to the robotic arm, the more I want to slow down the robotic arm.
I used setMaxVelocityScalingFactor and setMaxAccelerationScalingFactor for this, but these can be used before execution.
The speed of the robotic arm should slow down during execution.
that is, I want to reduce the speed of the robotic arm when a human enters the environment while the robotic arm is moving.
Thank you so much