mrs_msgs/VelocityReference Message

File: mrs_msgs/VelocityReference.msg

Raw Message Definition

# desired velocity [m/s]
geometry_msgs/Vector3 velocity

# altitude
float64 altitude

# desired heading and its rate, optional
# heading is "the azimuth of the body-x axis of the drone, a.k.a, the aircraft's front"
float64 heading
float64 heading_rate

# overrides vertical velocity
bool use_altitude

bool use_heading

# overrides heading
bool use_heading_rate

Compact Message Definition

geometry_msgs/Vector3 velocity
float64 altitude
float64 heading
float64 heading_rate
bool use_altitude
bool use_heading
bool use_heading_rate