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

As Martin has pointed out the problem is displayed in the error message. The fix would be to edit your blp_plugin.xml file properly. It should contain the following:

<library path="lib/libshifty_local_planner">
  <class name="shifty_local_planner/ShiftyPlannerROS" type="shifty_local_planner::ShiftyPlannerROS" base_class_type="nav_core::BaseLocalPlanner">
    <description>
      A implementation of a ShiftyPlannerROS local planner.
    </description>
  </class>
</library>

Also, do a clean build afterwards.

As Martin has pointed out the problem is displayed in the error message. The fix would be to edit your blp_plugin.xml file properly. It should contain the following:

<library path="lib/libshifty_local_planner">
  <class name="shifty_local_planner/ShiftyPlannerROS" type="shifty_local_planner::ShiftyPlannerROS" base_class_type="nav_core::BaseLocalPlanner">
    <description>
      A implementation of a ShiftyPlannerROS local planner.
    </description>
  </class>
</library>

You should use the shifty_local_planner as a namespace and ShiftyPlannerROS as the name of the class in your source files.

Also, do a clean build afterwards.