You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/isaaclab/config/extension.toml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
[package]
2
2
3
3
# Note: Semantic Versioning is used: https://semver.org/
4
+
<<<<<<< HEAD
4
5
version = "0.48.4"
6
+
=======
7
+
8
+
version = "0.48.3"
9
+
>>>>>>> 94b12e4206 (This change implements the necessary changes to the articulation and actuator classes in order to configure the new actuator drive model including velocity and effort dependent constraints on motor actuation. For details see https://nvidia-omniverse.github.io/PhysX/physx/5.6.1/docs/Articulations.html#articulation-drive-stability and https://docs.omniverse.nvidia.com/kit/docs/omni_physics/latest/extensions/runtime/source/omni.physics.tensors/docs/api/python.html#omni.physics.tensors.impl.api.ArticulationView.set_dof_drive_model_properties)
Copy file name to clipboardExpand all lines: source/isaaclab/docs/CHANGELOG.rst
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,22 @@
1
1
Changelog
2
2
---------
3
3
4
+
<<<<<<< HEAD
4
5
0.48.4 (2025-11-14)
6
+
=======
7
+
0.48.3 (2025-11-13)
8
+
~~~~~~~~~~~~~~~~~~~
9
+
10
+
Added
11
+
^^^^^
12
+
13
+
* Implemented drive model improvements for implicit actuators allowing them to configure a new feature within physx to apply
14
+
constraints on actuator effort dependent on the torque and velocity on the articulation.
15
+
* Introduced a NamedTuple config classes as a way to organize related parameters, and extended the configuration parsing to
16
+
work with related (mutually dependent) parameters in the configurations.
17
+
18
+
0.48.2 (2025-11-13)
19
+
>>>>>>> 94b12e4206 (This change implements the necessary changes to the articulation and actuator classes in order to configure the new actuator drive model including velocity and effort dependent constraints on motor actuation. For details see https://nvidia-omniverse.github.io/PhysX/physx/5.6.1/docs/Articulations.html#articulation-drive-stability and https://docs.omniverse.nvidia.com/kit/docs/omni_physics/latest/extensions/runtime/source/omni.physics.tensors/docs/api/python.html#omni.physics.tensors.impl.api.ArticulationView.set_dof_drive_model_properties)
5
20
~~~~~~~~~~~~~~~~~~~
6
21
7
22
Changed
@@ -101,7 +116,6 @@ Added
101
116
102
117
* Added parameter :attr:`~isaaclab.terrains.TerrainImporterCfg.use_terrain_origins` to allow generated sub terrains with grid origins.
0 commit comments