mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 09:30:34 +08:00
FlightTask: add comment for method getAvoidanceWaypoint
This commit is contained in:
@@ -108,6 +108,10 @@ public:
|
||||
*/
|
||||
const vehicle_constraints_s getConstraints() {return _constraints;};
|
||||
|
||||
/**
|
||||
* Get avoidance desired waypoint
|
||||
* @return desired waypoints
|
||||
*/
|
||||
const vehicle_trajectory_waypoint_s getAvoidanceWaypoint() {return _desired_waypoint;};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user