unisim.backend.genesis.playback.camera_pose_from_kwargs

unisim.backend.genesis.playback.camera_pose_from_kwargs(camera_kwargs, lookat)[source]

Map the repo-wide MuJoCo-style camera configuration onto (pos, lookat).

MuJoCo’s negative-elevation convention is kept: cam_elevation=-20 places the camera above the horizon looking down. cam_lookat pins the lookat point when set.

Parameters:
Return type:

tuple[ndarray, ndarray]