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

[Feature]: Potential field method on local trajectory RESEARCH #492

Open
SirMDA opened this issue Nov 11, 2024 · 1 comment
Open

[Feature]: Potential field method on local trajectory RESEARCH #492

SirMDA opened this issue Nov 11, 2024 · 1 comment
Assignees
Labels

Comments

@SirMDA
Copy link
Collaborator

SirMDA commented Nov 11, 2024

Feature Description

The Potential Field Method seems to be solving a lot of problems in the Local Planning and Control, due to its robustness and generalized nature. The idea is to classify Cars, Contstruction Sites etc. as Obstructions and simulate give them a virtual Force repelling the Car away from them.
The Goal is to have a Potential Field, where the "safest" spot for the car lines up with the spot with the lowest potential in the given field.

Definition of Done

Done when a Vector to the safest location in the current scenario can be calculated out of 2d data representing the Obstructions detected by the perception (or a simulated environment).

Effort Estimate

15 h

Testability

Testing can be done by plotting the vector in an simulated environment

Dependencies

Dependant on 2d obstruction data

@SirMDA SirMDA added the acting label Nov 11, 2024
@SirMDA SirMDA added this to the Sprint 02 2024-11-25 milestone Nov 11, 2024
@seitzseb seitzseb self-assigned this Nov 19, 2024
@seitzseb seitzseb moved this from 🔖 Ready to 🏗 In progress in PAF Project Backlog Nov 19, 2024
@seitzseb
Copy link
Collaborator

seitzseb commented Nov 19, 2024

image
first prototype developed, next steps is doing it in a running environment with a simple actor moving according to the vector.

this prototype has a downward slope towards the next waypoint implemented in order to push the car forwards.
It has to be determined if this is feasible or if the potential field should only handle the lateral movement of the car.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🏗 In progress
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants