A structure for storing angles relative to the NED frame and the number of propagations that produce such angle, 0 if no propagation step has been used. Used for logging.
More...
#include <FollowerData.h>
|
| AntennaAnglesLog () |
|
| AntennaAnglesLog (uint64_t timestamp, float yaw, float pitch) |
|
| AntennaAnglesLog (uint64_t timestamp, float yaw, float pitch, uint32_t nrPropagations) |
|
| AntennaAnglesLog (AntennaAngles angle, uint32_t nrPropagations) |
|
| AntennaAngles () |
|
| AntennaAngles (uint64_t timestamp, float yaw, float pitch) |
|
| AntennaAngles (uint64_t timestamp, float yaw, float pitch, uint32_t nrPropagations) |
|
|
uint32_t | nrPropagations |
| Nr of propagations by the propagator (0 if no propagation)
|
|
uint64_t | timestamp = 0 |
|
float | yaw |
|
float | pitch |
| position, positive UP [deg]
|
|
A structure for storing angles relative to the NED frame and the number of propagations that produce such angle, 0 if no propagation step has been used. Used for logging.
Definition at line 70 of file FollowerData.h.
◆ AntennaAnglesLog() [1/4]
Boardcore::AntennaAnglesLog::AntennaAnglesLog |
( |
| ) |
|
|
inline |
◆ AntennaAnglesLog() [2/4]
Boardcore::AntennaAnglesLog::AntennaAnglesLog |
( |
uint64_t |
timestamp, |
|
|
float |
yaw, |
|
|
float |
pitch |
|
) |
| |
|
inline |
◆ AntennaAnglesLog() [3/4]
Boardcore::AntennaAnglesLog::AntennaAnglesLog |
( |
uint64_t |
timestamp, |
|
|
float |
yaw, |
|
|
float |
pitch, |
|
|
uint32_t |
nrPropagations |
|
) |
| |
|
inline |
◆ AntennaAnglesLog() [4/4]
Boardcore::AntennaAnglesLog::AntennaAnglesLog |
( |
AntennaAngles |
angle, |
|
|
uint32_t |
nrPropagations |
|
) |
| |
|
inline |
◆ reflect()
static constexpr auto Boardcore::AntennaAnglesLog::reflect |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ nrPropagations
uint32_t Boardcore::AntennaAnglesLog::nrPropagations |
Initial value:
Nr of propagations by the propagator (0 if no propagation)
Definition at line 72 of file FollowerData.h.
The documentation for this struct was generated from the following file: