Function moveit_servo::getIKSolverTipFrame
Defined in File common.hpp
Function Documentation
-
std::optional<std::string> moveit_servo::getIKSolverTipFrame(const moveit::core::RobotStatePtr &robot_state, const std::string &group_name)
Get the tip (end-effector) frame of the current active joint group or subgroup’s IK solver.
- Parameters:
robot_state – A pointer to the current robot state.
group_name – The currently active joint group name.
- Returns:
The IK solver tip frame, if one exists, otherwise std::nullopt.