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

Revision history [back]

click to hide/show revision 1
initial version

I found the problem. Some dependencies were missing in the package.xml:

  <depend>moveit_core</depend>
  <depend version_gte="1.11.2">pluginlib</depend>

I found the problem. a solution. Some dependencies were missing in the package.xml:

  <depend>moveit_core</depend>
  <depend version_gte="1.11.2">pluginlib</depend>