mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 09:40:34 +08:00
ObstacleAvoidance: fix comment
This commit is contained in:
committed by
Matthias Grob
parent
61f69ed139
commit
119ccc4256
@@ -98,10 +98,10 @@ public:
|
||||
* @param prev_wp, previous position triplet
|
||||
* @param target_acceptance_radius, current position triplet xy acceptance radius
|
||||
* @param closest_pt, closest point to the vehicle on the line previous-current position triplet
|
||||
* @param
|
||||
* @param wp_type, current triplet type
|
||||
*/
|
||||
void checkAvoidanceProgress(const matrix::Vector3f &pos, const matrix::Vector3f &prev_wp,
|
||||
float target_acceptance_radius, const matrix::Vector2f &closest_pt, const int wp_type);
|
||||
float target_acceptance_radius, const matrix::Vector2f &closest_pt, const int wp_type);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user