-
Notifications
You must be signed in to change notification settings - Fork 2
Decision Tree
FabianBell edited this page Apr 28, 2020
·
2 revisions
- Distance of the distance sensors -> 8 sensors
- Human info -> distance, horizontal angle and vertical angle
- No human detected:
- human info fails to detect human
- Start to search for human
- use last human direction and rotate for in that direction for a given degree
- Human is close:
- fly back
- check walls -> use range sensor node information -> avoid walls
- if obstacle detected behind fly in direction of horizontal correction
- Human far away:
- Do nothing but the default case
- Defaul Case:
- done in every case
- adjust yaw based on human direction
- correct position based on range sensor information
- if adversarial corrections are required -> stop