We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc3287 commit f34bf8cCopy full SHA for f34bf8c
src/main/java/com/neuronrobotics/sdk/addons/kinematics/math/RotationNR.java
@@ -372,9 +372,9 @@ private double getAngle(int index){
372
return getStorage().getAngles(getOrder(), getConvention())[index];
373
} catch (CardanEulerSingularityException e) {
374
try {
375
- return eulerFix( Math.toRadians(5), index);
+ return eulerFix( Math.toRadians(0.001), index);
376
} catch (CardanEulerSingularityException ex) {
377
- return eulerFix( Math.toRadians(-5), index);
+ return eulerFix( Math.toRadians(-0.001), index);
378
379
}
380
0 commit comments