issue of ground filter in octomap_server
I am testing the octomap_server and I used the sample data from http://vimeo.com/1451349?pg=embed&sec=1451349, which is a pcap file collected from a velodyne 64 laser.
Judged from the video and the pointcloud display in rviz, the ground surface is obviously contained in the data set. In my testing, the base_frame_id is set to "base_footprint" which is exactly located at the ground surface; filter_ground is also set to "true". But the generated octomap never filters the ground... and this is the output from the node.
[INFO] [1329732147.087671086] class OctomapServer starts
[INFO] [1329732147.103789973] filter_ground 1
[WARN][1329732208.260183596] No plane found in cloud.
[WARN][1329732208.260282727] No ground plane found in scan
Thanks for any help.