Skip to content

v0.3.1

Compare
Choose a tag to compare
@Mayankm96 Mayankm96 released this 31 May 13:05
· 66 commits to main since this release

👀 Overview

This is an intermediate release with minor patch fixes and improvements.

Note: This is the final release of the framework under the name "Orbit". The framework will soon be renamed to "Isaac Lab" and be moved to a new GitHub organization. More details will be provided shortly.

Full Changelog: v0.3.0...v0.3.1

✨ New Features

🔧 Improvements

  • Removes duplicated cassie configuration in core extension by @MuhongGuo
  • Fixes type-hinting for articulation properties in from_files_cfg.py by @MuhongGuo
  • Adds X11 setup checks for the Docker container by @hhansen-bdai

🐛 Bug Fixes

  • Fixes configclass shared references to keep compound objects independent across subclass instances by @hhansen-bdai
  • Fixes loading of ContactSensor when using it in an extension by @fyu-bdai
  • Fixes RSL-RL ONNX exporter for empirical normalization by @Nemantor

🤗 New Contributors