default constructor to allow serialization
parent
b5c89b22b8
commit
ec19643840
|
|
@ -36,6 +36,9 @@ protected:
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
/** default constructor - only use for serialization */
|
||||||
|
PoseTranslationPrior() {}
|
||||||
|
|
||||||
/** standard constructor */
|
/** standard constructor */
|
||||||
PoseTranslationPrior(Key key, const Translation& measured, const noiseModel::Base::shared_ptr& model)
|
PoseTranslationPrior(Key key, const Translation& measured, const noiseModel::Base::shared_ptr& model)
|
||||||
: Base(model, key), measured_(measured) {
|
: Base(model, key), measured_(measured) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue