diff --git a/msg/PositionSetpoint.msg b/msg/PositionSetpoint.msg index 51bfaa3da0..90cb447274 100644 --- a/msg/PositionSetpoint.msg +++ b/msg/PositionSetpoint.msg @@ -24,10 +24,10 @@ float64 lon # longitude, in deg float32 alt # altitude AMSL, in m float32 yaw # yaw (only in hover), in rad [-PI..PI), NaN = leave to flight task -float32 loiter_radius # loiter major axis radius in m -float32 loiter_minor_radius # loiter minor axis radius (used for non-circular loiter shapes) in m +float32 loiter_radius # [m] [@range 0, INF] loiter major axis radius +float32 loiter_minor_radius # [m] [@range 0, INF] loiter minor axis radius (used for non-circular loiter shapes) bool loiter_direction_counter_clockwise # loiter direction is clockwise by default and can be changed using this field -float32 loiter_orientation # Orientation of the major axis with respect to true north in rad [-pi,pi) +float32 loiter_orientation # [rad] [@range -pi, pi] orientation of the major axis with respect to true north uint8 loiter_pattern # loitern pattern to follow float32 acceptance_radius # horizontal acceptance_radius (meters)