|
NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
Go to the documentation of this file.
19 #ifndef FACTOR_ADDERS_FACTOR_ADDER_H_
20 #define FACTOR_ADDERS_FACTOR_ADDER_H_
25 #include <gtsam/nonlinear/NonlinearFactorGraph.h>
27 #include <boost/serialization/serialization.hpp>
53 template <
class Archive>
54 void serialize(Archive& ar,
const unsigned int file_version) {
55 ar& BOOST_SERIALIZATION_NVP(
params_);
60 #endif // FACTOR_ADDERS_FACTOR_ADDER_H_
virtual ~FactorAdder()=default
Definition: factor_adder.h:33
friend class boost::serialization::access
Definition: factor_adder.h:52
Definition: factor_adder_params.h:23
FactorAdder(const FactorAdderParams ¶ms)
Definition: factor_adder.h:35
FactorAdderParams params_
Definition: factor_adder.h:48
Definition: depth_odometry_factor_adder.h:31
virtual int AddFactors(const localization_common::Time oldest_allowed_time, const localization_common::Time newest_allowed_time, gtsam::NonlinearFactorGraph &factors)=0
double Time
Definition: time.h:23