PointCloud Input to costmap_2d
I am trying to add an additional PointCloud to the costmap_2d list of things to avoid (when doing PR2 navigation). I have added the proper information to the observation_sources parameter.
However, my PointCloud is not being avoided properly, despite the move_base node subscribing to the topic. When comparing my PointCloud messages to the /ground_object_cloud
PointCloud data, I noticed that that PointCloud had four Channels of extra data: intensities, index, distances, and stamps. Are these necessary input for costmap_2d, and if so, what do they mean?