mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 06:50:35 +08:00
Matrix Quaternions: Apply simpler call for constructor and copying to all remaining modules
This commit is contained in:
@@ -841,7 +841,7 @@ void Ekf2::run()
|
||||
_integrated_time_us += sensors.gyro_integral_dt;
|
||||
}
|
||||
|
||||
matrix::Quaternion<float> q;
|
||||
matrix::Quatf q;
|
||||
_ekf.copy_quaternion(q.data());
|
||||
|
||||
float velocity[3];
|
||||
|
||||
Reference in New Issue
Block a user