Add default constructor to PoseRotationPrior to fix serialization
parent
241f7a31a7
commit
a1fda3f14c
|
@ -39,6 +39,9 @@ protected:
|
|||
|
||||
public:
|
||||
|
||||
/** default constructor - only use for serialization */
|
||||
PoseRotationPrior() {}
|
||||
|
||||
/** standard constructor */
|
||||
PoseRotationPrior(Key key, const Rotation& rot_z, const SharedNoiseModel& model)
|
||||
: Base(model, key), measured_(rot_z) {}
|
||||
|
|
Loading…
Reference in New Issue