Skip to content

Commit

Permalink
add get_fixed_target_pose
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Aug 21, 2024
1 parent bfdf565 commit 4c7ee15
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ class IntegratedMatchingCostFactor : public gtsam::NonlinearFactor {
virtual double error(const gtsam::Values& values) const override;
virtual boost::shared_ptr<gtsam::GaussianFactor> linearize(const gtsam::Values& values) const override;

const Eigen::Isometry3d& get_fixed_target_pose() const { return fixed_target_pose; }

public:
Eigen::Isometry3d calc_delta(const gtsam::Values& values) const;

Expand Down

0 comments on commit 4c7ee15

Please sign in to comment.