Skip to content

Commit 82569aa

Browse files
committed
PositionSetpoint.msg: define range of loiter_radius
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
1 parent e0a35b2 commit 82569aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

msg/PositionSetpoint.msg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ float64 lon # longitude, in deg
2424
float32 alt # altitude AMSL, in m
2525
float32 yaw # yaw (only in hover), in rad [-PI..PI), NaN = leave to flight task
2626

27-
float32 loiter_radius # loiter major axis radius in m
28-
float32 loiter_minor_radius # loiter minor axis radius (used for non-circular loiter shapes) in m
27+
float32 loiter_radius # [m] [@range 0, INF] loiter major axis radius
28+
float32 loiter_minor_radius # [m] [@range 0, INF] loiter minor axis radius (used for non-circular loiter shapes)
2929
bool loiter_direction_counter_clockwise # loiter direction is clockwise by default and can be changed using this field
30-
float32 loiter_orientation # Orientation of the major axis with respect to true north in rad [-pi,pi)
30+
float32 loiter_orientation # [rad] [@range -pi, pi] orientation of the major axis with respect to true north
3131
uint8 loiter_pattern # loitern pattern to follow
3232

3333
float32 acceptance_radius # horizontal acceptance_radius (meters)

0 commit comments

Comments
 (0)