Skip to content

Start Joint State with Non-Zero Vel/Acc/Jerk for TrajOpt Solver #78

Closed Answered by balakumar-s
gaokai15 asked this question in Research Q&A
Discussion options

You must be logged in to vote

These are the parameters you need to change:

Parameter Value Why?
optimize_dt False Do not try to optimize over dt as changing dt will change the magnitude of initial velocity & acceleration
trajopt_dt 0.05 Reduce initial dt to get more optimal solution as we disabled optimization over dt
trajopt_tsteps 36 Since we are optimizing over smaller dt, we might need more timesteps to optimize.
trim_steps [1, None] Output trajectory will contain trajectory starting from [0-1,0,... T]. We hence trim the first timestep.

Regarding optimizing for target joint state, does that mean you want to have a specific target velocity and acceleration for the joints at the final timestep? This …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@gaokai15
Comment options

@balakumar-s
Comment options

Answer selected by gaokai15
@gaokai15
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants