We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need an interface to get the world's all collisions and generate the 3d map(pointcloud).
I tried to parse sdf file to extract dae/stl/geometry, but it was too complicated since the sdf structures vary.
There is a RayQuery based solution for gazebo-classic:
https://github.com/[arshadlab/gazebo_map_creator](https://github.com/arshadlab/gazebo_map_creator)
I didn't find the equivalent class for this usage in gz harmonic.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Desired behavior
Need an interface to get the world's all collisions and generate the 3d map(pointcloud).
Alternatives considered
I tried to parse sdf file to extract dae/stl/geometry, but it was too complicated since the sdf structures vary.
Implementation suggestion
There is a RayQuery based solution for gazebo-classic:
https://github.com/[arshadlab/gazebo_map_creator](https://github.com/arshadlab/gazebo_map_creator)
I didn't find the equivalent class for this usage in gz harmonic.
Additional context
The text was updated successfully, but these errors were encountered: