add measured function
parent
d3315b2886
commit
d407cc5eaa
|
@ -71,6 +71,11 @@ namespace gtsam {
|
||||||
return q.vector() ;
|
return q.vector() ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** return the measured */
|
||||||
|
inline const Point2 measured() const {
|
||||||
|
return z_;
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/** Serialization function */
|
/** Serialization function */
|
||||||
friend class boost::serialization::access;
|
friend class boost::serialization::access;
|
||||||
|
|
Loading…
Reference in New Issue