Skip to content

Commit

Permalink
AC_Avoidance: clarify Options bit mask metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed Dec 31, 2023
1 parent 687c588 commit 4d75017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AC_Avoidance/AP_OAPathPlanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const AP_Param::GroupInfo AP_OAPathPlanner::var_info[] = {
// @DisplayName: Options while recovering from Object Avoidance
// @Description: Bitmask which will govern vehicles behaviour while recovering from Obstacle Avoidance (i.e Avoidance is turned off after the path ahead is clear).
// @Bitmask{Rover}: 0: Reset the origin of the waypoint to the present location, 1: log Dijkstra points
// @Bitmask{Copter}: 1:log Dijkstra points, 2:Allow fast waypoints (Dijkastras only)
// @Bitmask{Copter}: 0: Unused by Copter, 1:log Dijkstra points, 2:Allow fast waypoints (Dijkastras only)
// @User: Standard
AP_GROUPINFO("OPTIONS", 5, AP_OAPathPlanner, _options, OA_OPTIONS_DEFAULT),

Expand Down

0 comments on commit 4d75017

Please sign in to comment.