Skip to content

Commit

Permalink
Const ptr to jmg arg for cost function
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Weaver <tyler@picknik.ai>
  • Loading branch information
tylerjw committed Aug 25, 2022
1 parent 888fc53 commit ec630c7
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 ec630c7

Please sign in to comment.