11-09-2021, 07:23 AM
Hello everyone.
I'm trying to move Mitsubishi robot. When I control the speed of mitsuhbishi robot, I'm using command 'setSpeed'. It feels like it's just below this.
I can increase the speed to 50 or more with this command, but changing it to a number less than 50 was not slow it down any futher. speed_liner, speed_joints, accel_linear, accel_joints, no matter what number I change, it wasn't slow down.
what should I do?
I'm trying to move Mitsubishi robot. When I control the speed of mitsuhbishi robot, I'm using command 'setSpeed'. It feels like it's just below this.
Code:
robot.setSpeed(50,50,50,50)
I can increase the speed to 50 or more with this command, but changing it to a number less than 50 was not slow it down any futher. speed_liner, speed_joints, accel_linear, accel_joints, no matter what number I change, it wasn't slow down.
what should I do?