FlightTaskStraightLine: add descriptions for defines

This commit is contained in:
ChristophTobler
2018-07-20 16:16:08 +02:00
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;