moveit / moveit

:robot: The MoveIt motion planning framework
http://moveit.ros.org
BSD 3-Clause "New" or "Revised" License
1.67k stars 948 forks source link

[WARN]: Kinematics solver doesn't support #attempts anymore, but only a timeout. #1642

Closed anubhav1772 closed 5 years ago

anubhav1772 commented 5 years ago

I am fairly new to ROS. Initially, on adding ur_kinematics/UR5KinematicsPlugin Kinematic Solver to the planning group manipulator, I was getting error same as issue#306, but when I tried the solution proposed in the comment by LuserBen, I was able to get rid of the above error but now I am getting warning messages:

[WARN] [1566548603.759182091]: Kinematics solver doesn't support #attempts anymore, but only a timeout.
Please remove the parameter '/rviz_predator_helios300_10772_3827859127693552409/manipulator/kinematics_solver_attempts' from your configuration.
[WARN] [1566548603.764627321]: IK plugin for group 'manipulator' relies on deprecated API. Please implement initialize(RobotModel, ...).

I don't know, why I am getting the above warning messages. It looks like a deprecation problem. But, if it is so, how can I correct this. Please guide me. Thanks.

rhaschke commented 5 years ago

This is a deprecation warning, which you as a user can ignore for now. The maintainers of https://github.com/ros-industrial/universal_robot should fix this warning by adapting to the new MoveIt API as indicated in the migration notes.