This struct stores/contains information about orientation.
More...
#include <GeospatialOperations.hpp>
|
double | dPitch |
|
double | dRoll |
|
double | dHeading |
|
This struct stores/contains information about orientation.
- Author
- clayjay3 (clayt.nosp@m.onra.nosp@m.ycowe.nosp@m.n@gm.nosp@m.ail.c.nosp@m.om)
- Date
- 2023-09-23
◆ IMUData() [1/2]
geoops::IMUData::IMUData |
( |
| ) |
|
|
inline |
◆ IMUData() [2/2]
geoops::IMUData::IMUData |
( |
double |
dPitch, |
|
|
double |
dRoll, |
|
|
double |
dHeading |
|
) |
| |
|
inline |
Construct a new IMUData object.
- Parameters
-
dPitch | - The pitch of the navboard in degrees. |
dRoll | - The roll of the navboard in degrees. |
dHeading | - The bearing/yaw of the navboard in degrees. |
- Author
- clayjay3 (clayt.nosp@m.onra.nosp@m.ycowe.nosp@m.n@gm.nosp@m.ail.c.nosp@m.om)
- Date
- 2023-09-23
132 {
133
134 this->dPitch = dPitch;
135 this->dRoll = dRoll;
136 this->dHeading = dHeading;
137 }
The documentation for this struct was generated from the following file: