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