mirage.renderer.renderer.Renderer#
- class mirage.renderer.renderer.Renderer#
Bases:
ABC
- __init__()#
Methods
__init__
()Initializes the appropriate camera in the simulator.
Renders the current view of the robot in a particular state.
- abstract initialize() None #
Initializes the appropriate camera in the simulator.
- abstract render_current_view() RenderResult #
Renders the current view of the robot in a particular state. :return: RenderResult: The result of the rendering.