-
- Downloads
Mission feasibility: Geofence check fix
Current implementation checks against geofence only if it is in polygon form. When it's created via params, it accepts all the waypoints as the number of vertices = 0. Thus, changed the function to the one that is used to check whether geofence is breached in flight.
Showing
- src/modules/navigator/geofence.cpp 5 additions, 0 deletionssrc/modules/navigator/geofence.cpp
- src/modules/navigator/geofence.h 2 additions, 0 deletionssrc/modules/navigator/geofence.h
- src/modules/navigator/mission_feasibility_checker.cpp 9 additions, 4 deletionssrc/modules/navigator/mission_feasibility_checker.cpp
- src/modules/navigator/mission_feasibility_checker.h 1 addition, 1 deletionsrc/modules/navigator/mission_feasibility_checker.h
Loading
Please register or sign in to comment