mirror of https://github.com/ArduPilot/ardupilot
Blimp: Remove commented-out guided mode log message
This commit is contained in:
parent
62df8facd9
commit
e8e26d0b7f
|
@ -525,20 +525,6 @@ const struct LogStructure Blimp::log_structure[] = {
|
|||
LOG_SYSIDS_MSG, sizeof(log_SysIdS),
|
||||
"SIDS", "QBfffffff", "TimeUS,Ax,Mag,FSt,FSp,TFin,TC,TR,TFout", "s--ssssss", "F--------"
|
||||
},
|
||||
|
||||
// // @LoggerMessage: GUID
|
||||
// // @Description: Guided mode target information
|
||||
// // @Field: TimeUS: Time since system startup
|
||||
// // @Field: Type: Type of guided mode
|
||||
// // @Field: pX: Target position, X-Axis
|
||||
// // @Field: pY: Target position, Y-Axis
|
||||
// // @Field: pZ: Target position, Z-Axis
|
||||
// // @Field: vX: Target velocity, X-Axis
|
||||
// // @Field: vY: Target velocity, Y-Axis
|
||||
// // @Field: vZ: Target velocity, Z-Axis
|
||||
|
||||
// { LOG_GUIDEDTARGET_MSG, sizeof(log_GuidedTarget),
|
||||
// "GUID", "QBffffff", "TimeUS,Type,pX,pY,pZ,vX,vY,vZ", "s-mmmnnn", "F-BBBBBB" },
|
||||
};
|
||||
|
||||
void Blimp::Log_Write_Vehicle_Startup_Messages()
|
||||
|
|
Loading…
Reference in New Issue