Functions | Variables
testAHRSFactor.cpp File Reference

Unit test for AHRSFactor. More...

#include <gtsam/navigation/AHRSFactor.h>
#include <gtsam/inference/Symbol.h>
#include <gtsam/base/TestableAssertions.h>
#include <gtsam/base/numericalDerivative.h>
#include <gtsam/base/debug.h>
#include <CppUnitLite/TestHarness.h>
#include <boost/bind.hpp>
#include <list>
#include <gtsam/nonlinear/NonlinearFactorGraph.h>
#include <gtsam/nonlinear/LevenbergMarquardtOptimizer.h>
#include <gtsam/linear/GaussianFactorGraph.h>
#include <gtsam/nonlinear/Marginals.h>
Include dependency graph for testAHRSFactor.cpp:

Go to the source code of this file.

Functions

Vector3 kZeroOmegaCoriolis (0, 0, 0)
 
int main ()
 
 TEST (AHRSFactor, PreintegratedMeasurements)
 
 TEST (AHRSFactor, PreintegratedAhrsMeasurementsConstructor)
 
 TEST (AHRSFactor, Error)
 
 TEST (AHRSFactor, ErrorWithBiases)
 
 TEST (AHRSFactor, PartialDerivativeExpmap)
 
 TEST (AHRSFactor, PartialDerivativeLogmap)
 
 TEST (AHRSFactor, fistOrderExponential)
 
 TEST (AHRSFactor, FirstOrderPreIntegratedMeasurements)
 
 TEST (AHRSFactor, ErrorWithBiasesAndSensorBodyDisplacement)
 
 TEST (AHRSFactor, predictTest)
 
 TEST (AHRSFactor, graphTest)
 

Variables

double accNoiseVar = 0.01
 
const Matrix3 kMeasuredAccCovariance = accNoiseVar * I_3x3
 

Detailed Description

Unit test for AHRSFactor.

Author
Krunal Chande
Luca Carlone
Frank Dellaert
Varun Agrawal

Definition in file testAHRSFactor.cpp.

Function Documentation

Vector3 kZeroOmegaCoriolis ( ,
,
 
)
int main ( void  )

Definition at line 509 of file testAHRSFactor.cpp.

TEST ( AHRSFactor  ,
PreintegratedMeasurements   
)

< Current estimate of angular rate bias

Definition at line 92 of file testAHRSFactor.cpp.

TEST ( AHRSFactor  ,
PreintegratedAhrsMeasurementsConstructor   
)

< Current estimate of angular rate bias

Definition at line 124 of file testAHRSFactor.cpp.

TEST ( AHRSFactor  ,
Error   
)

Definition at line 152 of file testAHRSFactor.cpp.

TEST ( AHRSFactor  ,
ErrorWithBiases   
)

Definition at line 208 of file testAHRSFactor.cpp.

TEST ( AHRSFactor  ,
PartialDerivativeExpmap   
)

Definition at line 260 of file testAHRSFactor.cpp.

TEST ( AHRSFactor  ,
PartialDerivativeLogmap   
)

< Current estimate of rotation rate bias

Definition at line 285 of file testAHRSFactor.cpp.

TEST ( AHRSFactor  ,
fistOrderExponential   
)

Definition at line 311 of file testAHRSFactor.cpp.

TEST ( AHRSFactor  ,
FirstOrderPreIntegratedMeasurements   
)

< Current estimate of rotation rate bias

Definition at line 343 of file testAHRSFactor.cpp.

TEST ( AHRSFactor  ,
ErrorWithBiasesAndSensorBodyDisplacement   
)

Definition at line 384 of file testAHRSFactor.cpp.

TEST ( AHRSFactor  ,
predictTest   
)

Definition at line 435 of file testAHRSFactor.cpp.

TEST ( AHRSFactor  ,
graphTest   
)

Definition at line 473 of file testAHRSFactor.cpp.

Variable Documentation

double accNoiseVar = 0.01

Definition at line 42 of file testAHRSFactor.cpp.

const Matrix3 kMeasuredAccCovariance = accNoiseVar * I_3x3

Definition at line 43 of file testAHRSFactor.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:40