mavsdk::TelemetryServer::VelocityNed Struct Reference
#include: telemetry_server.h
VelocityNed message type.
Data Fields
float north_m_s {} - Velocity along north direction in metres per second.
float east_m_s {} - Velocity along east direction in metres per second.
float down_m_s {} - Velocity along down direction in metres per second.
Field Documentation
north_m_s
float mavsdk::TelemetryServer::VelocityNed::north_m_s {}
Velocity along north direction in metres per second.
east_m_s
float mavsdk::TelemetryServer::VelocityNed::east_m_s {}
Velocity along east direction in metres per second.
down_m_s
float mavsdk::TelemetryServer::VelocityNed::down_m_s {}
Velocity along down direction in metres per second.