mirror of https://github.com/ArduPilot/ardupilot
AC_Autorotation: Add copter vehicle type to flight log metadata
This commit is contained in:
parent
6dc100728f
commit
f490c9d799
|
@ -251,6 +251,7 @@ float AC_Autorotation::get_rpm(bool update_counter)
|
|||
void AC_Autorotation::Log_Write_Autorotation(void) const
|
||||
{
|
||||
// @LoggerMessage: AROT
|
||||
// @Vehicles: Copter
|
||||
// @Description: Helicopter AutoRotation information
|
||||
// @Field: TimeUS: Time since system startup
|
||||
// @Field: P: P-term for headspeed controller response
|
||||
|
|
Loading…
Reference in New Issue