get measurement
parent
8cf2b84f5a
commit
7cd6eaa8e4
|
@ -87,6 +87,11 @@ namespace gtsam {
|
||||||
return reprojectionError.vector();
|
return reprojectionError.vector();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** return the measurement */
|
||||||
|
inline const Point2 measured() const {
|
||||||
|
return z_;
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
/// Serialization function
|
/// Serialization function
|
||||||
|
|
Loading…
Reference in New Issue