Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[render] Add the unit tests for RenderEngineVtk (RobotLocomotion#11518)
Port the RgbdRendererVtk tests to the RenderEngineVtkTest and expand the tests for the new functionality. The new functionality includes: 1. Generalize the framework - Can't hard-code image size. - utilities to compare the different color types - test utilities that return ::testing::AssertionResult - refactor Render() method to do the work on an arbitrary renderer. 2. Reformulate the existing ShapeTest tests (box, sphere, etc.) 3. Add a host of new tests: - textured mesh - geometry removal - Cloning - Use of single render engine with cameras with different configurations - RenderLabel semantics
- Loading branch information