mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
Sub: update defauklt PILOT_VELZ_MAX to a more realistic value for submarines
This commit is contained in:
parent
a1b471374f
commit
e8a6d0003f
@ -200,7 +200,7 @@
|
||||
|
||||
// default maximum vertical velocity and acceleration the pilot may request
|
||||
#ifndef PILOT_VELZ_MAX
|
||||
# define PILOT_VELZ_MAX 500 // maximum vertical velocity in cm/s
|
||||
# define PILOT_VELZ_MAX 100 // maximum vertical velocity in cm/s
|
||||
#endif
|
||||
#ifndef PILOT_ACCEL_Z_DEFAULT
|
||||
# define PILOT_ACCEL_Z_DEFAULT 100 // vertical acceleration in cm/s/s while altitude is under pilot control
|
||||
|
Loading…
Reference in New Issue
Block a user