Skyward boardcore
|
A structure for storing angles relative to the NED frame. More...
#include <FollowerData.h>
Public Member Functions | |
AntennaAngles () | |
AntennaAngles (uint64_t timestamp, float yaw, float pitch) | |
AntennaAngles (uint64_t timestamp, float yaw, float pitch, uint32_t nrPropagations) | |
Public Attributes | |
uint64_t | timestamp = 0 |
float | yaw |
float | pitch |
position, positive UP [deg] | |
A structure for storing angles relative to the NED frame.
Definition at line 40 of file FollowerData.h.
|
inline |
Definition at line 49 of file FollowerData.h.
|
inline |
Definition at line 50 of file FollowerData.h.
|
inline |
Definition at line 52 of file FollowerData.h.
float Boardcore::AntennaAngles::pitch |
position, positive UP [deg]
Angle between the XY plane (NE plane) and the target
Definition at line 46 of file FollowerData.h.
uint64_t Boardcore::AntennaAngles::timestamp = 0 |
Definition at line 42 of file FollowerData.h.
float Boardcore::AntennaAngles::yaw |
Angle between the X axis (N axis) and the target position on the XY plane (NE plane), positive clockwise [deg]
Definition at line 44 of file FollowerData.h.