Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "subsystems/navigation/nav_survey_rectangle.h"
#include "state.h"
#include "generated/flight_plan.h"
Go to the source code of this file.
Macros | |
#define | SurveyGoingNorth() ((survey_orientation == NS) && (survey_to.y > survey_from.y)) |
#define | SurveyGoingSouth() ((survey_orientation == NS) && (survey_to.y < survey_from.y)) |
#define | SurveyGoingEast() ((survey_orientation == WE) && (survey_to.x > survey_from.x)) |
#define | SurveyGoingWest() ((survey_orientation == WE) && (survey_to.x < survey_from.x)) |
#define | LINE_START_FUNCTION {} |
#define | LINE_STOP_FUNCTION {} |
Functions | |
void | nav_survey_rectangle_init (uint8_t wp1, uint8_t wp2, float grid, survey_orientation_t so) |
void | nav_survey_rectangle (uint8_t wp1, uint8_t wp2) |
Variables | |
float | nav_survey_sweep |
static struct point | survey_from |
static struct point | survey_to |
static bool | survey_uturn = false |
static survey_orientation_t | survey_orientation = NS |
Automatic survey of a rectangle for fixedwings.
Rectangle is defined by two points, sweep can be south-north or west-east.
Definition in file nav_survey_rectangle.c.
#define LINE_START_FUNCTION {} |
Definition at line 48 of file nav_survey_rectangle.c.
#define LINE_STOP_FUNCTION {} |
Definition at line 51 of file nav_survey_rectangle.c.
#define SurveyGoingEast | ( | ) | ((survey_orientation == WE) && (survey_to.x > survey_from.x)) |
Definition at line 42 of file nav_survey_rectangle.c.
#define SurveyGoingNorth | ( | ) | ((survey_orientation == NS) && (survey_to.y > survey_from.y)) |
Definition at line 40 of file nav_survey_rectangle.c.
#define SurveyGoingSouth | ( | ) | ((survey_orientation == NS) && (survey_to.y < survey_from.y)) |
Definition at line 41 of file nav_survey_rectangle.c.
#define SurveyGoingWest | ( | ) | ((survey_orientation == WE) && (survey_to.x < survey_from.x)) |
Definition at line 43 of file nav_survey_rectangle.c.
Do half a circle around WP 0
Do half a circle around WP 0
Definition at line 92 of file nav_survey_rectangle.c.
References LINE_START_FUNCTION, LINE_STOP_FUNCTION, Max, Min, nav_in_circle, nav_in_segment, nav_route_xy(), nav_survey_active, nav_survey_east, nav_survey_north, nav_survey_shift, nav_survey_south, nav_survey_sweep, nav_survey_west, NavCircleWaypoint, NavCourseCloseTo, NavVerticalAltitudeMode, NavVerticalAutoThrottleMode, NS, stateGetPositionEnu_f(), survey_from, survey_orientation, survey_to, survey_uturn, SurveyGoingEast, SurveyGoingNorth, SurveyGoingSouth, SurveyGoingWest, WaypointAlt, waypoints, WaypointX, WaypointY, point::x, and point::y.
void nav_survey_rectangle_init | ( | uint8_t | wp1, |
uint8_t | wp2, | ||
float | grid, | ||
survey_orientation_t | so | ||
) |
Definition at line 55 of file nav_survey_rectangle.c.
References LINE_START_FUNCTION, Max, Min, nav_survey_east, nav_survey_north, nav_survey_shift, nav_survey_south, nav_survey_sweep, nav_survey_west, NS, stateGetHorizontalSpeedDir_f(), stateGetPositionEnu_f(), survey_from, survey_orientation, survey_to, survey_uturn, WaypointX, WaypointY, point::x, and point::y.
float nav_survey_sweep |
Definition at line 33 of file nav_survey_rectangle.c.
Referenced by nav_survey_rectangle(), and nav_survey_rectangle_init().
|
static |
Definition at line 35 of file nav_survey_rectangle.c.
Referenced by nav_survey_rectangle(), nav_survey_rectangle_init(), nav_survey_rectangle_rotorcraft_run(), and nav_survey_rectangle_rotorcraft_setup().
|
static |
Definition at line 38 of file nav_survey_rectangle.c.
Referenced by nav_survey_rectangle(), and nav_survey_rectangle_init().
|
static |
Definition at line 36 of file nav_survey_rectangle.c.
Referenced by nav_survey_rectangle(), and nav_survey_rectangle_init().
|
static |
Definition at line 37 of file nav_survey_rectangle.c.
Referenced by nav_survey_rectangle(), and nav_survey_rectangle_init().