Improve quality of octomap with params
Hi,
I have built a octomap with ocotmap_server. It's a map with mobile objects so it's necessary to actualize frequently. Unfortunately some octomap points doesn't remove themselves. So I look for better parameters in the launch file.
I have well set latch like true but anything change. I want modify "sensor_model/hit, sensor_model/miss, sensor_model/min and sensor_model/max". I have seen the topic Octomap_server but I don't understand descriptions of parameters.
what does you mean each of them and How I should modify this parameters to select fewer points ?
There is the service reset, it's good but I would a same result without call this service in each loop. I don't want memory.
If you want no map "memory", then why are you mapping at all? Why not simply converting the point cloud into a voxel grid?
Its true, so octomap is mainly used to a static map ? I should use somethings like collider package for find mobile objects ?
@AHornug, is there a way to convert pointcloud to voxel grid?
@Gazer: You need to do that yourself
@AHornung: I am wondering could you please help me out on this question? http://answers.ros.org/question/67096/octomap-not-updating-the-map-in-real-time/ thank you