UniversalRobots / Universal_Robots_ROS2_Gazebo_Simulation

BSD 3-Clause "New" or "Revised" License
63 stars 27 forks source link

Robot Movement Velocity #30

Closed Icon45 closed 9 months ago

Icon45 commented 1 year ago

Hi everyone,

i'm trying to set the movement speed of the ur in my simulation. Unfortunately i don't know how to do that since i'm only sending a joint trajectory to the respective topic. Does anyone know how to set the velocity so that the robot can move faster/slower than the default?

fmauch commented 9 months ago

The trajectory that you send for execution is being executed with the time constraints from that trajectory. If you want to execute that slower, you'll have to modify the trajectory. However, you can also reduce the real-time update rate of your simulation. The default is at 1000, the following limits the RT-factor to 0.5:

image

I hope, this helps, I'll close this as resolved. Feel free to reopen / comment if you think this is not justified.