Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/mjviser/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class _MeshGroup:
_DEFAULT_FOV_DEGREES = 60
_DEFAULT_FOV_MIN = 20
_DEFAULT_FOV_MAX = 150
_DEFAULT_ENVIRONMENT_INTENSITY = 0.8
_DEFAULT_CONTACT_POINT_COLOR = (230, 153, 51)
_DEFAULT_CONTACT_FORCE_COLOR = (255, 0, 0)

Expand Down Expand Up @@ -195,9 +194,6 @@ def __init__(
self._scene_offset = np.zeros(3)

# Build the scene.
server.scene.configure_environment_map(
environment_intensity=_DEFAULT_ENVIRONMENT_INTENSITY
)
self.fixed_bodies_frame = server.scene.add_frame("/fixed_bodies", show_axes=False)
# Populate xpos/xquat so fixed body geometry is placed in world space.
mujoco.mj_kinematics(mj_model, self.mj_data)
Expand Down
Loading