Had a working groovy costmap_2d -> won't work on hydro
Hi folks,
I've had a working costmap_2d
setup in Groovy
but upgraded to Hydro
and now it doesn't work anymore. Here's my launch configuration of move_base
:
And my configuration files for common, local and global costmap as well as local planner:
- http://pastebin.com/4gHGpFKb (common)
- http://pastebin.com/6DqhSP7d (local costmap)
- http://pastebin.com/ertA8ntu (global costmap)
- http://pastebin.com/Uc08H2r0 (local planner)
// edit1: here's the output of the move_base
launch:
// edit2: is there maybe a costmap_2d
layer plugin missing? One that provides an occupancy grid to rviz
?
In Groovy
I got valid obstacle information and could issue goals which most of the time were successfully reached.
In Hydro
however the corresponding topics aren't posted anymore. In rviz
I cannot see any valid topic for GridCells
anymore which I used previously to visualize occupied space.
I don't see why it isn't working anymore. All I've done is upgrading my ROS to Hydro and catkin rebuilding my workspace.
I'd appreciate any kind of help here. If you need further information I'll happily try to deliver...
Cheers, Hendrik