Skip to content

Commit 3bbbceb

Browse files
Update version from 1.5.1 to 1.5.2
1 parent e59c379 commit 3bbbceb

3 files changed

Lines changed: 35 additions & 2 deletions

File tree

docs/changelog.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
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+
- Added support for multiple cameras across renderers and observation pipelines.
14+
- Enabled instance segmentation to include arena bodies.
15+
- Added DualSense controller support and improved SpaceMouse auto-detection.
16+
- Introduced scalable arenas and MuJoCo objects via `set_scale`.
17+
- Allowed base type specification and manipulator mounts for mobile manipulation envs.
18+
- Added new robots and hands (xArm7 revised, Inspire/Fourier grasp qpos).
19+
- Extended whole-body IK with `input_ref_frame=base` and `skip_wbc_action`.
20+
- Added sensors, shell inertia for Sawyer meshes, and joint position observations.
21+
22+
- **Documentation Updates**:
23+
- Updated v1.5 docs, fixed broken links, improved dark-mode visibility, and refined demo/device documentation.
24+
- Added USD requirements and SpaceMouse dependencies to docs and extras.
25+
- Improved demos page and clarified base type comments.
26+
27+
- **CI / Release / Tooling**:
28+
- Added and refined PyPI publishing workflows.
29+
- Improved build–docs synchronization and pinned Mink version.
30+
31+
- **Miscellaneous**:
32+
- Added render modalities and updated demo scripts to include all manipulators by default.
33+
- Refactored controller configs and composite controller logic.
34+
- Improved data collection wrapper resets and environment seeding.
35+
336
## Version 1.5.1
437

538
- **Bug Fixes**:

robosuite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"Could not load the mink-based whole-body IK. Make sure you install related import properly, otherwise you will not be able to use the default IK controller setting for GR1 robot."
4242
)
4343

44-
__version__ = "1.5.1"
44+
__version__ = "1.5.2"
4545
__logo__ = """
4646
; / ,--.
4747
["] ["] ,< |__**|

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
author="Yuke Zhu",
3636
url="https://github.com/ARISE-Initiative/robosuite",
3737
author_email="yukez@cs.utexas.edu",
38-
version="1.5.1",
38+
version="1.5.2",
3939
long_description=long_description,
4040
long_description_content_type="text/markdown",
4141
)

0 commit comments

Comments
 (0)