Skip to content
Snippets Groups Projects
Commit 8fc01318 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Fixed wrong quaternion dump/

parent b57cabe9
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ class Dump { ...@@ -174,7 +174,7 @@ class Dump {
"transform: index = %d r = %22.15e %22.15e %22.15e %22.15e Ω = %22.15e %22.15e %22.15e ΩDot = %22.15e %22.15e %22.15e%n", "transform: index = %d r = %22.15e %22.15e %22.15e %22.15e Ω = %22.15e %22.15e %22.15e ΩDot = %22.15e %22.15e %22.15e%n",
index, index,
transform.getRotation().getQ0(), transform.getRotation().getQ1(), transform.getRotation().getQ0(), transform.getRotation().getQ1(),
transform.getRotation().getQ2(), transform.getRotation().getQ2(), transform.getRotation().getQ2(), transform.getRotation().getQ3(),
transform.getRotationRate().getX(), transform.getRotationRate().getY(), transform.getRotationRate().getZ(), transform.getRotationRate().getX(), transform.getRotationRate().getY(), transform.getRotationRate().getZ(),
transform.getRotationAcceleration().getX(), transform.getRotationAcceleration().getY(), transform.getRotationAcceleration().getZ()); transform.getRotationAcceleration().getX(), transform.getRotationAcceleration().getY(), transform.getRotationAcceleration().getZ());
tranformsDumped[index] = true; tranformsDumped[index] = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment