Open
Description
I am using octomap server to explore a zone. The problem is that I am unable to modify the bounding box of the map. The points are passed in the map reference frame since I have done a package to do transform the point cloud from the robot frame to the map frame. For this reason, I think that the map is limited by the sensor/max_range parameter as it takes the origin as the position of the sensor even if the sensor is moving with the drone.
My questions are:
- There is a way to modify the overall bounding box of the octomap from the launchfile?
- Is correct to provide the point cloud in the map reference frame or the octomap automatically convert the reference frame of the points? In that case, is the senor/max_range parameter correct since in reality, the sensor is not in that position?
Thank you in advance for the information