AutonomousVehicleControlBeginnersGuide icon indicating copy to clipboard operation
AutonomousVehicleControlBeginnersGuide copied to clipboard

Addition of DWA

Open UseTheForce007 opened this issue 1 year ago • 1 comments

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.

UseTheForce007 avatar Jan 09 '25 16:01 UseTheForce007

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.

ShisatoYano avatar Jan 10 '25 01:01 ShisatoYano