fixed a bug that caused navigation not to stop
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
*
|
||||
*/
|
||||
#define MIN_DISTANCE_BETWEEN_POINTS 0.1
|
||||
#define MIN_DISTANCE_TO_REACH_POINT 3 // TODO: Only for testing!
|
||||
#define MIN_DISTANCE_TO_REACH_POINT 0.5
|
||||
#define AZIMUTH_UPDATE_DELAY 20
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user