agx-openplx 0.15.22__cp39-cp39-macosx_12_0_arm64.whl → 0.16.0__cp39-cp39-macosx_12_0_arm64.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.
- {agx_openplx-0.15.22.dist-info → agx_openplx-0.16.0.dist-info}/METADATA +2 -2
- agx_openplx-0.16.0.dist-info/RECORD +41 -0
- openplx/DriveTrain.py +526 -526
- openplx/Math.py +528 -528
- openplx/Physics.py +2098 -2098
- openplx/Physics1D.py +272 -272
- openplx/Physics3D.py +2308 -2308
- openplx/Robotics.py +882 -882
- openplx/Simulation.py +46 -46
- openplx/Terrain.py +182 -182
- openplx/Urdf.py +25 -24
- openplx/Vehicles.py +436 -436
- openplx/Visuals.py +188 -188
- openplx/_AgxOpenPlxPyApi.cpython-39-darwin.so +0 -0
- openplx/_CorePythonSwig.cpython-39-darwin.so +0 -0
- openplx/_DriveTrainSwig.cpython-39-darwin.so +0 -0
- openplx/_MathSwig.cpython-39-darwin.so +0 -0
- openplx/_Physics1DSwig.cpython-39-darwin.so +0 -0
- openplx/_Physics3DSwig.cpython-39-darwin.so +0 -0
- openplx/_PhysicsSwig.cpython-39-darwin.so +0 -0
- openplx/_RoboticsSwig.cpython-39-darwin.so +0 -0
- openplx/_SimulationSwig.cpython-39-darwin.so +0 -0
- openplx/_TerrainSwig.cpython-39-darwin.so +0 -0
- openplx/_UrdfSwig.cpython-39-darwin.so +0 -0
- openplx/_VehiclesSwig.cpython-39-darwin.so +0 -0
- openplx/_VisualsSwig.cpython-39-darwin.so +0 -0
- openplx/__init__.py +1 -1
- openplx/api.py +1 -1
- agx_openplx-0.15.22.dist-info/RECORD +0 -41
- {agx_openplx-0.15.22.dist-info → agx_openplx-0.16.0.dist-info}/WHEEL +0 -0
- {agx_openplx-0.15.22.dist-info → agx_openplx-0.16.0.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: agx-openplx
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.16.0
|
4
4
|
Summary: AGX-OpenPLX python interface development
|
5
5
|
Home-page: https://pub.algoryx.dev/openplx/
|
6
6
|
License: Apache 2.0
|
@@ -18,7 +18,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
18
18
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
19
19
|
Classifier: Topic :: Scientific/Engineering :: Visualization
|
20
20
|
Requires-Dist: agx (==2.39.1.0)
|
21
|
-
Requires-Dist: openplx-bundles (>=0.
|
21
|
+
Requires-Dist: openplx-bundles (>=0.16.0,<0.17.0)
|
22
22
|
Requires-Dist: pclick (>=0.5.1,<0.6.0)
|
23
23
|
Description-Content-Type: text/markdown
|
24
24
|
|
@@ -0,0 +1,41 @@
|
|
1
|
+
openplx/Core.py,sha256=jRoxPSkW3q82gqBfdmflahACINXUjZXYvCNP9W8DJ9c,270378
|
2
|
+
openplx/DriveTrain.py,sha256=_JWzy8Seg597AWFdsdaSvpfe5M-qBaW2gGZ6UDO5JX8,450971
|
3
|
+
openplx/Math.py,sha256=WpoPtnAKCnjslqWHMHghkXtgFp6zXrB4GHzmYCJxGNA,191321
|
4
|
+
openplx/Physics.py,sha256=VvzuX9lh8S60XTZ1I_-VQlrbwK8Pvmin0D_5sOv8k_o,2093621
|
5
|
+
openplx/Physics1D.py,sha256=oXfa8-eVSWXYIIQzxgn1poeA05T2-pWllNQNBQ5DHdA,277473
|
6
|
+
openplx/Physics3D.py,sha256=S0tNZG-9Pq2B7kpRukG0PNB-yyEXqIXfc29sDNrOaxs,2307747
|
7
|
+
openplx/Robotics.py,sha256=4cPjIr_C7sQcGjt2n-9RaD4l6gmWZUYIb6fuKqBdRqU,763323
|
8
|
+
openplx/Simulation.py,sha256=fqw0yPLox1yukHSIFaU6CSSM5o2NxAKs8bS7jeWiUo4,46890
|
9
|
+
openplx/Terrain.py,sha256=VrNHuC2t4ifN0NsBlUxoGenZFJn5VqHRDcIZr9qDpus,186622
|
10
|
+
openplx/Urdf.py,sha256=JZOgJKl2LWXaoIOolp3T6Sn3_ERW3WeW0J4-vnmx2js,23938
|
11
|
+
openplx/Vehicles.py,sha256=U9s9zkHC4nQP4UwYD-v98_XKF_76ioAUT-HuguBlcl0,454721
|
12
|
+
openplx/Visuals.py,sha256=peaxL5pW2yIyS2LhPf0GkoOke-JGeJdsxhqSE5croRA,188828
|
13
|
+
openplx/_AgxOpenPlxPyApi.cpython-39-darwin.so,sha256=z5TQZ-vpe6rv92pEBBeXOiTdErg74UO1UgXnsGxNZfg,11997650
|
14
|
+
openplx/_CorePythonSwig.cpython-39-darwin.so,sha256=_fNoo3erqGbzW03xFAwQKKiFNrkz9pSvekl4hNN_lAc,3260161
|
15
|
+
openplx/_DriveTrainSwig.cpython-39-darwin.so,sha256=Z5v10dHRx9ZoEtAtWhr0DpU05y3HjDMXfTYSBeMtYMk,6793473
|
16
|
+
openplx/_MathSwig.cpython-39-darwin.so,sha256=xY3mYxfqOrkAi6mTwRZRinf_P25h_6xrp89f0ZcyU4U,2135691
|
17
|
+
openplx/_Physics1DSwig.cpython-39-darwin.so,sha256=fSHd2SmYHt6ueqY5Nx3vr-vVbyHDFEVZv1rjQ_GFtpM,3819424
|
18
|
+
openplx/_Physics3DSwig.cpython-39-darwin.so,sha256=_C91Q4XIehGgbej1hjE7pdmkkn-oCcEQf8PYSEDqkoE,16099488
|
19
|
+
openplx/_PhysicsSwig.cpython-39-darwin.so,sha256=waiq7tv8187tsY0WA4UYNDwZ9ag2uFvshSJCH-okAL0,13609918
|
20
|
+
openplx/_RoboticsSwig.cpython-39-darwin.so,sha256=vR3j71mx_vxwUuXRN0dGPsgOS9_Bq84ZvAJrF6kPZxs,9217887
|
21
|
+
openplx/_SimulationSwig.cpython-39-darwin.so,sha256=D_LPU0lgkWKgLyC7uP4LZNB3PyuE9JXE-7LAEjM77ug,2405713
|
22
|
+
openplx/_TerrainSwig.cpython-39-darwin.so,sha256=kS7O6gSHmZPA1xGUgzovREyKEFulagZHftBiupJaLZQ,4879326
|
23
|
+
openplx/_UrdfSwig.cpython-39-darwin.so,sha256=QCHzSD0fFTs3rxIBm_83gg9gYLax_umMLXJB81Q4nHA,3976203
|
24
|
+
openplx/_VehiclesSwig.cpython-39-darwin.so,sha256=_YK9zSqzKK7lYBxjGt2strrG9oLcokVNeLU31Ra_JGk,6623583
|
25
|
+
openplx/_VisualsSwig.cpython-39-darwin.so,sha256=C7dlaPx4eZ6apFn0aYoaTv2oLxr1LbZ6QGicipvIoOc,2262686
|
26
|
+
openplx/__init__.py,sha256=o2gVNaDjpZAO3i3ZlgufBk2Ya02If2oDWVM_GwDPZLs,2401
|
27
|
+
openplx/agxtoopenplx.py,sha256=gxQgZ_Pgda_5scCCBBhyu8D-jjL1yxlE7bZLtxigKCs,2422
|
28
|
+
openplx/anytoopenplx.py,sha256=qAZVnelFOVAQIpCQt3y9LlfCBHQcNmxUWXFbCZuNQUc,2274
|
29
|
+
openplx/api.py,sha256=hic3MlLyxSgW9Gri-nF3njlKVrBhDlU8dYj-7OI2upw,49107
|
30
|
+
openplx/migrate.py,sha256=wBd1jVqSRUdMSIzL2k25GjorB0xru6VyBf0hZ__RLjk,8240
|
31
|
+
openplx/migration_hint.py,sha256=2Xs2OB_HikmiynDAk4xHKhmU5N4pqOnPFPpeIWhK37Y,603
|
32
|
+
openplx/migrations.py,sha256=4gZIB-pV3fdUoMlOgjQVR9Qk78LUAdM4aBC3wRaIJzw,20566
|
33
|
+
openplx/openplx_application.py,sha256=vrPhYcwDRWN86e7tPMg5Kq_d0N5KKvWHOu5Hjy8QzQM,6670
|
34
|
+
openplx/openplx_serialize.py,sha256=Uul2-6_BwyJzg26JdgAz2MjR37mQJ6kWKjPbmE-sJzk,1456
|
35
|
+
openplx/openplx_validate.py,sha256=_u-w0JVsf53LZ48C_wdONuu8ptIuV1nGDH-sDdfALiw,2111
|
36
|
+
openplx/openplx_view.py,sha256=GCFQSl4W-dPRWL0qLQmfJ69OEwgTMKL05J62YyKSb64,351
|
37
|
+
openplx/versionaction.py,sha256=Obj_q69dn5GnFMZs2as87ZScPMLaLAduPppmXUzLB6I,283
|
38
|
+
agx_openplx-0.16.0.dist-info/METADATA,sha256=85ab-s4UvSlHt_qn1D9Oq1p6Yaej-EYMSzp65Ye_3M8,2316
|
39
|
+
agx_openplx-0.16.0.dist-info/WHEEL,sha256=O5AT1Qb1jPpISLjIwxiRxhUaN9TX1BFXuc9iRVvoPmk,104
|
40
|
+
agx_openplx-0.16.0.dist-info/entry_points.txt,sha256=IyHBVBNuH_4ZhfWnB1ZVXYtpKG_QT7dwGIUMLWdyhrc,263
|
41
|
+
agx_openplx-0.16.0.dist-info/RECORD,,
|