mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
FlightTaskAutoLineSmooth: Fix comment to be style compliant
This commit is contained in:
parent
47401d1177
commit
d4f984fea5
@ -73,7 +73,7 @@ protected:
|
||||
bool _checkTakeoff() override { return _want_takeoff; };
|
||||
|
||||
inline float _constrainOneSide(float val, float constraint); /**< Constrain val between INF and constraint */
|
||||
inline float _constrainAbs(float val, float min, float max); /**< Constrain the absolute value of val to be at least min and at most max */
|
||||
inline float _constrainAbs(float val, float min, float max); /**< Constrain absolute value of val between min and max */
|
||||
|
||||
void _initEkfResetCounters();
|
||||
void _checkEkfResetCounters(); /**< Reset the trajectories when the ekf resets velocity or position */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user