fixed testAHRSFactor in debug mode.
parent
975ee1caa5
commit
d7ba38e476
|
@ -116,7 +116,7 @@ TEST( AHRSFactor, PreintegratedMeasurements ) {
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
TEST(AHRSFactor, Error) {
|
TEST(AHRSFactor, Error) {
|
||||||
// Linearization point
|
// Linearization point
|
||||||
Vector3 bias; // Bias
|
Vector3 bias(0.,0.,0.); // Bias
|
||||||
Rot3 x1(Rot3::RzRyRx(M_PI / 12.0, M_PI / 6.0, M_PI / 4.0));
|
Rot3 x1(Rot3::RzRyRx(M_PI / 12.0, M_PI / 6.0, M_PI / 4.0));
|
||||||
Rot3 x2(Rot3::RzRyRx(M_PI / 12.0 + M_PI / 100.0, M_PI / 6.0, M_PI / 4.0));
|
Rot3 x2(Rot3::RzRyRx(M_PI / 12.0 + M_PI / 100.0, M_PI / 6.0, M_PI / 4.0));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue