|
ICAROUS
|
aircraft attitude information.
#include <Icarous_msg.h>
Public Attributes | |
| uint8_t | TlmHeader [CFE_SB_TLM_HDR_SIZE] |
| double | time_boot |
| double | roll |
| double | pitch |
| double | yaw |
| double | rollspeed |
| double | pitchspeed |
| double | yawspeed |
| double attitude_t::pitch |
pitch angle (degree)
| double attitude_t::pitchspeed |
pitch speed (degree/second)
| double attitude_t::roll |
roll angle (degree)
| double attitude_t::rollspeed |
roll speed (degree/second)
| double attitude_t::time_boot |
boot time of onboard autopilot (ms)
| uint8_t attitude_t::TlmHeader[CFE_SB_TLM_HDR_SIZE] |
cFS header information
| double attitude_t::yaw |
yaw angle (degree)
| double attitude_t::yawspeed |
yaw speed (degree/second)