Open dgitz opened 2 years ago
Hi, I think this is expected behavior : each intersection between the black lines represent a "cell". Nevertheless I agree this is a bit counterintuitive.
If for example we change the first cell to "1.0" instead "0.1", one can easily visualize this :
Map1.txt
With the map file above, and running the following command: rostopic pub -r 1 /gridmap grid_map_msgs/GridMap -f data/grid_map_msgs/GridMap/Map1.txt
Shows a reduced map in the GridMap rviz plugin:
Not sure if this is just me doing something wrong, if it's a problem only in the plugin, or if it's a problem in the ROS conversion?