mirror of https://github.com/ArduPilot/ardupilot
AC_WPNav: accessor for loiter speed
This commit is contained in:
parent
6d55895d30
commit
0a3559813a
|
@ -70,6 +70,9 @@ public:
|
|||
/// get_stopping_point - returns vector to stopping point based on a horizontal position and velocity
|
||||
void get_stopping_point(const Vector3f& position, const Vector3f& velocity, Vector3f &target) const;
|
||||
|
||||
/// set_loiter_velocity - allows main code to pass the maximum velocity for loiter
|
||||
void set_loiter_velocity(float velocity_cms) { _loiter_speed_cms = velocity_cms; };
|
||||
|
||||
///
|
||||
/// waypoint controller
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue