mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 22:24:47 +08:00
Rename param to throttle
This commit is contained in:
@@ -189,7 +189,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* Set the target throttle
|
* Set the target throttle
|
||||||
*/
|
*/
|
||||||
void set_cruising_throttle(float percent=-1.0f) { _mission_throttle = percent; }
|
void set_cruising_throttle(float throttle=-1.0f) { _mission_throttle = throttle; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the acceptance radius given the mission item preset radius
|
* Get the acceptance radius given the mission item preset radius
|
||||||
|
|||||||
Reference in New Issue
Block a user