mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 13:30:36 +08:00
Spelling errors (#19935)
This commit is contained in:
@@ -98,7 +98,7 @@ bool cross_sphere_line(const matrix::Vector3f &sphere_c, const float sphere_r, c
|
||||
|
||||
/**
|
||||
* Adds e.g. feed-forward to the setpoint making sure existing or added NANs have no influence on control.
|
||||
* This function is udeful to support all the different setpoint combinations of position, velocity, acceleration with NAN representing an uncommited value.
|
||||
* This function is udeful to support all the different setpoint combinations of position, velocity, acceleration with NAN representing an uncommitted value.
|
||||
* @param setpoint existing possibly NAN setpoint to add to
|
||||
* @param addition value/NAN to add to the setpoint
|
||||
*/
|
||||
|
||||
@@ -848,7 +848,7 @@ PARAM_DEFINE_INT32(MPC_YAW_MODE, 0);
|
||||
PARAM_DEFINE_FLOAT(SYS_VEHICLE_RESP, -0.4f);
|
||||
|
||||
/**
|
||||
* Overall Horizonal Velocity Limit
|
||||
* Overall Horizontal Velocity Limit
|
||||
*
|
||||
* If set to a value greater than zero, other parameters are automatically set (such as
|
||||
* MPC_XY_VEL_MAX or MPC_VEL_MANUAL).
|
||||
|
||||
Reference in New Issue
Block a user