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

Is it possible to set the vehicle to drive forward only #1

Closed
polo1968 opened this issue Sep 11, 2022 · 2 comments
Closed

Is it possible to set the vehicle to drive forward only #1

polo1968 opened this issue Sep 11, 2022 · 2 comments

Comments

@polo1968
Copy link

Thanks for your excellent work!i wonder if it is possible to set the vehicle to drive forward only

@RajPShinde
Copy link
Owner

@polo1968 We can do that in the following two ways

  1. Disable creating nodes that move the vehicle backwards & replace the Reeds-Shepp curves with Dubins curves.
  2. Increase the cost for Backward Motion (This will only incentivize Forward Motions but wont guarantee that we have no Backward Motions).

@polo1968
Copy link
Author

polo1968 commented Sep 16, 2022 via email

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