Enhancements and upgrades for the release: v1.1.0 #736
Dhoeller19
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👀 Overview
With the release of Isaac Sim 4.0 and 4.1, support for Isaac Sim 2023.1.1 has been discontinued. We strongly encourage all users to upgrade to Isaac Sim 4.1 to take advantage of the latest features and improvements. For detailed information on this upgrade, please refer to the release notes available here.
Besides the above, the Isaac Lab release brings new features and improvements, as detailed below. We thank all our contributors for their continued support.
Full Changelog: v1.0.0...v1.1.0
✨ New Features
🔧 Improvements
isaaclabscripts to deal with Isaac Sim pip installation by @Mayankm96 in Fixesisaaclabscripts to deal with Isaac Sim pip installation #631🐛 Bug Fixes
RigidObjectDataby @Mayankm96 in Reads gravity direction from simulation insideRigidObjectData#582💔 Breaking Changes
Renaming of
SimulationCfg.substepstoSimulationCfg.render_intervalPreviously, the users set both
omni.isaac.lab.sim.SimulationCfg.dtandomni.isaac.lab.sim.SimulationCfg.substeps, which marked the physics insulation time-step and sub-steps, respectively. It was unclear whether sub-steps meant the number of integration steps inside the physics time-stepdtor the number of physics steps inside a rendering step.Since in the code base, the attribute was used as the latter, it has been renamed to
render_intervalfor clarity.Removal of Deprecated Attributes
As notified in previous releases, we removed the classes and attributes marked as deprecated. These are as follows:
mdp.add_body_massmethod in the events. Please use themdp.randomize_rigid_body_massinstead.managers.RandomizationManagerandmanagers.RandomizationTermCfg. Please use themanagers.EventManagerandmanagers.EventTermCfgclasses instead.omni.isaac.lab.sensors.FrameTransformerData:target_rot_source-->omni.isaac.lab.sensors.FrameTransformerData.target_quat_wtarget_rot_w-->omni.isaac.lab.sensors.FrameTransformerData.target_quat_sourcesource_rot_w-->omni.isaac.lab.sensors.FrameTransformerData.source_quat_wbody_physx_viewfrom theomni.isaac.lab.assets.Articulationandomni.isaac.lab.assets.RigidObjectclasses. These caused confusion when used with the articulation view since the body names did not follow the same ordering.isaaclab.backwards.compatible.kit. This is followed by dropping the support forIsaac Sim 2023.1.1 completely.
🤗 New Contributors
Beta Was this translation helpful? Give feedback.
All reactions