Skip to content

Commit e59f8bf

Browse files
committed
CON-648 changed Euler source from quaternion to angle axis - DONT MERGE!
- For internal testing only and for PTS-76
1 parent cb01892 commit e59f8bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ShimmerDriver/src/main/java/com/shimmerresearch/algorithms/orientation/Orientation3DObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class Orientation3DObject {
99
/** (Yaw, Pitch, Roll) == (Heading, Attitude, Bank) == (Azimuth, elevation, tilt)*/
1010
private double yaw, pitch, roll;
1111

12-
private static boolean isUseQuatToEuler = true;
12+
private static boolean isUseQuatToEuler = false;
1313

1414
public Orientation3DObject(double q1, double q2, double q3, double q4){
1515
this.quaternionW = q1;

0 commit comments

Comments
 (0)