Controlling the speed of the manipulator/robot #535
-
|
Hi, thank you for the great work on cuRobo! A few setup details for context:
Issue DetailsI'm trying to control the speed of the manipulator when executing tasks — specifically using the In the script (around line 137), there's a commented line: # self.robot_cfg["kinematics"]["cspace"]["max_acceleration"] = 10.0 # controls how fast robot movesThe comment suggests that uncommenting and modifying this should affect how fast the robot moves. However, even after uncommenting and increasing this value, there was no noticeable change in the manipulator's speed. When I checked the corresponding Questions
@balakumar-s — would really appreciate any clarification or guidance here. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You should only change time_dilation_factor. This will not change the trajectory optimization and will instead re-time the trajectory, so you should see the same success rate for slow and fast trajectories. |
Beta Was this translation helpful? Give feedback.
You should only change time_dilation_factor. This will not change the trajectory optimization and will instead re-time the trajectory, so you should see the same success rate for slow and fast trajectories.