mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 13:37:34 +08:00
comment fix
This commit is contained in:
committed by
Lorenz Meier
parent
08a89ccdbb
commit
26ca17e329
@@ -116,7 +116,7 @@ vehicle_attitude_setpoint_s thrustToAttitude(const matrix::Vector3f &thr_sp, con
|
||||
|
||||
/* The sum of two vectors are constraint such that v0 has priority over v1.
|
||||
* This means that if the length of v0+v1 exceeds max, then it is constraint such
|
||||
* that that v0 has priority.
|
||||
* that v0 has priority.
|
||||
* Inputs:
|
||||
* @max => maximum magnitude of vector (v0 + v1)
|
||||
* @v0 => vector that is prioritized
|
||||
|
||||
Reference in New Issue
Block a user