Sub: update defauklt PILOT_VELZ_MAX to a more realistic value for submarines

This commit is contained in:
Willian Galvani 2022-09-28 12:23:45 -03:00
parent a1b471374f
commit e8a6d0003f

View File

@ -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