Skip to content

Commit

Permalink
Const ptr to jmg arg for cost function (#1537) (#1610)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Weaver <tyler@picknik.ai>
(cherry picked from commit 389a5a8)
  • Loading branch information
mergify[bot] committed Oct 11, 2022
1 parent 5a589fc commit 74d5e87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class MOVEIT_KINEMATICS_BASE_EXPORT KinematicsBase

/** @brief Signature for a cost function used to evaluate IK solutions. */
using IKCostFn = std::function<double(const geometry_msgs::msg::Pose&, const moveit::core::RobotState&,
moveit::core::JointModelGroup*, const std::vector<double>&)>;
moveit::core::JointModelGroup const*, const std::vector<double>&)>;

/**
* @brief Given a desired pose of the end-effector, compute the joint angles to reach it
Expand Down

0 comments on commit 74d5e87

Please sign in to comment.