moveit / moveit2

:robot: MoveIt for ROS 2
https://moveit.ai/
BSD 3-Clause "New" or "Revised" License
982 stars 492 forks source link

Only display kinematics warning if no groups have an IK solver #2891

Closed Abishalini closed 6 days ago

Abishalini commented 6 days ago

Description

This warning appeared every time I launched MoveIt even though I had kinematics information assigned for each planning group.

[WARN] [1719602728.013530753] [waypoint_manager_node.moveit.ros.robot_model_loader]: No kinematics plugins defined. Fill and load kinematics.yaml!

I am removing the check to see if the robot model has JointModelGroups (the groups defined in the SRDF) as it does not pertain to the warning.

Closed this PR since this was not the root cause of the problem.

Checklist