mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-12 01:45:34 +08:00
Spelling errors (#19935)
This commit is contained in:
@@ -1539,7 +1539,7 @@ void EKF2::UpdateAirspeedSample(ekf2_timestamps_s &ekf2_timestamps)
|
||||
|
||||
void EKF2::UpdateAuxVelSample(ekf2_timestamps_s &ekf2_timestamps)
|
||||
{
|
||||
// EKF auxillary velocity sample
|
||||
// EKF auxiliary velocity sample
|
||||
// - use the landing target pose estimate as another source of velocity data
|
||||
const unsigned last_generation = _landing_target_pose_sub.get_last_generation();
|
||||
landing_target_pose_s landing_target_pose;
|
||||
|
||||
Reference in New Issue
Block a user