forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[render] Fully account for full camera intrinsics in RenderEngine eco…
…system (RobotLocomotion#14357) * Fully account for full camera intrinsics in RenderEngine ecosystem This revisits the implementation of RenderEngine in preparation for deprecating the old CameraProperties and DepthCameraProperties in favor of the new ColorRenderCamera and DepthRenderCamera. - We implement the CameraProperties RenderEngine API by delegating to the RenderCamera API (it was previously purely abstract). - This introduces circular delegation in the default behavior and we add a *temporary* mechanism for catching the defective case where the circle gets entered. - A collection of tests have been added to validate all transitional delegation logic. - RenderEngineGl, RenderEngineVtk, DummyRenderEngine remove their CameraProperties-related APIs in favor of inheriting RenderEngine's. - Tests that compare equivalency between images created by the two APIs on the derived classes are no longer necessary. - Bind QueryObject::Render*Image(*RenderCamera) API - the python version of DummyRenderEngine (in geometry_test.py) is updated to match the C++ version.
- Loading branch information
1 parent
3ac311c
commit 4742497
Showing
12 changed files
with
507 additions
and
474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.