mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
VtolLandDetector: only comment fixes
This commit is contained in:
parent
70eb77453a
commit
31beabd7b9
@ -1,6 +1,6 @@
|
||||
/****************************************************************************
|
||||
*
|
||||
* Copyright (c) 2013-2015 PX4 Development Team. All rights reserved.
|
||||
* Copyright (c) 2013-2016 PX4 Development Team. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
/**
|
||||
* @file VtolLandDetector.cpp
|
||||
* Land detection algorithm for vtol
|
||||
* Land detection algorithm for VTOL
|
||||
*
|
||||
* @author Roman Bapst <bapstroma@gmail.com>
|
||||
*/
|
||||
|
||||
@ -87,8 +87,8 @@ private:
|
||||
|
||||
struct airspeed_s _airspeed;
|
||||
|
||||
bool _was_in_air; /**< indicates whether the vehicle was in the air in the previous iteration */
|
||||
float _airspeed_filtered; /**< low pass filtered airspeed */
|
||||
bool _was_in_air; /**< indicates whether the vehicle was in the air in the previous iteration */
|
||||
float _airspeed_filtered; /**< low pass filtered airspeed */
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user