Revert changes to Pose2 r(), t()
parent
7e30cc7c9d
commit
2175f804dd
|
|
@ -252,10 +252,10 @@ public:
|
||||||
inline double theta() const { return r_.theta(); }
|
inline double theta() const { return r_.theta(); }
|
||||||
|
|
||||||
/// translation
|
/// translation
|
||||||
inline const Point2& t() const { return translation(); }
|
inline const Point2& t() const { return t_; }
|
||||||
|
|
||||||
/// rotation
|
/// rotation
|
||||||
inline const Rot2& r() const { return rotation(); }
|
inline const Rot2& r() const { return r_; }
|
||||||
|
|
||||||
/// translation
|
/// translation
|
||||||
inline const Point2& translation(OptionalJacobian<2, 3> Hself={}) const {
|
inline const Point2& translation(OptionalJacobian<2, 3> Hself={}) const {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue