Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AP_DDS: Rally message comment update
Browse files Browse the repository at this point in the history
tizianofiorenzani committed Oct 22, 2024
1 parent b6d1bd4 commit 2f47ef3
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/ros2/ardupilot_msgs/msg/Rally.msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
geographic_msgs/GeoPoint point
float32 break_altitude # when autolanding, break out of loiter at this alt (meters)
float32 break_altitude # when autolanding, break out of loiter at this alt relative to Home (meters)
float32 land_dir # when the time comes to auto-land, try to land in this direction (degrees)

# seek favorable winds when choosing a landing poi
2 changes: 1 addition & 1 deletion libraries/AP_DDS/Idl/ardupilot_msgs/msg/Rally.idl
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ module ardupilot_msgs {
geographic_msgs::msg::GeoPoint point;

@verbatim (language="comment", text=
"when autolanding, break out of loiter at this alt (meters)")
"when autolanding, break out of loiter at this alt relative to Home (meters)")
float break_altitude;

@verbatim (language="comment", text=

0 comments on commit 2f47ef3

Please sign in to comment.