kscale 0.3.3__py3-none-any.whl → 0.3.4__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.
- kscale/__init__.py +1 -1
- kscale/web/gen/api.py +5 -1
- {kscale-0.3.3.dist-info → kscale-0.3.4.dist-info}/METADATA +1 -1
- {kscale-0.3.3.dist-info → kscale-0.3.4.dist-info}/RECORD +8 -8
- {kscale-0.3.3.dist-info → kscale-0.3.4.dist-info}/LICENSE +0 -0
- {kscale-0.3.3.dist-info → kscale-0.3.4.dist-info}/WHEEL +0 -0
- {kscale-0.3.3.dist-info → kscale-0.3.4.dist-info}/entry_points.txt +0 -0
- {kscale-0.3.3.dist-info → kscale-0.3.4.dist-info}/top_level.txt +0 -0
kscale/__init__.py
CHANGED
kscale/web/gen/api.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# generated by datamodel-codegen:
|
4
4
|
# filename: openapi.json
|
5
|
-
# timestamp: 2025-01-
|
5
|
+
# timestamp: 2025-01-22T23:12:27+00:00
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
@@ -32,6 +32,8 @@ class JointMetadataInput(BaseModel):
|
|
32
32
|
id: Optional[int] = Field(None, title="Id")
|
33
33
|
kp: Optional[Union[float, str]] = Field(None, title="Kp")
|
34
34
|
kd: Optional[Union[float, str]] = Field(None, title="Kd")
|
35
|
+
armature: Optional[Union[float, str]] = Field(None, title="Armature")
|
36
|
+
friction: Optional[Union[float, str]] = Field(None, title="Friction")
|
35
37
|
offset: Optional[Union[float, str]] = Field(None, title="Offset")
|
36
38
|
flipped: Optional[bool] = Field(None, title="Flipped")
|
37
39
|
|
@@ -40,6 +42,8 @@ class JointMetadataOutput(BaseModel):
|
|
40
42
|
id: Optional[int] = Field(None, title="Id")
|
41
43
|
kp: Optional[str] = Field(None, title="Kp")
|
42
44
|
kd: Optional[str] = Field(None, title="Kd")
|
45
|
+
armature: Optional[str] = Field(None, title="Armature")
|
46
|
+
friction: Optional[str] = Field(None, title="Friction")
|
43
47
|
offset: Optional[str] = Field(None, title="Offset")
|
44
48
|
flipped: Optional[bool] = Field(None, title="Flipped")
|
45
49
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
kscale/__init__.py,sha256=
|
1
|
+
kscale/__init__.py,sha256=V2Cyf1VdoNg6oWf_oDeuT68atrI9yCcJ_ZKhQm7TEoM,200
|
2
2
|
kscale/cli.py,sha256=PMHLKR5UwdbbReVmqHXpJ-K9-mGHv_0I7KQkwxmFcUA,881
|
3
3
|
kscale/conf.py,sha256=dm35XSnzJp93St-ixVtYN4Nvqvb5upPGBrWkSI6Yb-4,1743
|
4
4
|
kscale/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -25,10 +25,10 @@ kscale/web/clients/robot.py,sha256=PI8HHkU-4Re9I5rLpp6dGbekRE-rBNVfXZxR_mO2MqE,1
|
|
25
25
|
kscale/web/clients/robot_class.py,sha256=G8Nk6V7LGJE9Wpg9tyyCkIfz1fRTsxXQRgHtleiUVqo,6834
|
26
26
|
kscale/web/clients/user.py,sha256=jsa1_s6qXRM-AGBbHlPhd1NierUtynjY9tVAPNr6_Os,568
|
27
27
|
kscale/web/gen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
28
|
-
kscale/web/gen/api.py,sha256=
|
29
|
-
kscale-0.3.
|
30
|
-
kscale-0.3.
|
31
|
-
kscale-0.3.
|
32
|
-
kscale-0.3.
|
33
|
-
kscale-0.3.
|
34
|
-
kscale-0.3.
|
28
|
+
kscale/web/gen/api.py,sha256=VWlt8TaMZaAhCPPIWhx1d4yE0BRfpVz0-_Cps8hjgAI,4662
|
29
|
+
kscale-0.3.4.dist-info/LICENSE,sha256=HCN2bImAzUOXldAZZI7JZ9PYq6OwMlDAP_PpX1HnuN0,1071
|
30
|
+
kscale-0.3.4.dist-info/METADATA,sha256=pC6jmfVl-vgdGoqEkyOu6Ekhz0-Ppb5iKPCwhBvq0Ic,2340
|
31
|
+
kscale-0.3.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
32
|
+
kscale-0.3.4.dist-info/entry_points.txt,sha256=N_0pCpPnwGDYVzOeuaSOrbJkS5L3lS9d8CxpJF1f8UI,62
|
33
|
+
kscale-0.3.4.dist-info/top_level.txt,sha256=C2ynjYwopg6YjgttnI2dJjasyq3EKNmYp-IfQg9Xms4,7
|
34
|
+
kscale-0.3.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|