Navigation costmap2d
i get the following error while i run the launch file with
roslaunch youbot_navigation_local move_base_local.launch
...
[ INFO] [1471278418.063178560]: Loading from pre-hydro parameter style
[ INFO] [1471278418.084275407]: Using plugin "obstacle_layer"
[ INFO] [1471278418.130269680]: Subscribed to Topics: hokuyo_laser
[ INFO] [1471278418.162015226]: Using plugin "inflation_layer"
[ INFO] [1471278418.250150436]: Using plugin "footprint_layer"
terminate called after throwing an instance of 'pluginlib::LibraryLoadException'
what(): According to the loaded plugin descriptions the class costmap_2d::FootprintLayer with base class type costmap_2d::Layer does not exist. Declared types are costmap_2d::InflationLayer costmap_2d::ObstacleLayer costmap_2d::StaticLayer costmap_2d::VoxelLayer
[move_base_node-2] process has died [pid 20334, exit code -6, cmd /home/zeeshan/catkin_ws/devel/lib/move_base/move_base cmd_vel:=move_base/cmd_vel __name:=move_base_node __log:=/home/zeeshan/.ros/log/cbc6dc34-62e4-11e6-aa0c-685d435eb19f/move_base_node-2.log].
log file: /home/zeeshan/.ros/log/cbc6dc34-62e4-11e6-aa0c-685d435eb19f/move_base_node-2*.log
I don't think footprint layer exists any more, obstacle layer takes care of it? Is this from https://github.com/youbot/youbot-ros-pkg ? It looks like it hasn't been updated in years.
so please can u tell what is the solution for this?