What does the 'Information' attribute of the factor 'factorPoseSE3Prior' mean in the factor graph?
Show older comments
The prior Factor node is defined in the example 'Factor Graph-Based Pedestrian Localization with IMU and GPS Sensors', which includes the attribute 'Information'.
In the help document of these three prior factors, the description of this attribute is also very vague, and its default value differs greatly from the default value in the example. My question is as follows:
1. What is the specific meaning of the 'Information' attribute?
2. What should the value of the 'Information' attribute refer to?
PosePrior = factorPoseSE3Prior(currNodeIDs(t0IndexPose),Measurement=prevPose, ...
Information=diag([4e4 4e4 4e4 1e4 1e4 1e4]));
fVelPrior = factorVelocity3Prior(currNodeIDs(t0IndexVel),Measurement=prevVel, ...
Information=100*eye(3));
fBiasPrior = factorIMUBiasPrior(currNodeIDs(t0IndexBias),Measurement=prevBias, ...
Information=1e6*eye(6));
Accepted Answer
More Answers (0)
Categories
Find more on Localization Algorithms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!