Skip to content

Commit

Permalink
Expose CameraMatrices type from dm_control.mujoco.
Browse files Browse the repository at this point in the history
This is the return type for Camera.matrices.

PiperOrigin-RevId: 603322176
Change-Id: I2bc23a1af5e6179b4806ff5c601fd3f944f9897f
  • Loading branch information
nimrod-gileadi authored and copybara-github committed Feb 1, 2024
1 parent cc26855 commit 9e360bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dm_control/mujoco/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from dm_control.mujoco.engine import action_spec

from dm_control.mujoco.engine import Camera
from dm_control.mujoco.engine import CameraMatrices
from dm_control.mujoco.engine import MovableCamera
from dm_control.mujoco.engine import Physics
from dm_control.mujoco.engine import TextOverlay
Expand Down

0 comments on commit 9e360bf

Please sign in to comment.