add a function to retrieve the prior
parent
054c326e3c
commit
b356ca6e6a
|
@ -86,6 +86,8 @@ namespace gtsam {
|
|||
return prior_.localCoordinates(p);
|
||||
}
|
||||
|
||||
const VALUE & prior() const { return prior_; }
|
||||
|
||||
private:
|
||||
|
||||
/** Serialization function */
|
||||
|
|
Loading…
Reference in New Issue