SMACC2
Loading...
Searching...
No Matches
cl_px4_mr::FlightPatternLoiterParams Struct Reference

#include <pattern_generators.hpp>

Collaboration diagram for cl_px4_mr::FlightPatternLoiterParams:
Collaboration graph

Public Attributes

float centerX = pattern_detail::kNaN
 
float centerY = pattern_detail::kNaN
 
float altitudeAgl = pattern_detail::kNaN
 
float radius = 5.0f
 
int count = 1
 
Turn direction = Turn::RIGHT
 
int pointsPerCircle = 36
 
bool faceCenter = true
 

Detailed Description

Definition at line 87 of file pattern_generators.hpp.

Member Data Documentation

◆ altitudeAgl

float cl_px4_mr::FlightPatternLoiterParams::altitudeAgl = pattern_detail::kNaN

Definition at line 91 of file pattern_generators.hpp.

Referenced by cl_px4_mr::generateFlightPatternLoiter().

◆ centerX

float cl_px4_mr::FlightPatternLoiterParams::centerX = pattern_detail::kNaN

◆ centerY

float cl_px4_mr::FlightPatternLoiterParams::centerY = pattern_detail::kNaN

◆ count

int cl_px4_mr::FlightPatternLoiterParams::count = 1

◆ direction

Turn cl_px4_mr::FlightPatternLoiterParams::direction = Turn::RIGHT

◆ faceCenter

bool cl_px4_mr::FlightPatternLoiterParams::faceCenter = true

◆ pointsPerCircle

int cl_px4_mr::FlightPatternLoiterParams::pointsPerCircle = 36

Definition at line 95 of file pattern_generators.hpp.

Referenced by cl_px4_mr::generateFlightPatternLoiter().

◆ radius

float cl_px4_mr::FlightPatternLoiterParams::radius = 5.0f

The documentation for this struct was generated from the following file: