mavsdk::TrackingServer::TrackPoint Struct Reference
#include: tracking_server.h
Point description type.
Data Fields
float point_x {} - Point to track x value (normalized 0..1, 0 is left, 1 is right).
float point_y {} - Point to track y value (normalized 0..1, 0 is top, 1 is bottom).
float radius {} - Point to track y value (normalized 0..1, 0 is top, 1 is bottom).
Field Documentation
point_x
float mavsdk::TrackingServer::TrackPoint::point_x {}
Point to track x value (normalized 0..1, 0 is left, 1 is right).
point_y
float mavsdk::TrackingServer::TrackPoint::point_y {}
Point to track y value (normalized 0..1, 0 is top, 1 is bottom).
radius
float mavsdk::TrackingServer::TrackPoint::radius {}
Point to track y value (normalized 0..1, 0 is top, 1 is bottom).