jaxsim 0.4.2.dev28__py3-none-any.whl → 0.4.2.dev34__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- jaxsim/_version.py +2 -2
- jaxsim/api/references.py +5 -1
- {jaxsim-0.4.2.dev28.dist-info → jaxsim-0.4.2.dev34.dist-info}/METADATA +1 -1
- {jaxsim-0.4.2.dev28.dist-info → jaxsim-0.4.2.dev34.dist-info}/RECORD +7 -7
- {jaxsim-0.4.2.dev28.dist-info → jaxsim-0.4.2.dev34.dist-info}/LICENSE +0 -0
- {jaxsim-0.4.2.dev28.dist-info → jaxsim-0.4.2.dev34.dist-info}/WHEEL +0 -0
- {jaxsim-0.4.2.dev28.dist-info → jaxsim-0.4.2.dev34.dist-info}/top_level.txt +0 -0
jaxsim/_version.py
CHANGED
@@ -12,5 +12,5 @@ __version__: str
|
|
12
12
|
__version_tuple__: VERSION_TUPLE
|
13
13
|
version_tuple: VERSION_TUPLE
|
14
14
|
|
15
|
-
__version__ = version = '0.4.2.
|
16
|
-
__version_tuple__ = version_tuple = (0, 4, 2, '
|
15
|
+
__version__ = version = '0.4.2.dev34'
|
16
|
+
__version_tuple__ = version_tuple = (0, 4, 2, 'dev34')
|
jaxsim/api/references.py
CHANGED
@@ -30,6 +30,7 @@ class JaxSimModelReferences(js.common.ModelDataWithVelocityRepresentation):
|
|
30
30
|
@staticmethod
|
31
31
|
def zero(
|
32
32
|
model: js.model.JaxSimModel,
|
33
|
+
data: js.data.JaxSimModelData | None = None,
|
33
34
|
velocity_representation: VelRepr = VelRepr.Inertial,
|
34
35
|
) -> JaxSimModelReferences:
|
35
36
|
"""
|
@@ -37,6 +38,9 @@ class JaxSimModelReferences(js.common.ModelDataWithVelocityRepresentation):
|
|
37
38
|
|
38
39
|
Args:
|
39
40
|
model: The model for which to create the zero references.
|
41
|
+
data:
|
42
|
+
The data of the model, only needed if the velocity representation is
|
43
|
+
not inertial-fixed.
|
40
44
|
velocity_representation: The velocity representation to use.
|
41
45
|
|
42
46
|
Returns:
|
@@ -44,7 +48,7 @@ class JaxSimModelReferences(js.common.ModelDataWithVelocityRepresentation):
|
|
44
48
|
"""
|
45
49
|
|
46
50
|
return JaxSimModelReferences.build(
|
47
|
-
model=model, velocity_representation=velocity_representation
|
51
|
+
model=model, data=data, velocity_representation=velocity_representation
|
48
52
|
)
|
49
53
|
|
50
54
|
@staticmethod
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: jaxsim
|
3
|
-
Version: 0.4.2.
|
3
|
+
Version: 0.4.2.dev34
|
4
4
|
Summary: A differentiable physics engine and multibody dynamics library for control and robot learning.
|
5
5
|
Author-email: Diego Ferigo <dgferigo@gmail.com>
|
6
6
|
Maintainer-email: Diego Ferigo <dgferigo@gmail.com>, Filippo Luca Ferretti <filippo.ferretti@iit.it>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
jaxsim/__init__.py,sha256=ixsS4dYMPex2wOUUp_rkPnwrPhYzkRh1xO_YuMj3Cr4,2626
|
2
|
-
jaxsim/_version.py,sha256=
|
2
|
+
jaxsim/_version.py,sha256=kN0FXu3Z-GZwwnCtjoqn_irNG5Bo4st5QaNwel00g2w,426
|
3
3
|
jaxsim/exceptions.py,sha256=8_h8iqL8DgNR754dR8SZiQ7361GR5V1sUk3ZuZCHw1Q,2069
|
4
4
|
jaxsim/logging.py,sha256=c4zhwBKf9eAYAHVp62kTEllqdsZgh0K-kPKVy8L3elU,1584
|
5
5
|
jaxsim/typing.py,sha256=IbFx3UkEXi-cm7UBqMPi58rJAFV_HbZ9E_K4JwfNvVM,753
|
@@ -15,7 +15,7 @@ jaxsim/api/link.py,sha256=hn7fbxaebHeXnvwEG9jZiWwzRcfdS8m-18LVsIG3S24,18479
|
|
15
15
|
jaxsim/api/model.py,sha256=8TTFVc7HuPLxIRq4h1pzXwuSlQ4sDVmL5KpiO-OnmnM,62662
|
16
16
|
jaxsim/api/ode.py,sha256=NnLTBvpaT4kXnbjAghXIzLv9DTMJ8bele2iOlUQDv3Q,11028
|
17
17
|
jaxsim/api/ode_data.py,sha256=9YZX-SK_KJtoIqG-zYWZsQInb2NA_LtxDn-jtLqm_3U,19759
|
18
|
-
jaxsim/api/references.py,sha256=
|
18
|
+
jaxsim/api/references.py,sha256=e8M7o4DDgfxsuJzV0WMwGbgCD-kXTDKLfJre7iwciHQ,16821
|
19
19
|
jaxsim/integrators/__init__.py,sha256=hxvOD-VK_mmd6v31wtC-nb28AYve1gLuZCNLV9wS-Kg,103
|
20
20
|
jaxsim/integrators/common.py,sha256=iwFykYZxdchqJcmcx8MFWEVijS5Hx9wCNKLKAJdF4gE,20103
|
21
21
|
jaxsim/integrators/fixed_step.py,sha256=KpjRd6hHtapxDoo6D1kyDrVDSHnke2TepI5grFH7_bM,2693
|
@@ -61,8 +61,8 @@ jaxsim/utils/__init__.py,sha256=Y5zyoRevl3EMVQadhZ4EtSwTEkDt2vcnFoRhPJjKTZ0,215
|
|
61
61
|
jaxsim/utils/jaxsim_dataclass.py,sha256=fLl1tY3DDb3lpIhG6BPqA5W34hM84oFzL-5cuz8k-68,11379
|
62
62
|
jaxsim/utils/tracing.py,sha256=KDMoyVPlu2NJvFkhtZwq5AkqMMgajt3munvJom-vEjQ,650
|
63
63
|
jaxsim/utils/wrappers.py,sha256=GOJQCJc5zwzoEGZB62wnWWGvUUQlXvDxz_A2Q-hFv7c,4027
|
64
|
-
jaxsim-0.4.2.
|
65
|
-
jaxsim-0.4.2.
|
66
|
-
jaxsim-0.4.2.
|
67
|
-
jaxsim-0.4.2.
|
68
|
-
jaxsim-0.4.2.
|
64
|
+
jaxsim-0.4.2.dev34.dist-info/LICENSE,sha256=eaYdFmdeMbiIoIiPzEK0MjP1S9wtFXjXNR5er49uLR0,1546
|
65
|
+
jaxsim-0.4.2.dev34.dist-info/METADATA,sha256=o7BaKw6Rw_pwaAbp1ayDGPDN_ljGiGR_sLrO6X_xd_A,17250
|
66
|
+
jaxsim-0.4.2.dev34.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
67
|
+
jaxsim-0.4.2.dev34.dist-info/top_level.txt,sha256=LxGMA8FLtXjQ6oI7N5gd_R_oSUHxpXxUEOfT1xS_ni0,7
|
68
|
+
jaxsim-0.4.2.dev34.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|