File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ float64 lon # longitude, in deg
24
24
float32 alt # altitude AMSL, in m
25
25
float32 yaw # yaw (only in hover), in rad [-PI..PI), NaN = leave to flight task
26
26
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)
29
29
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
31
31
uint8 loiter_pattern # loitern pattern to follow
32
32
33
33
float32 acceptance_radius # horizontal acceptance_radius (meters)
You can’t perform that action at this time.
0 commit comments