Paparazzi UAS  v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
nav_survey_zamboni.c File Reference

Zamboni pattern survey for fixedwings. More...

#include "modules/nav/nav_survey_zamboni.h"
#include "firmwares/fixedwing/nav.h"
#include "autopilot.h"
#include "generated/flight_plan.h"
+ Include dependency graph for nav_survey_zamboni.c:

Go to the source code of this file.

Macros

#define LINE_START_FUNCTION   {}
 
#define LINE_STOP_FUNCTION   {}
 

Functions

void nav_survey_zamboni_setup (uint8_t center_wp, uint8_t dir_wp, float sweep_length, float sweep_spacing, int sweep_lines, float altitude)
 initializes the variables needed for the survey to start. More...
 
bool nav_survey_zamboni_run (void)
 main navigation routine. More...
 

Variables

struct ZamboniSurvey zs
 

Detailed Description

Zamboni pattern survey for fixedwings.

Definition in file nav_survey_zamboni.c.

Macro Definition Documentation

#define LINE_START_FUNCTION   {}

Definition at line 39 of file nav_survey_zamboni.c.

Referenced by nav_survey_zamboni_run().

#define LINE_STOP_FUNCTION   {}

Definition at line 42 of file nav_survey_zamboni.c.

Referenced by nav_survey_zamboni_run().

Function Documentation

void nav_survey_zamboni_setup ( uint8_t  center_wp,
uint8_t  dir_wp,
float  sweep_length,
float  sweep_spacing,
int  sweep_lines,
float  altitude 
)

initializes the variables needed for the survey to start.

Parameters
center_wpthe waypoint defining the center of the survey-rectangle
dir_wpthe waypoint defining the orientation of the survey-rectangle
sweep_lengththe length of the survey-rectangle
sweep_spacingdistance between the sweeps
sweep_linesnumber of sweep_lines to fly
altitudethe altitude that must be reached before the flyover starts

Definition at line 57 of file nav_survey_zamboni.c.

References ZamboniSurvey::altitude, altitude, ZamboniSurvey::current_laps, ZamboniSurvey::flight_angle, FLOAT_VECT2_NORMALIZE, NavVerticalAltitudeMode, NavVerticalAutoThrottleMode, ZamboniSurvey::pre_leave_angle, ZamboniSurvey::ret_end, ZamboniSurvey::ret_start, ZamboniSurvey::return_angle, ZamboniSurvey::seg_end, ZamboniSurvey::seg_start, ZamboniSurvey::stage, ZamboniSurvey::sweep_width, ZamboniSurvey::total_laps, ZamboniSurvey::turn_center1, ZamboniSurvey::turn_center2, ZamboniSurvey::turnradius1, ZamboniSurvey::turnradius2, VECT2_COPY, VECT2_DIFF, VECT2_SMUL, VECT2_SUM, waypoints, ZamboniSurvey::wp_center, ZamboniSurvey::wp_dir, FloatVect2::x, FloatVect2::y, Z_ENTRY, and zs.

Variable Documentation

struct ZamboniSurvey zs

Definition at line 45 of file nav_survey_zamboni.c.

Referenced by nav_survey_zamboni_run(), and nav_survey_zamboni_setup().