costmap_2d_ros,costmap values problem
hi.
i have created a costmap_2d::Costmap2DROS object , but it's values is only between 0 and 100.
when i visualized the 0 values on the rviz it shows the spaces that the robot doesnt have any conflit with obstacles which seems to be correct.
it doesnt have for example 255 values ( NO_INFORMATION ) while my /map topic has -1 (unknown space) values and also rviz shows the unknown spaces correctly from /map topic.
i am using hector slam for map building.
thanks.