mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 11:20:35 +08:00
FlightTaskStraightLine: add descriptions for defines
This commit is contained in:
committed by
ChristophTobler
parent
37d4f714b2
commit
e527a51de6
@@ -39,8 +39,8 @@
|
||||
#include <mathlib/mathlib.h>
|
||||
#include <float.h>
|
||||
|
||||
#define VEL_ZERO_THRESHOLD 0.001f
|
||||
#define DECELERATION_MAX 8.0f
|
||||
#define VEL_ZERO_THRESHOLD 0.001f // Threshold to compare if the target velocity is zero
|
||||
#define DECELERATION_MAX 8.0f // The vehicles maximum deceleration TODO check to create param
|
||||
|
||||
using namespace matrix;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user