mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
Copter: rename FXY logging to FHXY
this keeps the log messages appearing directly below the related FHLD when looking in the MP log viewer
This commit is contained in:
parent
bbd051b246
commit
69626ba855
@ -478,7 +478,7 @@ void Copter::ModeFlowHold::update_height_estimate(void)
|
|||||||
// new height estimate for logging
|
// new height estimate for logging
|
||||||
height_estimate = ins_height + height_offset;
|
height_estimate = ins_height + height_offset;
|
||||||
|
|
||||||
AP::logger().Write("FXY", "TimeUS,DFx,DFy,DVx,DVy,Hest,DH,Hofs,InsH,LastInsH,DTms", "QfffffffffI",
|
AP::logger().Write("FHXY", "TimeUS,DFx,DFy,DVx,DVy,Hest,DH,Hofs,InsH,LastInsH,DTms", "QfffffffffI",
|
||||||
AP_HAL::micros64(),
|
AP_HAL::micros64(),
|
||||||
(double)delta_flowrate.x,
|
(double)delta_flowrate.x,
|
||||||
(double)delta_flowrate.y,
|
(double)delta_flowrate.y,
|
||||||
|
Loading…
Reference in New Issue
Block a user