Skip to content

Commit 994dfb7

Browse files
committed
deploy: e941195
1 parent 005ce06 commit 994dfb7

File tree

77 files changed

+4029
-2153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+4029
-2153
lines changed

.nojekyll

Whitespace-only changes.

docs/.buildinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: ab371a425a94ae324bc943597483e05d
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 25d8f509bcf77e5687069ebecf296f2e
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/changelog.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## Version 1.5.2
4+
5+
- **Bug Fixes**:
6+
- Fixed domain randomization compatibility for `mujoco!=3.1.1`.
7+
- Corrected dexterous hand mounting for Panda and pot-with-handles geometry for rectangular pots.
8+
- Fixed Mink IK with delta input, duplicated inertial properties, free-joint issues, and Baxter mesh problems.
9+
- Resolved mobile base XML and controller logic issues, binding utils on Windows, and EGL error reporting.
10+
- Hot-fixed `Task.generate_id_mappings()` to remove invalid EEF targets.
11+
12+
- **Features / Enhancements**:
13+
- Add env seeding for determinism.
14+
- Added support for multiple cameras across renderers and observation pipelines.
15+
- Enabled instance segmentation to include arena bodies.
16+
- Added DualSense controller support and improved SpaceMouse auto-detection.
17+
- Introduced scalable arenas and MuJoCo objects via `set_scale`.
18+
- Allowed base type specification and manipulator mounts for mobile manipulation envs.
19+
- Added new robots and hands (xArm7 revised, Inspire/Fourier grasp qpos).
20+
- Extended whole-body IK with `input_ref_frame=base` and `skip_wbc_action`.
21+
- Added sensors, shell inertia for Sawyer meshes, and joint position observations.
22+
23+
- **Documentation Updates**:
24+
- Updated v1.5 docs, fixed broken links, improved dark-mode visibility, and refined demo/device documentation.
25+
- Added USD requirements and SpaceMouse dependencies to docs and extras.
26+
- Improved demos page and clarified base type comments.
27+
28+
- **CI / Release / Tooling**:
29+
- Added and refined PyPI publishing workflows.
30+
- Improved build–docs synchronization and pinned Mink version.
31+
32+
- **Miscellaneous**:
33+
- Added render modalities and updated demo scripts to include all manipulators by default.
34+
- Refactored controller configs and composite controller logic.
35+
- Improved data collection wrapper resets and environment seeding.
36+
337
## Version 1.5.1
438

539
- **Bug Fixes**:

0 commit comments

Comments
 (0)