ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Trac_IK plugin for MoveIt group relies on deprecated API.

asked 2021-11-17 08:42:37 -0500

bhomaidan gravatar image

Is there a neat way to handle this warning while using Trac-IK solver with MoveIt Assistant?

IK plugin for group 'right_arm' relies on deprecated API. Please implement initialize(RobotModel, ...).

thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-11-18 04:00:44 -0500

v4hn gravatar image

Trac-IK should simply implement the newer API. Apparently they did not do that. If they don't want to use the functionality this is quickly done because RobotModel::getURDF() can just give you the description needed for the old API, but they can likely safe some time by just using the RobotModel MoveIt prepared for them.

edit flag offensive delete link more

Comments

@v4hn, thanks for your answer, where can I add RobotModel::getURDF(), to which part of the trac_ik code so it works properly? can you please tell me, thanks in advance.

bhomaidan gravatar image bhomaidan  ( 2021-11-18 08:28:50 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2021-11-17 08:42:37 -0500

Seen: 414 times

Last updated: Nov 18 '21