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