Initialization change in ROS Melodic

Issue #62 new
Former user created an issue

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)

  1. Log in to comment