Initialization change in ROS Melodic
Issue #62
new
When loading MoveIt with the trac-ik plugin in ROS Melodic, a warning pops up in the terminal that the IK plugin for group '<group_name>' relies on deprecated API. Please implement initialize(RobotModel, ...).
According to MoveIt's migration notes, the way a plugin receives a robot model has changed...
KinematicsBase: Deprecated initialize(robot_description, ...) in favour of initialize(robot_model, ...). Adapt your kinematics plugin to directly receive a RobotModel. See the KDL plugin for an example.
Is there a plan to update the trac_ik_kinematics_plugin
with this change?
Comments (3)
-
-
It would really be great if the plugin could be migrated to the new interface.
-
For me too, it’s not working on Ubuntu 20.04 + ROS Noetic
I believe we’re talking about this function:
- Log in to comment
Hi, is anything being done about this?