#include <measurement_based_timestamped_node_adder_model.h>
|
| MeasurementBasedTimestampedNodeAdderModel (const TimestampedNodeAdderModelParams ¶ms) |
|
virtual | ~MeasurementBasedTimestampedNodeAdderModel ()=default |
|
virtual void | AddMeasurement (const MeasurementType &measurement)=0 |
|
virtual void | RemoveMeasurements (const localization_common::Time oldest_allowed_time)=0 |
|
| TimestampedNodeAdderModel (const TimestampedNodeAdderModelParams ¶ms) |
|
virtual | ~TimestampedNodeAdderModel ()=default |
|
virtual void | AddPriors (const NodeType &node, const std::vector< gtsam::SharedNoiseModel > &noise_models, const localization_common::Time timestamp, const NodesType &nodes, gtsam::NonlinearFactorGraph &factors) const =0 |
|
virtual bool | AddNodesAndRelativeFactors (const localization_common::Time timestamp_a, const localization_common::Time timestamp_b, NodesType &nodes, gtsam::NonlinearFactorGraph &factors) const =0 |
|
virtual bool | AddRelativeFactors (const localization_common::Time timestamp_a, const localization_common::Time timestamp_b, const NodesType &nodes, gtsam::NonlinearFactorGraph &factors) const =0 |
|
virtual bool | CanAddNode (const localization_common::Time timestamp) const =0 |
|
virtual bool | RemoveRelativeFactors (const localization_common::Time timestamp_a, const localization_common::Time timestamp_b, const NodesType &nodes, gtsam::NonlinearFactorGraph &factors) const =0 |
|
◆ MeasurementBasedTimestampedNodeAdderModel()
template<typename MeasurementType , typename NodeType , typename NodesType >
◆ ~MeasurementBasedTimestampedNodeAdderModel()
template<typename MeasurementType , typename NodeType , typename NodesType >
◆ AddMeasurement()
template<typename MeasurementType , typename NodeType , typename NodesType >
◆ RemoveMeasurements()
template<typename MeasurementType , typename NodeType , typename NodesType >
The documentation for this class was generated from the following file: