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

Add evasion state and behavior #75

Open
3 tasks done
Samir-Rashid opened this issue Jan 10, 2024 · 0 comments · May be fixed by #104
Open
3 tasks done

Add evasion state and behavior #75

Samir-Rashid opened this issue Jan 10, 2024 · 0 comments · May be fixed by #104
Assignees
Labels
feature New feature or request

Comments

@Samir-Rashid
Copy link
Contributor

Samir-Rashid commented Jan 10, 2024

Our exact method for detecting dynamic obstacles in still in flux (FAA ID or CV), but work can still continue for dynamic avoidance.
The detection part is decoupled from the behavior once an object is detected.
Steps:

  • Create a plane state for being in avoidance mode
  • Design the plumbing for how to get data to the pathing system (a list of dynamic object locations? a vector of their movement?)
  • Implement the behavior to do emergency avoidance

Testing plan:
Be sure to make test cases that mock responding to dynamic obstacle in each avoidance case.

@Samir-Rashid Samir-Rashid self-assigned this Jan 10, 2024
@Samir-Rashid Samir-Rashid changed the title Plumbing for dynamic avoidance to take over Add evasion state and behavior Jan 10, 2024
@Samir-Rashid Samir-Rashid added the feature New feature or request label Jan 14, 2024
@Samir-Rashid Samir-Rashid linked a pull request Jan 31, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant