convert image to occupancy grid ?
how to convert image taken from camera to occupancy grid map ? what i did till now is to :
1- i made this photo by paint just a white area with black boarders to let the robot moves within it
2- create a .ymal file with the same name at the same dir with this content
image:map.png
resolution: 0.1
origin: [0.0, 0.0, 0.0]
occupied_thresh: 0.65
free_thresh: 0.196
negate: 0
3- run the roscore
4- rosrun map_server map_server map.yaml
and nothing happens , i checked the published topics using rostopic list
and nothing is published, please help