|
|
|
@ -165,7 +165,7 @@ void Aircraft::update_position(void)
@@ -165,7 +165,7 @@ void Aircraft::update_position(void)
|
|
|
|
|
// @Field: PN: Position - North component
|
|
|
|
|
// @Field: PE: Position - East component
|
|
|
|
|
// @Field: PD: Position - Down component
|
|
|
|
|
AP::logger().Write("SITL", "TimeUS,VN,VE,VD,AN,AE,AD,PN,PE,PD", "Qfffffffff", |
|
|
|
|
AP::logger().WriteStreaming("SITL", "TimeUS,VN,VE,VD,AN,AE,AD,PN,PE,PD", "Qfffffffff", |
|
|
|
|
AP_HAL::micros64(), |
|
|
|
|
velocity_ef.x, velocity_ef.y, velocity_ef.z, |
|
|
|
|
accel_ef.x, accel_ef.y, accel_ef.z, |
|
|
|
@ -811,7 +811,7 @@ void Aircraft::smooth_sensors(void)
@@ -811,7 +811,7 @@ void Aircraft::smooth_sensors(void)
|
|
|
|
|
// @Field: R2: DCM Roll
|
|
|
|
|
// @Field: P2: DCM Pitch
|
|
|
|
|
// @Field: Y2: DCM Yaw
|
|
|
|
|
AP::logger().Write("SMOO", "TimeUS,AEx,AEy,AEz,DPx,DPy,DPz,R,P,Y,R2,P2,Y2", |
|
|
|
|
AP::logger().WriteStreaming("SMOO", "TimeUS,AEx,AEy,AEz,DPx,DPy,DPz,R,P,Y,R2,P2,Y2", |
|
|
|
|
"Qffffffffffff", |
|
|
|
|
AP_HAL::micros64(), |
|
|
|
|
degrees(angle_differential.x), |
|
|
|
|