mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
FlightTaskAutoLineSmooth: Fix comment to be style compliant
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user