How to feed octomap_mapping with cloud points from kinect (openNI2) to start creating a map? [closed]
How to feed octomap_mapping with cloud points from kinect (openNI2) to start creating a map? I'm using Xtion kinect with openni2. Is working with no problem. Additionally I installed octomap and roslaunch the following scripts
octomap_mapping.launch octomap_mapping_nodelet.launch octomap_tracking_client.launch octomap_tracking_server.launch
I can see all the packages running in the rqt view.
Also I tried to remap cloud_in in the octomap launchfile to different of the topics provided from by openni camera.
<remap from="cloud_in" to="/camera/I_tried_different" />
In rqt I can see that remapping is working (can't tell you what camera topics I tried because I'm currently not in front of my ros server)
Unfortunatly no map will be build up. (rviz tells me no map available allthough I select correct topic from octomap) Please can someone tell me what I'm doing wrong? Which openNI camera topic should I remap to cloud_in? Or is there missing an addtional package to realize creating a map with octomap and openni2 with kinect (e.g. create point cloud from camera output before for octomap)?
Thanks Pat