octomap using pointcloud data without odomoetry
Hi I am trying to generate a 3D map of the environment using octomap. I have 3D scan dataset but I do not have tf. According to http://wiki.ros.org/octomap_server ,
sensor data frame → /map (static world frame, changeable with parameter frame_id)
Required transform of sensor data into the global map frame if you do scan integration. This information needs to be available from an external SLAM or localization node.
I do not have access to this transform. I am rather trying to achive localization by using the continuous scans. Can someone suggest what can be done? Is there a good tutorial to use octomap on a precaptured dataset?
thanks