18 #ifndef NODE_ADDERS_TIMESTAMPED_NODE_ADDER_PARAMS_H_ 
   19 #define NODE_ADDERS_TIMESTAMPED_NODE_ADDER_PARAMS_H_ 
   23 #include <boost/serialization/serialization.hpp> 
   25 #include <gtsam/geometry/Pose3.h> 
   26 #include <gtsam/linear/NoiseModel.h> 
   31 template <
typename NodeType>
 
   46   friend class boost::serialization::access;
 
   47   template <
class ARCHIVE>
 
   48   void serialize(ARCHIVE& ar, 
const unsigned int ) {
 
   51     ar& BOOST_SERIALIZATION_NVP(
huber_k);
 
   61 #endif  // NODE_ADDERS_TIMESTAMPED_NODE_ADDER_PARAMS_H_