Enhancements and upgrades for the release: v1.1.0 #736
Pinned
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
-
👀 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
isaaclab
scripts to deal with Isaac Sim pip installation by @Mayankm96 in Fixesisaaclab
scripts to deal with Isaac Sim pip installation #631🐛 Bug Fixes
RigidObjectData
by @Mayankm96 in Reads gravity direction from simulation insideRigidObjectData
#582💔 Breaking Changes
Renaming of
SimulationCfg.substeps
toSimulationCfg.render_interval
Previously, the users set both
omni.isaac.lab.sim.SimulationCfg.dt
andomni.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-stepdt
or 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_interval
for 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_mass
method in the events. Please use themdp.randomize_rigid_body_mass
instead.managers.RandomizationManager
andmanagers.RandomizationTermCfg
. Please use themanagers.EventManager
andmanagers.EventTermCfg
classes instead.omni.isaac.lab.sensors.FrameTransformerData
:target_rot_source
-->omni.isaac.lab.sensors.FrameTransformerData.target_quat_w
target_rot_w
-->omni.isaac.lab.sensors.FrameTransformerData.target_quat_source
source_rot_w
-->omni.isaac.lab.sensors.FrameTransformerData.source_quat_w
body_physx_view
from theomni.isaac.lab.assets.Articulation
andomni.isaac.lab.assets.RigidObject
classes. 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