|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
33 #include "generated/flight_plan.h"
50 radius = fabs(radius);
56 float d = sqrt(l2_l1_x * l2_l1_x + l2_l1_y * l2_l1_y);
59 float u_x = l2_l1_x / d;
60 float u_y = l2_l1_y / d;
88 float qdr_out_2_1 = M_PI / 3. - atan2(u_y, u_x);
90 float qdr_out_2_2 = -M_PI / 3. - atan2(u_y, u_x);
91 float qdr_out_2_3 = M_PI - atan2(u_y, u_x);
line_status
Copy of nav line.
void nav_circle_XY(float x, float y, float radius)
Navigates around (x, y).
#define NavSegment(_start, _end)
#define NavQdrCloseTo(x)
True if x (in degrees) is close to the current QDR (less than 10 degrees)
static struct UtmCoor_f * stateGetPositionUtm_f(void)
Get position in UTM coordinates (float).
struct point waypoints[NB_WAYPOINT]
size == nb_waypoint, waypoint 0 is a dummy waypoint
#define NavVerticalAutoThrottleMode(_pitch)
Set the climb control to auto-throttle with the specified pitch pre-command.
#define NavApproachingFrom(wp, from, time)
#define CARROT
default approaching_time for a wp
bool nav_vertical_raster_run(uint8_t l1, uint8_t l2, float radius, float AltSweep)
void nav_init_stage(void)
needs to be implemented by fixedwing and rotorcraft seperately
void nav_vertical_raster_setup(void)
#define WaypointAlt(_wp)
waypoint altitude in m above MSL
line_status
Status along the pattern.
#define NavVerticalAltitudeMode(_alt, _pre_climb)
Set the vertical mode to altitude control with the specified altitude setpoint and climb pre-command.