NVlabs / curobo

CUDA Accelerated Robot Library
https://curobo.org
Other
662 stars 86 forks source link

How to reduce the length of trajectory #250

Closed Entongsu closed 2 months ago

Entongsu commented 2 months ago

Hi,

I wonder how to reduce the length of the planned trajectory. I have found it too long some times. Thank you.

scharalambous-sony commented 2 months ago

By length, are you referring to the no of timesteps (or 'knots'), or the motion time? In either case, set a smaller minimum_trajectory_dt, set optimize_dt to True, set a higher interpolation_dt (note the interpolation_dt should be <= minimum_trajectory_dt), and set a smaller traj_tsteps I also recommend using Discussions for this type of questions!

balakumar-s commented 2 months ago

Moving to a discussion here: https://github.com/NVlabs/curobo/discussions/252