MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / FactorConfig

Class FactorConfig

include/FactorGraphConfig.h:83–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82 /** factor configuration */
83 struct FactorConfig
84 {
85 FactorConfig():IsActive(false){};
86
87 FactorType Type;
88 Vector Parameter;
89 ErrorModelConfig ErrorModel;
90
91 bool IsActive;
92 }Ranging, GNSS, ClockModel, MotionModel, Odom, IMU, Laser, Radar, Vision, LoopClosure, Tracking, Prior, Pressure;
93
94 /** special properties */
95 struct GraphConfig

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected