Extends python iface Pose2 component jacobians
parent
6baa7e102b
commit
d6a24847f1
|
@ -424,7 +424,9 @@ class Pose2 {
|
||||||
gtsam::Rot2 bearing(const gtsam::Point2& point) const;
|
gtsam::Rot2 bearing(const gtsam::Point2& point) const;
|
||||||
double range(const gtsam::Point2& point) const;
|
double range(const gtsam::Point2& point) const;
|
||||||
gtsam::Point2 translation() const;
|
gtsam::Point2 translation() const;
|
||||||
|
gtsam::Point2 translation(Eigen::Ref<Eigen::MatrixXd> Hself) const;
|
||||||
gtsam::Rot2 rotation() const;
|
gtsam::Rot2 rotation() const;
|
||||||
|
gtsam::Rot2 rotation(Eigen::Ref<Eigen::MatrixXd> Hself) const;
|
||||||
Matrix matrix() const;
|
Matrix matrix() const;
|
||||||
|
|
||||||
// enabling serialization functionality
|
// enabling serialization functionality
|
||||||
|
|
Loading…
Reference in New Issue