Update EKF2 interface

This commit is contained in:
Lorenz Meier
2016-04-17 16:21:49 +02:00
parent 7e8f434869
commit 40546647b3
+1 -1
View File
@@ -560,7 +560,7 @@ void Ekf2::task_main()
lpos.z = pos[2];
// Velocity in NED frame (m/s)
_ekf->copy_velocity(vel);
_ekf->get_velocity(vel);
lpos.vx = vel[0];
lpos.vy = vel[1];
lpos.vz = vel[2];