mrs_msgs/UavState Message

File: mrs_msgs/UavState.msg

Raw Message Definition

std_msgs/Header header
string child_frame_id

# text names of the used estimators
string estimator_horizontal
string estimator_vertical
string estimator_heading

# initiated with 0
# increases if any estimator changes frame of reference
# or if any estimator is reset
uint32 estimator_iteration

# current estimated state
geometry_msgs/Pose pose
geometry_msgs/Twist velocity
geometry_msgs/Accel acceleration
geometry_msgs/Accel acceleration_disturbance

Compact Message Definition

std_msgs/Header header
string child_frame_id
string estimator_horizontal
string estimator_vertical
string estimator_heading
uint32 estimator_iteration
geometry_msgs/Pose pose
geometry_msgs/Twist velocity
geometry_msgs/Accel acceleration
geometry_msgs/Accel acceleration_disturbance