Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

End state constraint in QP #14

Open
daaaachuan opened this issue Aug 26, 2020 · 0 comments
Open

End state constraint in QP #14

daaaachuan opened this issue Aug 26, 2020 · 0 comments

Comments

@daaaachuan
Copy link

I have a problem with the coefficients in the end state constraint.
Specificly, I think the coefficient in Btraj/src/trajectory_generator.cpp should be as follows:
line 301-302
aval[0] = - 1.0 * traj_order;
aval[1] = 1.0 * traj_order;
line 315-318
aval[0] = 1.0 * traj_order * (traj_order - 1) / lstScale;
aval[1] = - 2.0 * traj_order * (traj_order - 1) / lstScale;
aval[2] = 1.0 * traj_order * (traj_order - 1) / lstScale;

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

No branches or pull requests

1 participant