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

Steering angle cost #2

Open
farhadnawaz opened this issue Oct 22, 2024 · 0 comments
Open

Steering angle cost #2

farhadnawaz opened this issue Oct 22, 2024 · 0 comments

Comments

@farhadnawaz
Copy link

In this line, shouldn't the cost be abs(motionCommand[0])? It seems like, you are penalizing only the positive steerings and that negative steering is actually advantageous. Any specific reason for this cost?

I tried abs(motionCommand[0]), but the path length of the Hybrid A* path is greater when compared to just using motionCommand[0]. Do you have an explanation for this behavior?

Thanks in advance!

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