-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increasing dimension of bounding box #77
Comments
Have you found a solution? I have the same issue. |
In the end, I have increased the sensor/max_range parameter ad that worked for me. But I think there is a parameter to change the external bounding box of the octomap. |
This is the same issue than in: I've also seen that the folks in: Have done this to solve the issue: // Go through obstacle points and store them
} catch (tf::TransformException const& ex) { I'll try to do something like that in my code... |
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:
Thank you in advance for the information
The text was updated successfully, but these errors were encountered: