Skip to content
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

HeightmapLODPlugin: add server/gui params #3120

Merged
merged 2 commits into from
Oct 19, 2021

Conversation

scpeters
Copy link
Member

This allows specifying separate Heightmap LOD parameters for a server and GUI rendering instances. This could allow using more accurate parameters in the server for camera sensors, while using coarser parameters in the GUI to reduce the computational burden.

An accessor for the bool ScenePrivate::isServer flag was added to Scene.hh in 2f8bbaa to support this feature.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
This allows specifying separate LOD parameters for a server
and GUI rendering instances. This could allow using more
accurate parameters in the server for camera sensors,
while using coarser parameters in the GUI to reduce the
computational burden.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
@scpeters scpeters requested a review from iche033 October 14, 2021 00:32
@scpeters
Copy link
Member Author

CI looks ok to me; the new test cases have passed on Ubuntu and homebrew

@scpeters
Copy link
Member Author

CI looks ok to me; the new test cases have passed on Ubuntu and homebrew

actually, the heightmap test is failing on homebrew, and has been for some time. I'll fix it for this PR

@scpeters
Copy link
Member Author

CI looks ok to me; the new test cases have passed on Ubuntu and homebrew

actually, the heightmap test is failing on homebrew, and has been for some time. I'll fix it for this PR

CI looks fine now; the new heightmap tests is passing on Ubuntu and macOS

this is ready for review

Copy link
Contributor

@iche033 iche033 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me.

@scpeters scpeters merged commit 5a9392f into gazebosim:gazebo11 Oct 19, 2021
@scpeters scpeters deleted the heightmap_lod_server_gui branch October 19, 2021 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants