removed comments and fixed some euler bugs

This commit is contained in:
Roman
2016-04-20 22:06:11 +02:00
committed by Lorenz Meier
parent 5e0e522903
commit b8a219d351
6 changed files with 5 additions and 30 deletions
-4
View File
@@ -721,10 +721,6 @@ void Ekf2::task_main()
// generate remaining vehicle attitude data
att.timestamp = hrt_absolute_time();
//matrix::Euler<float> euler(q);
//att.roll = euler(0);
//att.pitch = euler(1);
//att.yaw = euler(2);
att.q[0] = q(0);
att.q[1] = q(1);