Merge pull request #1086 from ScottMcMichael/fix_pose_rotation_prior_serialization
commit
304467cf1d
|
@ -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