Arducopter
Lowered WP speed default to 500. 600 was quite high once the nav routines were fixed and quad could achieve that speed.
This commit is contained in:
parent
6f9e2bf3a8
commit
7a5544051d
@ -774,7 +774,7 @@
|
||||
|
||||
|
||||
#ifndef WAYPOINT_SPEED_MAX
|
||||
# define WAYPOINT_SPEED_MAX 600 // 6m/s error = 13mph
|
||||
# define WAYPOINT_SPEED_MAX 500 // 6m/s error = 13mph
|
||||
#endif
|
||||
|
||||
#ifndef WAYPOINT_SPEED_MIN
|
||||
|
Loading…
Reference in New Issue
Block a user