docs: add missing z parameter

This commit is contained in:
Oleg Kalachev
2020-07-21 23:23:52 +03:00
parent cb2cf48f39
commit b346af92ae

View File

@@ -107,7 +107,7 @@ Fly to the designated point in a straight line.
Parameters:
* `x`, `y` — coordinates *(m)*;
* `x`, `y`, `z` — coordinates *(m)*;
* `yaw` — yaw angle *(radians)*;
* `yaw_rate` angular yaw velocity (will be used if yaw is set to `NaN`) *(rad/s)*;
* `speed` flight speed (setpoint speed) *(m/s)*;