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

Addition of DWA #20

Open
UseTheForce007 opened this issue Jan 9, 2025 · 1 comment
Open

Addition of DWA #20

UseTheForce007 opened this issue Jan 9, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@UseTheForce007
Copy link

UseTheForce007 commented Jan 9, 2025

I would like to propose an addition of Dynamic window approach. It's an algorithm I've recently worked on in c++ and can recreate it in python for this repo. It is a relatively simple algorithm to understand as well for beginners.

@ShisatoYano ShisatoYano added the enhancement New feature or request label Jan 9, 2025
@ShisatoYano
Copy link
Owner

Thank you for proposing! You can try adding a new sample program of DWA refer to the following existing code.

For example,
Rear wheel feedback controller as a controller module.
Rear wheel feedback path tracking simulator as a path tracking simulation executor by Rear wheel feedback controller.
You need to create a working branch, implement the code and unit test and send a PR to me refer to contribution document.

If you have any questions, please ask me here.

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

No branches or pull requests

2 participants