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

trajectory kappa is not in kappa constraint #5

Closed
Hasakiya opened this issue May 16, 2023 · 1 comment
Closed

trajectory kappa is not in kappa constraint #5

Hasakiya opened this issue May 16, 2023 · 1 comment

Comments

@Hasakiya
Copy link

Hello, in the process of using the code, I found that the curvature of the planned trajectory would not conform to the curvature constraint. May I ask whether the constraint became a soft constraint after being converted into the objective function?
image(forward and backward max kappa is 1)

@Han-Sin
Copy link
Collaborator

Han-Sin commented Jun 21, 2023

From a theoretical perspective, soft constraints should also be limited within an acceptable range. However, in this case, the violation is clearly excessive and unscientific.
After debugging, we discovered a parameter bug in this version of the code. The penalty weight for the curvature feasibility constraint was noticeably small, so we increased it accordingly. Additionally, the completeness and quality of our algorithm depend on the number of polynomial pieces, which we also slightly increased.
After resolving these bugs, the maximum curvature was 1.01, and the amount of violation was within an acceptable range. Thank you for bringing this issue to our attention, and we have updated the code accordingly.

If you require more detailed technical assistance, please feel free to contact me: [email protected]

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

2 participants