mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
docs(lib): fix threshhold/paramter typos in pure_pursuit and sensor_calibration (#27896)
Comment/header docs only. Fixes a typo in pure_pursuit and sensor_calibration.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
* The lookahead distance is defined as v * k.
|
||||
* v: Vehicle ground speed [m/s]
|
||||
* k: Tuning parameter
|
||||
* The lookahead distance is further constrained between an upper and lower threshhold.
|
||||
* The lookahead distance is further constrained between an upper and lower threshold.
|
||||
* C
|
||||
* /
|
||||
* __/__
|
||||
|
||||
@@ -74,7 +74,7 @@ int32_t GetCalibrationParamInt32(const char *sensor_type, const char *cal_type,
|
||||
float GetCalibrationParamFloat(const char *sensor_type, const char *cal_type, uint8_t instance);
|
||||
|
||||
/**
|
||||
* @brief Set a single calibration paramter.
|
||||
* @brief Set a single calibration parameter.
|
||||
*
|
||||
* @param sensor_type Calibration parameter abbreviated sensor string ("ACC", "GYRO", "MAG")
|
||||
* @param cal_type Calibration parameter abbreviated type ("OFF", "SCALE", "ROT", "PRIO")
|
||||
|
||||
Reference in New Issue
Block a user