catalog build 2026-08-27T08:27:19+00:00 (part 6)
Browse files- botrail/weld/weld-gun-x1/r3/sources/weld-gun-x16005/urdf/weld-gun-x16005.urdf +18 -2
- botrail/weld/weld-gun-x1/r3/urdf/model.urdf +6 -0
- botrail/weld/weld-gun-x1/r3/usd/model.usdc +0 -0
- botrail/weld/weld-gun-x1/r3/validation/report.json +22 -2
- botrail/weld/weld-gun-x1/r3/visual/model.glb +2 -2
- clearpath/ridgeback/r100/r1/build.state.json +1 -1
- clearpath/ridgeback/r100/r1/manifest.yaml +4 -3
- clearpath/ridgeback/r100/r1/sources/source.lock.json +3 -3
- clearpath/ridgeback/r100/r1/validation/report.json +22 -2
- doosan/m/m1013/r1/build.state.json +1 -1
- doosan/m/m1013/r1/manifest.yaml +2 -1
- doosan/m/m1013/r1/previews/thumbnail.webp +2 -2
- doosan/m/m1013/r1/sources/source.lock.json +1 -1
- doosan/m/m1013/r1/validation/report.json +22 -2
- erecta/basic/wire-shelf/r1/build.state.json +1 -1
- erecta/basic/wire-shelf/r1/manifest.yaml +2 -3
- erecta/basic/wire-shelf/r1/validation/report.json +9 -9
- ewellix/liftkit/liftkit-ur/r1/manifest.yaml +2 -1
- ewellix/liftkit/liftkit-ur/r1/validation/report.json +22 -2
- fanuc/r2000ic/r2000ic-165f/r1/build.state.json +1 -1
- fanuc/r2000ic/r2000ic-165f/r1/manifest.yaml +2 -1
- fanuc/r2000ic/r2000ic-165f/r1/previews/thumbnail.webp +2 -2
- fanuc/r2000ic/r2000ic-165f/r1/sources/source.lock.json +1 -1
- fanuc/r2000ic/r2000ic-165f/r1/urdf/model.urdf +21 -0
- fanuc/r2000ic/r2000ic-165f/r1/usd/model.usdc +0 -0
- fanuc/r2000ic/r2000ic-165f/r1/validation/report.json +22 -2
- fanuc/r2000ic/r2000ic-165f/r1/visual/model.glb +0 -0
- fanuc/r2000ic/r2000ic-165f/r2/build.state.json +1 -1
botrail/weld/weld-gun-x1/r3/sources/weld-gun-x16005/urdf/weld-gun-x16005.urdf
CHANGED
|
@@ -49,9 +49,22 @@
|
|
| 49 |
<link name="mount"/>
|
| 50 |
|
| 51 |
<link name="body">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
<visual>
|
| 53 |
<geometry><mesh filename="../meshes/body.stl"/></geometry>
|
| 54 |
-
|
|
|
|
|
|
|
|
|
|
| 55 |
|
| 56 |
<!-- フランジ板 + 取付ブラケット (溶接構造) -->
|
| 57 |
<collision>
|
|
@@ -105,7 +118,10 @@
|
|
| 105 |
<link name="electrode_arm">
|
| 106 |
<visual>
|
| 107 |
<geometry><mesh filename="../meshes/electrode_arm.stl"/></geometry>
|
| 108 |
-
|
|
|
|
|
|
|
|
|
|
| 109 |
|
| 110 |
<!-- 可動アーム 根元側 / 先端側。ピボット手前から始めて body クレビスと干渉させない -->
|
| 111 |
<collision>
|
|
|
|
| 49 |
<link name="mount"/>
|
| 50 |
|
| 51 |
<link name="body">
|
| 52 |
+
<!--
|
| 53 |
+
色: STL は材質を持てないので外観はここで述べる (述べないと消費側が既定
|
| 54 |
+
パレットで塗り、同じ製品でもシーン内の並び順で色が変わる)。参照実機の
|
| 55 |
+
公表資料に塗色の記載は無いので実機の塗装は主張せず、この種のガンとして
|
| 56 |
+
素直な地色を著作する: 塗装された機体 + 素地のままの可動アーム。
|
| 57 |
+
電極キャップ (ISO 5821 Type F) は銅合金だが、いまは可動アーム側の
|
| 58 |
+
メッシュに含まれていて塗り分けられない (分けるなら generate_meshes.py で
|
| 59 |
+
別メッシュにし、tools/measure_throat.py の読み先も直す)。
|
| 60 |
+
数値は **linear** で渡る (studio は LinearSRGB として読む)。
|
| 61 |
+
-->
|
| 62 |
<visual>
|
| 63 |
<geometry><mesh filename="../meshes/body.stl"/></geometry>
|
| 64 |
+
<material name="painted_machine_grey"><!-- 塗装された機体 (サーボ + トランス周り) -->
|
| 65 |
+
<color rgba="0.16 0.17 0.19 1.0"/>
|
| 66 |
+
</material>
|
| 67 |
+
</visual>
|
| 68 |
|
| 69 |
<!-- フランジ板 + 取付ブラケット (溶接構造) -->
|
| 70 |
<collision>
|
|
|
|
| 118 |
<link name="electrode_arm">
|
| 119 |
<visual>
|
| 120 |
<geometry><mesh filename="../meshes/electrode_arm.stl"/></geometry>
|
| 121 |
+
<material name="bare_steel"><!-- 素地の可動アーム -->
|
| 122 |
+
<color rgba="0.32 0.33 0.35 1.0"/>
|
| 123 |
+
</material>
|
| 124 |
+
</visual>
|
| 125 |
|
| 126 |
<!-- 可動アーム 根元側 / 先端側。ピボット手前から始めて body クレビスと干渉させない -->
|
| 127 |
<collision>
|
botrail/weld/weld-gun-x1/r3/urdf/model.urdf
CHANGED
|
@@ -6,6 +6,9 @@
|
|
| 6 |
<geometry>
|
| 7 |
<mesh filename="../sources/weld-gun-x16005/meshes/body.stl" />
|
| 8 |
</geometry>
|
|
|
|
|
|
|
|
|
|
| 9 |
</visual>
|
| 10 |
<collision>
|
| 11 |
<origin xyz="0.01 0 0.145" rpy="0 0 0" />
|
|
@@ -66,6 +69,9 @@
|
|
| 66 |
<geometry>
|
| 67 |
<mesh filename="../sources/weld-gun-x16005/meshes/electrode_arm.stl" />
|
| 68 |
</geometry>
|
|
|
|
|
|
|
|
|
|
| 69 |
</visual>
|
| 70 |
<collision>
|
| 71 |
<origin xyz="0.138 0 0.072" rpy="0 1.271 0" />
|
|
|
|
| 6 |
<geometry>
|
| 7 |
<mesh filename="../sources/weld-gun-x16005/meshes/body.stl" />
|
| 8 |
</geometry>
|
| 9 |
+
<material name="body_visual0">
|
| 10 |
+
<color rgba="0.16 0.17 0.19 1" />
|
| 11 |
+
</material>
|
| 12 |
</visual>
|
| 13 |
<collision>
|
| 14 |
<origin xyz="0.01 0 0.145" rpy="0 0 0" />
|
|
|
|
| 69 |
<geometry>
|
| 70 |
<mesh filename="../sources/weld-gun-x16005/meshes/electrode_arm.stl" />
|
| 71 |
</geometry>
|
| 72 |
+
<material name="electrode_arm_visual0">
|
| 73 |
+
<color rgba="0.32 0.33 0.35 1" />
|
| 74 |
+
</material>
|
| 75 |
</visual>
|
| 76 |
<collision>
|
| 77 |
<origin xyz="0.138 0 0.072" rpy="0 1.271 0" />
|
botrail/weld/weld-gun-x1/r3/usd/model.usdc
CHANGED
|
Binary files a/botrail/weld/weld-gun-x1/r3/usd/model.usdc and b/botrail/weld/weld-gun-x1/r3/usd/model.usdc differ
|
|
|
botrail/weld/weld-gun-x1/r3/validation/report.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"schema_version": "0.1",
|
| 3 |
"package_id": "botrail/weld/weld-gun-x1/r3",
|
| 4 |
-
"checked_at": "2026-08-
|
| 5 |
"level": "V2",
|
| 6 |
"checks": [
|
| 7 |
{
|
|
@@ -59,6 +59,21 @@
|
|
| 59 |
"status": "pass",
|
| 60 |
"detail": "all frame names are USD-safe"
|
| 61 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
{
|
| 63 |
"name": "botrail_load_urdf",
|
| 64 |
"status": "pass",
|
|
@@ -83,8 +98,13 @@
|
|
| 83 |
"name": "self_collision",
|
| 84 |
"status": "pass",
|
| 85 |
"detail": "no self-collision at neutral pose"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
}
|
| 87 |
],
|
| 88 |
"builder_version": "0.1.0",
|
| 89 |
-
"botrail_version": "0.
|
| 90 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": "0.1",
|
| 3 |
"package_id": "botrail/weld/weld-gun-x1/r3",
|
| 4 |
+
"checked_at": "2026-08-27T06:39:24.366420Z",
|
| 5 |
"level": "V2",
|
| 6 |
"checks": [
|
| 7 |
{
|
|
|
|
| 59 |
"status": "pass",
|
| 60 |
"detail": "all frame names are USD-safe"
|
| 61 |
},
|
| 62 |
+
{
|
| 63 |
+
"name": "floating_root",
|
| 64 |
+
"status": "pass",
|
| 65 |
+
"detail": "no floating/planar joints"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"name": "locomotion",
|
| 69 |
+
"status": "skip",
|
| 70 |
+
"detail": "no locomotion block"
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"name": "uav",
|
| 74 |
+
"status": "skip",
|
| 75 |
+
"detail": "not a vehicle.uav package"
|
| 76 |
+
},
|
| 77 |
{
|
| 78 |
"name": "botrail_load_urdf",
|
| 79 |
"status": "pass",
|
|
|
|
| 98 |
"name": "self_collision",
|
| 99 |
"status": "pass",
|
| 100 |
"detail": "no self-collision at neutral pose"
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"name": "gait_walk",
|
| 104 |
+
"status": "skip",
|
| 105 |
+
"detail": "no locomotion block"
|
| 106 |
}
|
| 107 |
],
|
| 108 |
"builder_version": "0.1.0",
|
| 109 |
+
"botrail_version": "0.6.0"
|
| 110 |
}
|
botrail/weld/weld-gun-x1/r3/visual/model.glb
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5af73a151951e14871887e0f81fc62c621e2d91bd4adf5953c78125c1a2b868e
|
| 3 |
+
size 116300
|
clearpath/ridgeback/r100/r1/build.state.json
CHANGED
|
@@ -2,5 +2,5 @@
|
|
| 2 |
"schema_version": 1,
|
| 3 |
"recipe_sha256": "402912921ed6201ea41bf6d43a1298e6b708ee9681e84f2acd4bc267f410d069",
|
| 4 |
"passed": true,
|
| 5 |
-
"built_at": "2026-08-
|
| 6 |
}
|
|
|
|
| 2 |
"schema_version": 1,
|
| 3 |
"recipe_sha256": "402912921ed6201ea41bf6d43a1298e6b708ee9681e84f2acd4bc267f410d069",
|
| 4 |
"passed": true,
|
| 5 |
+
"built_at": "2026-08-27T06:39:27+00:00"
|
| 6 |
}
|
clearpath/ridgeback/r100/r1/manifest.yaml
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
schema_version: '0.1'
|
| 2 |
id: clearpath/ridgeback/r100/r1
|
|
|
|
| 3 |
category: vehicle.amr
|
| 4 |
name: Ridgeback
|
| 5 |
manufacturer:
|
|
@@ -35,11 +36,11 @@ sources:
|
|
| 35 |
- kind: official_oss
|
| 36 |
url: https://github.com/ridgeback/ridgeback
|
| 37 |
ref: 7f2489993f1369906e808402e8f45e4c2aebf5b3
|
| 38 |
-
fetched_at: '2026-08-
|
| 39 |
- kind: official_oss
|
| 40 |
url: https://github.com/botrail/botrail-assets
|
| 41 |
-
ref:
|
| 42 |
-
fetched_at: '2026-08-
|
| 43 |
licenses:
|
| 44 |
- files: sources/lms1xx/**
|
| 45 |
spdx: CC0-1.0
|
|
|
|
| 1 |
schema_version: '0.1'
|
| 2 |
id: clearpath/ridgeback/r100/r1
|
| 3 |
+
kind: model
|
| 4 |
category: vehicle.amr
|
| 5 |
name: Ridgeback
|
| 6 |
manufacturer:
|
|
|
|
| 36 |
- kind: official_oss
|
| 37 |
url: https://github.com/ridgeback/ridgeback
|
| 38 |
ref: 7f2489993f1369906e808402e8f45e4c2aebf5b3
|
| 39 |
+
fetched_at: '2026-08-27'
|
| 40 |
- kind: official_oss
|
| 41 |
url: https://github.com/botrail/botrail-assets
|
| 42 |
+
ref: 92dac511d9cd9eeb1bbda5dc11cf8de43d6cce40
|
| 43 |
+
fetched_at: '2026-08-27'
|
| 44 |
licenses:
|
| 45 |
- files: sources/lms1xx/**
|
| 46 |
spdx: CC0-1.0
|
clearpath/ridgeback/r100/r1/sources/source.lock.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"requested_ref": "melodic-devel",
|
| 7 |
"resolved_commit": "7f2489993f1369906e808402e8f45e4c2aebf5b3",
|
| 8 |
"sha256": null,
|
| 9 |
-
"fetched_at": "2026-08-
|
| 10 |
"files": [
|
| 11 |
"LICENSE",
|
| 12 |
"ridgeback_description/meshes/3dm-gxX.stl",
|
|
@@ -40,9 +40,9 @@
|
|
| 40 |
"kind": "git",
|
| 41 |
"url": "https://github.com/botrail/botrail-assets",
|
| 42 |
"requested_ref": "main",
|
| 43 |
-
"resolved_commit": "
|
| 44 |
"sha256": null,
|
| 45 |
-
"fetched_at": "2026-08-
|
| 46 |
"files": [
|
| 47 |
"LICENSE",
|
| 48 |
"lms1xx/README.md",
|
|
|
|
| 6 |
"requested_ref": "melodic-devel",
|
| 7 |
"resolved_commit": "7f2489993f1369906e808402e8f45e4c2aebf5b3",
|
| 8 |
"sha256": null,
|
| 9 |
+
"fetched_at": "2026-08-27T06:39:26.232432Z",
|
| 10 |
"files": [
|
| 11 |
"LICENSE",
|
| 12 |
"ridgeback_description/meshes/3dm-gxX.stl",
|
|
|
|
| 40 |
"kind": "git",
|
| 41 |
"url": "https://github.com/botrail/botrail-assets",
|
| 42 |
"requested_ref": "main",
|
| 43 |
+
"resolved_commit": "92dac511d9cd9eeb1bbda5dc11cf8de43d6cce40",
|
| 44 |
"sha256": null,
|
| 45 |
+
"fetched_at": "2026-08-27T06:39:27.543544Z",
|
| 46 |
"files": [
|
| 47 |
"LICENSE",
|
| 48 |
"lms1xx/README.md",
|
clearpath/ridgeback/r100/r1/validation/report.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"schema_version": "0.1",
|
| 3 |
"package_id": "clearpath/ridgeback/r100/r1",
|
| 4 |
-
"checked_at": "2026-08-
|
| 5 |
"level": "V2",
|
| 6 |
"checks": [
|
| 7 |
{
|
|
@@ -59,6 +59,21 @@
|
|
| 59 |
"status": "pass",
|
| 60 |
"detail": "all frame names are USD-safe"
|
| 61 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
{
|
| 63 |
"name": "botrail_load_urdf",
|
| 64 |
"status": "pass",
|
|
@@ -83,8 +98,13 @@
|
|
| 83 |
"name": "self_collision",
|
| 84 |
"status": "warn",
|
| 85 |
"detail": "self-collision reported at neutral pose"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
}
|
| 87 |
],
|
| 88 |
"builder_version": "0.1.0",
|
| 89 |
-
"botrail_version": "0.
|
| 90 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": "0.1",
|
| 3 |
"package_id": "clearpath/ridgeback/r100/r1",
|
| 4 |
+
"checked_at": "2026-08-27T06:39:27.706394Z",
|
| 5 |
"level": "V2",
|
| 6 |
"checks": [
|
| 7 |
{
|
|
|
|
| 59 |
"status": "pass",
|
| 60 |
"detail": "all frame names are USD-safe"
|
| 61 |
},
|
| 62 |
+
{
|
| 63 |
+
"name": "floating_root",
|
| 64 |
+
"status": "pass",
|
| 65 |
+
"detail": "no floating/planar joints"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"name": "locomotion",
|
| 69 |
+
"status": "skip",
|
| 70 |
+
"detail": "no locomotion block"
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"name": "uav",
|
| 74 |
+
"status": "skip",
|
| 75 |
+
"detail": "not a vehicle.uav package"
|
| 76 |
+
},
|
| 77 |
{
|
| 78 |
"name": "botrail_load_urdf",
|
| 79 |
"status": "pass",
|
|
|
|
| 98 |
"name": "self_collision",
|
| 99 |
"status": "warn",
|
| 100 |
"detail": "self-collision reported at neutral pose"
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"name": "gait_walk",
|
| 104 |
+
"status": "skip",
|
| 105 |
+
"detail": "no locomotion block"
|
| 106 |
}
|
| 107 |
],
|
| 108 |
"builder_version": "0.1.0",
|
| 109 |
+
"botrail_version": "0.6.0"
|
| 110 |
}
|
doosan/m/m1013/r1/build.state.json
CHANGED
|
@@ -2,5 +2,5 @@
|
|
| 2 |
"schema_version": 1,
|
| 3 |
"recipe_sha256": "93013b5bbd48864d056d5d4bfe0e0b1f2ac6e983da2e3716facdb49ec5f1ebf4",
|
| 4 |
"passed": true,
|
| 5 |
-
"built_at": "2026-08-
|
| 6 |
}
|
|
|
|
| 2 |
"schema_version": 1,
|
| 3 |
"recipe_sha256": "93013b5bbd48864d056d5d4bfe0e0b1f2ac6e983da2e3716facdb49ec5f1ebf4",
|
| 4 |
"passed": true,
|
| 5 |
+
"built_at": "2026-08-27T06:39:43+00:00"
|
| 6 |
}
|
doosan/m/m1013/r1/manifest.yaml
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
schema_version: '0.1'
|
| 2 |
id: doosan/m/m1013/r1
|
|
|
|
| 3 |
category: manipulator
|
| 4 |
name: M1013
|
| 5 |
manufacturer:
|
|
@@ -30,7 +31,7 @@ sources:
|
|
| 30 |
- kind: official_oss
|
| 31 |
url: https://github.com/doosan-robotics/doosan-robot2
|
| 32 |
ref: ec9242546ec6202835900dbcd8498e2daabfa6a6
|
| 33 |
-
fetched_at: '2026-08-
|
| 34 |
licenses:
|
| 35 |
- files: sources/**
|
| 36 |
spdx: BSD-3-Clause
|
|
|
|
| 1 |
schema_version: '0.1'
|
| 2 |
id: doosan/m/m1013/r1
|
| 3 |
+
kind: model
|
| 4 |
category: manipulator
|
| 5 |
name: M1013
|
| 6 |
manufacturer:
|
|
|
|
| 31 |
- kind: official_oss
|
| 32 |
url: https://github.com/doosan-robotics/doosan-robot2
|
| 33 |
ref: ec9242546ec6202835900dbcd8498e2daabfa6a6
|
| 34 |
+
fetched_at: '2026-08-27'
|
| 35 |
licenses:
|
| 36 |
- files: sources/**
|
| 37 |
spdx: BSD-3-Clause
|
doosan/m/m1013/r1/previews/thumbnail.webp
CHANGED
|
|
Git LFS Details
|
|
|
Git LFS Details
|
doosan/m/m1013/r1/sources/source.lock.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"requested_ref": "humble",
|
| 7 |
"resolved_commit": "ec9242546ec6202835900dbcd8498e2daabfa6a6",
|
| 8 |
"sha256": null,
|
| 9 |
-
"fetched_at": "2026-08-
|
| 10 |
"files": [
|
| 11 |
"LICENSE",
|
| 12 |
"dsr_description2/meshes/m1013_collision/MF1013_0_0.dae",
|
|
|
|
| 6 |
"requested_ref": "humble",
|
| 7 |
"resolved_commit": "ec9242546ec6202835900dbcd8498e2daabfa6a6",
|
| 8 |
"sha256": null,
|
| 9 |
+
"fetched_at": "2026-08-27T06:39:37.996958Z",
|
| 10 |
"files": [
|
| 11 |
"LICENSE",
|
| 12 |
"dsr_description2/meshes/m1013_collision/MF1013_0_0.dae",
|
doosan/m/m1013/r1/validation/report.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"schema_version": "0.1",
|
| 3 |
"package_id": "doosan/m/m1013/r1",
|
| 4 |
-
"checked_at": "2026-08-
|
| 5 |
"level": "V2",
|
| 6 |
"checks": [
|
| 7 |
{
|
|
@@ -59,6 +59,21 @@
|
|
| 59 |
"status": "pass",
|
| 60 |
"detail": "all frame names are USD-safe"
|
| 61 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
{
|
| 63 |
"name": "botrail_load_urdf",
|
| 64 |
"status": "pass",
|
|
@@ -83,8 +98,13 @@
|
|
| 83 |
"name": "self_collision",
|
| 84 |
"status": "pass",
|
| 85 |
"detail": "no self-collision at neutral pose"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
}
|
| 87 |
],
|
| 88 |
"builder_version": "0.1.0",
|
| 89 |
-
"botrail_version": "0.
|
| 90 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": "0.1",
|
| 3 |
"package_id": "doosan/m/m1013/r1",
|
| 4 |
+
"checked_at": "2026-08-27T06:39:43.634262Z",
|
| 5 |
"level": "V2",
|
| 6 |
"checks": [
|
| 7 |
{
|
|
|
|
| 59 |
"status": "pass",
|
| 60 |
"detail": "all frame names are USD-safe"
|
| 61 |
},
|
| 62 |
+
{
|
| 63 |
+
"name": "floating_root",
|
| 64 |
+
"status": "pass",
|
| 65 |
+
"detail": "no floating/planar joints"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"name": "locomotion",
|
| 69 |
+
"status": "skip",
|
| 70 |
+
"detail": "no locomotion block"
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"name": "uav",
|
| 74 |
+
"status": "skip",
|
| 75 |
+
"detail": "not a vehicle.uav package"
|
| 76 |
+
},
|
| 77 |
{
|
| 78 |
"name": "botrail_load_urdf",
|
| 79 |
"status": "pass",
|
|
|
|
| 98 |
"name": "self_collision",
|
| 99 |
"status": "pass",
|
| 100 |
"detail": "no self-collision at neutral pose"
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"name": "gait_walk",
|
| 104 |
+
"status": "skip",
|
| 105 |
+
"detail": "no locomotion block"
|
| 106 |
}
|
| 107 |
],
|
| 108 |
"builder_version": "0.1.0",
|
| 109 |
+
"botrail_version": "0.6.0"
|
| 110 |
}
|
erecta/basic/wire-shelf/r1/build.state.json
CHANGED
|
@@ -2,5 +2,5 @@
|
|
| 2 |
"schema_version": 1,
|
| 3 |
"recipe_sha256": "53118d1f6eaf3ad2099c89e6b41779f10aae0fd7a95d3e2a3b4c90d605878c5e",
|
| 4 |
"passed": true,
|
| 5 |
-
"built_at": "2026-08-
|
| 6 |
}
|
|
|
|
| 2 |
"schema_version": 1,
|
| 3 |
"recipe_sha256": "53118d1f6eaf3ad2099c89e6b41779f10aae0fd7a95d3e2a3b4c90d605878c5e",
|
| 4 |
"passed": true,
|
| 5 |
+
"built_at": "2026-08-27T06:39:43+00:00"
|
| 6 |
}
|
erecta/basic/wire-shelf/r1/manifest.yaml
CHANGED
|
@@ -262,8 +262,7 @@ configuration:
|
|
| 262 |
height_mm: 1900
|
| 263 |
levels: 5
|
| 264 |
finish: white
|
| 265 |
-
assets:
|
| 266 |
-
layout: previews/layout.svg
|
| 267 |
sources:
|
| 268 |
- kind: manufacturer_datasheet
|
| 269 |
url: https://www.erecta.co.jp/dcms_media/other/BASIC_SERIES_catalog.pdf
|
|
@@ -281,7 +280,7 @@ licenses:
|
|
| 281 |
この編集物 (選び方・並べ方) を CC0 で出す
|
| 282 |
distribution: public
|
| 283 |
validation:
|
| 284 |
-
level:
|
| 285 |
report: validation/report.json
|
| 286 |
reviewed_by: neka-nat
|
| 287 |
reviewed_at: '2026-08-23'
|
|
|
|
| 262 |
height_mm: 1900
|
| 263 |
levels: 5
|
| 264 |
finish: white
|
| 265 |
+
assets: {}
|
|
|
|
| 266 |
sources:
|
| 267 |
- kind: manufacturer_datasheet
|
| 268 |
url: https://www.erecta.co.jp/dcms_media/other/BASIC_SERIES_catalog.pdf
|
|
|
|
| 280 |
この編集物 (選び方・並べ方) を CC0 で出す
|
| 281 |
distribution: public
|
| 282 |
validation:
|
| 283 |
+
level: V1
|
| 284 |
report: validation/report.json
|
| 285 |
reviewed_by: neka-nat
|
| 286 |
reviewed_at: '2026-08-23'
|
erecta/basic/wire-shelf/r1/validation/report.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"schema_version": "0.1",
|
| 3 |
"package_id": "erecta/basic/wire-shelf/r1",
|
| 4 |
-
"checked_at": "2026-08-
|
| 5 |
-
"level": "
|
| 6 |
"checks": [
|
| 7 |
{
|
| 8 |
"name": "spec_params",
|
|
@@ -41,20 +41,20 @@
|
|
| 41 |
},
|
| 42 |
{
|
| 43 |
"name": "botrail_generate",
|
| 44 |
-
"status": "
|
| 45 |
-
"detail": "
|
| 46 |
},
|
| 47 |
{
|
| 48 |
"name": "bom_rows",
|
| 49 |
-
"status": "
|
| 50 |
-
"detail": "
|
| 51 |
},
|
| 52 |
{
|
| 53 |
"name": "layout_sheet",
|
| 54 |
-
"status": "
|
| 55 |
-
"detail": "
|
| 56 |
}
|
| 57 |
],
|
| 58 |
"builder_version": "0.1.0",
|
| 59 |
-
"botrail_version":
|
| 60 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": "0.1",
|
| 3 |
"package_id": "erecta/basic/wire-shelf/r1",
|
| 4 |
+
"checked_at": "2026-08-27T06:39:43.899960Z",
|
| 5 |
+
"level": "V1",
|
| 6 |
"checks": [
|
| 7 |
{
|
| 8 |
"name": "spec_params",
|
|
|
|
| 41 |
},
|
| 42 |
{
|
| 43 |
"name": "botrail_generate",
|
| 44 |
+
"status": "skip",
|
| 45 |
+
"detail": "botrail 0.6.0 has no bt.parts.rack"
|
| 46 |
},
|
| 47 |
{
|
| 48 |
"name": "bom_rows",
|
| 49 |
+
"status": "skip",
|
| 50 |
+
"detail": "botrail 0.6.0 has no bt.parts.rack"
|
| 51 |
},
|
| 52 |
{
|
| 53 |
"name": "layout_sheet",
|
| 54 |
+
"status": "skip",
|
| 55 |
+
"detail": "botrail 0.6.0 has no bt.parts.rack"
|
| 56 |
}
|
| 57 |
],
|
| 58 |
"builder_version": "0.1.0",
|
| 59 |
+
"botrail_version": null
|
| 60 |
}
|
ewellix/liftkit/liftkit-ur/r1/manifest.yaml
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
schema_version: '0.1'
|
| 2 |
id: ewellix/liftkit/liftkit-ur/r1
|
|
|
|
| 3 |
category: external_axis
|
| 4 |
name: LIFTKIT-UR
|
| 5 |
manufacturer:
|
|
@@ -31,7 +32,7 @@ sources:
|
|
| 31 |
- kind: community
|
| 32 |
url: https://github.com/clearpathrobotics/ewellix_lift_common
|
| 33 |
ref: 2b27ef90b9ef62f1c011619c444462e73f5f7a1a
|
| 34 |
-
fetched_at: '2026-08-
|
| 35 |
licenses:
|
| 36 |
- files: sources/**
|
| 37 |
spdx: BSD-3-Clause
|
|
|
|
| 1 |
schema_version: '0.1'
|
| 2 |
id: ewellix/liftkit/liftkit-ur/r1
|
| 3 |
+
kind: model
|
| 4 |
category: external_axis
|
| 5 |
name: LIFTKIT-UR
|
| 6 |
manufacturer:
|
|
|
|
| 32 |
- kind: community
|
| 33 |
url: https://github.com/clearpathrobotics/ewellix_lift_common
|
| 34 |
ref: 2b27ef90b9ef62f1c011619c444462e73f5f7a1a
|
| 35 |
+
fetched_at: '2026-08-27'
|
| 36 |
licenses:
|
| 37 |
- files: sources/**
|
| 38 |
spdx: BSD-3-Clause
|
ewellix/liftkit/liftkit-ur/r1/validation/report.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"schema_version": "0.1",
|
| 3 |
"package_id": "ewellix/liftkit/liftkit-ur/r1",
|
| 4 |
-
"checked_at": "2026-08-
|
| 5 |
"level": "V2",
|
| 6 |
"checks": [
|
| 7 |
{
|
|
@@ -59,6 +59,21 @@
|
|
| 59 |
"status": "pass",
|
| 60 |
"detail": "all frame names are USD-safe"
|
| 61 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
{
|
| 63 |
"name": "botrail_load_urdf",
|
| 64 |
"status": "pass",
|
|
@@ -83,8 +98,13 @@
|
|
| 83 |
"name": "self_collision",
|
| 84 |
"status": "pass",
|
| 85 |
"detail": "no self-collision at neutral pose"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
}
|
| 87 |
],
|
| 88 |
"builder_version": "0.1.0",
|
| 89 |
-
"botrail_version": "0.
|
| 90 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": "0.1",
|
| 3 |
"package_id": "ewellix/liftkit/liftkit-ur/r1",
|
| 4 |
+
"checked_at": "2026-08-27T06:39:45.090193Z",
|
| 5 |
"level": "V2",
|
| 6 |
"checks": [
|
| 7 |
{
|
|
|
|
| 59 |
"status": "pass",
|
| 60 |
"detail": "all frame names are USD-safe"
|
| 61 |
},
|
| 62 |
+
{
|
| 63 |
+
"name": "floating_root",
|
| 64 |
+
"status": "pass",
|
| 65 |
+
"detail": "no floating/planar joints"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"name": "locomotion",
|
| 69 |
+
"status": "skip",
|
| 70 |
+
"detail": "no locomotion block"
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"name": "uav",
|
| 74 |
+
"status": "skip",
|
| 75 |
+
"detail": "not a vehicle.uav package"
|
| 76 |
+
},
|
| 77 |
{
|
| 78 |
"name": "botrail_load_urdf",
|
| 79 |
"status": "pass",
|
|
|
|
| 98 |
"name": "self_collision",
|
| 99 |
"status": "pass",
|
| 100 |
"detail": "no self-collision at neutral pose"
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"name": "gait_walk",
|
| 104 |
+
"status": "skip",
|
| 105 |
+
"detail": "no locomotion block"
|
| 106 |
}
|
| 107 |
],
|
| 108 |
"builder_version": "0.1.0",
|
| 109 |
+
"botrail_version": "0.6.0"
|
| 110 |
}
|
fanuc/r2000ic/r2000ic-165f/r1/build.state.json
CHANGED
|
@@ -2,5 +2,5 @@
|
|
| 2 |
"schema_version": 1,
|
| 3 |
"recipe_sha256": "6421cbe4ee433a4648f240485f68ccb0586a34c7e94d6e79940a2cf7256faae2",
|
| 4 |
"passed": true,
|
| 5 |
-
"built_at": "2026-08-
|
| 6 |
}
|
|
|
|
| 2 |
"schema_version": 1,
|
| 3 |
"recipe_sha256": "6421cbe4ee433a4648f240485f68ccb0586a34c7e94d6e79940a2cf7256faae2",
|
| 4 |
"passed": true,
|
| 5 |
+
"built_at": "2026-08-27T06:40:11+00:00"
|
| 6 |
}
|
fanuc/r2000ic/r2000ic-165f/r1/manifest.yaml
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
schema_version: '0.1'
|
| 2 |
id: fanuc/r2000ic/r2000ic-165f/r1
|
|
|
|
| 3 |
category: manipulator
|
| 4 |
name: R-2000iC/165F
|
| 5 |
manufacturer:
|
|
@@ -46,7 +47,7 @@ sources:
|
|
| 46 |
- kind: community
|
| 47 |
url: https://github.com/ros-industrial/fanuc
|
| 48 |
ref: d8f42bd73584b255df87098395512538882caea1
|
| 49 |
-
fetched_at: '2026-08-
|
| 50 |
licenses:
|
| 51 |
- files: sources/**
|
| 52 |
spdx: BSD-3-Clause
|
|
|
|
| 1 |
schema_version: '0.1'
|
| 2 |
id: fanuc/r2000ic/r2000ic-165f/r1
|
| 3 |
+
kind: model
|
| 4 |
category: manipulator
|
| 5 |
name: R-2000iC/165F
|
| 6 |
manufacturer:
|
|
|
|
| 47 |
- kind: community
|
| 48 |
url: https://github.com/ros-industrial/fanuc
|
| 49 |
ref: d8f42bd73584b255df87098395512538882caea1
|
| 50 |
+
fetched_at: '2026-08-27'
|
| 51 |
licenses:
|
| 52 |
- files: sources/**
|
| 53 |
spdx: BSD-3-Clause
|
fanuc/r2000ic/r2000ic-165f/r1/previews/thumbnail.webp
CHANGED
|
|
Git LFS Details
|
|
|
Git LFS Details
|
fanuc/r2000ic/r2000ic-165f/r1/sources/source.lock.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"requested_ref": "noetic-devel",
|
| 7 |
"resolved_commit": "d8f42bd73584b255df87098395512538882caea1",
|
| 8 |
"sha256": null,
|
| 9 |
-
"fetched_at": "2026-08-
|
| 10 |
"files": [
|
| 11 |
"LICENSE",
|
| 12 |
"fanuc_r2000ic_support/CHANGELOG.rst",
|
|
|
|
| 6 |
"requested_ref": "noetic-devel",
|
| 7 |
"resolved_commit": "d8f42bd73584b255df87098395512538882caea1",
|
| 8 |
"sha256": null,
|
| 9 |
+
"fetched_at": "2026-08-27T06:40:11.254072Z",
|
| 10 |
"files": [
|
| 11 |
"LICENSE",
|
| 12 |
"fanuc_r2000ic_support/CHANGELOG.rst",
|
fanuc/r2000ic/r2000ic-165f/r1/urdf/model.urdf
CHANGED
|
@@ -5,6 +5,9 @@
|
|
| 5 |
<geometry>
|
| 6 |
<mesh filename="../sources/fanuc_r2000ic_support/meshes/r2000ic165f/visual/base_link.stl" />
|
| 7 |
</geometry>
|
|
|
|
|
|
|
|
|
|
| 8 |
</visual>
|
| 9 |
<collision>
|
| 10 |
<geometry>
|
|
@@ -17,6 +20,9 @@
|
|
| 17 |
<geometry>
|
| 18 |
<mesh filename="../sources/fanuc_r2000ic_support/meshes/r2000ic165f/visual/link_1.stl" />
|
| 19 |
</geometry>
|
|
|
|
|
|
|
|
|
|
| 20 |
</visual>
|
| 21 |
<collision>
|
| 22 |
<geometry>
|
|
@@ -29,6 +35,9 @@
|
|
| 29 |
<geometry>
|
| 30 |
<mesh filename="../sources/fanuc_r2000ic_support/meshes/r2000ic165f/visual/link_2.stl" />
|
| 31 |
</geometry>
|
|
|
|
|
|
|
|
|
|
| 32 |
</visual>
|
| 33 |
<collision>
|
| 34 |
<geometry>
|
|
@@ -41,6 +50,9 @@
|
|
| 41 |
<geometry>
|
| 42 |
<mesh filename="../sources/fanuc_r2000ic_support/meshes/r2000ic165f/visual/link_3.stl" />
|
| 43 |
</geometry>
|
|
|
|
|
|
|
|
|
|
| 44 |
</visual>
|
| 45 |
<collision>
|
| 46 |
<geometry>
|
|
@@ -53,6 +65,9 @@
|
|
| 53 |
<geometry>
|
| 54 |
<mesh filename="../sources/fanuc_r2000ic_support/meshes/r2000ic165f/visual/link_4.stl" />
|
| 55 |
</geometry>
|
|
|
|
|
|
|
|
|
|
| 56 |
</visual>
|
| 57 |
<collision>
|
| 58 |
<geometry>
|
|
@@ -65,6 +80,9 @@
|
|
| 65 |
<geometry>
|
| 66 |
<mesh filename="../sources/fanuc_r2000ic_support/meshes/r2000ic165f/visual/link_5.stl" />
|
| 67 |
</geometry>
|
|
|
|
|
|
|
|
|
|
| 68 |
</visual>
|
| 69 |
<collision>
|
| 70 |
<geometry>
|
|
@@ -77,6 +95,9 @@
|
|
| 77 |
<geometry>
|
| 78 |
<mesh filename="../sources/fanuc_r2000ic_support/meshes/r2000ic165f/visual/link_6.stl" />
|
| 79 |
</geometry>
|
|
|
|
|
|
|
|
|
|
| 80 |
</visual>
|
| 81 |
<collision>
|
| 82 |
<geometry>
|
|
|
|
| 5 |
<geometry>
|
| 6 |
<mesh filename="../sources/fanuc_r2000ic_support/meshes/r2000ic165f/visual/base_link.stl" />
|
| 7 |
</geometry>
|
| 8 |
+
<material name="base_link_visual0">
|
| 9 |
+
<color rgba="0.4 0.4 0.4 1" />
|
| 10 |
+
</material>
|
| 11 |
</visual>
|
| 12 |
<collision>
|
| 13 |
<geometry>
|
|
|
|
| 20 |
<geometry>
|
| 21 |
<mesh filename="../sources/fanuc_r2000ic_support/meshes/r2000ic165f/visual/link_1.stl" />
|
| 22 |
</geometry>
|
| 23 |
+
<material name="link_1_visual0">
|
| 24 |
+
<color rgba="0.96 0.76 0.13 1" />
|
| 25 |
+
</material>
|
| 26 |
</visual>
|
| 27 |
<collision>
|
| 28 |
<geometry>
|
|
|
|
| 35 |
<geometry>
|
| 36 |
<mesh filename="../sources/fanuc_r2000ic_support/meshes/r2000ic165f/visual/link_2.stl" />
|
| 37 |
</geometry>
|
| 38 |
+
<material name="link_2_visual0">
|
| 39 |
+
<color rgba="0.96 0.76 0.13 1" />
|
| 40 |
+
</material>
|
| 41 |
</visual>
|
| 42 |
<collision>
|
| 43 |
<geometry>
|
|
|
|
| 50 |
<geometry>
|
| 51 |
<mesh filename="../sources/fanuc_r2000ic_support/meshes/r2000ic165f/visual/link_3.stl" />
|
| 52 |
</geometry>
|
| 53 |
+
<material name="link_3_visual0">
|
| 54 |
+
<color rgba="0.96 0.76 0.13 1" />
|
| 55 |
+
</material>
|
| 56 |
</visual>
|
| 57 |
<collision>
|
| 58 |
<geometry>
|
|
|
|
| 65 |
<geometry>
|
| 66 |
<mesh filename="../sources/fanuc_r2000ic_support/meshes/r2000ic165f/visual/link_4.stl" />
|
| 67 |
</geometry>
|
| 68 |
+
<material name="link_4_visual0">
|
| 69 |
+
<color rgba="0.96 0.76 0.13 1" />
|
| 70 |
+
</material>
|
| 71 |
</visual>
|
| 72 |
<collision>
|
| 73 |
<geometry>
|
|
|
|
| 80 |
<geometry>
|
| 81 |
<mesh filename="../sources/fanuc_r2000ic_support/meshes/r2000ic165f/visual/link_5.stl" />
|
| 82 |
</geometry>
|
| 83 |
+
<material name="link_5_visual0">
|
| 84 |
+
<color rgba="0.96 0.76 0.13 1" />
|
| 85 |
+
</material>
|
| 86 |
</visual>
|
| 87 |
<collision>
|
| 88 |
<geometry>
|
|
|
|
| 95 |
<geometry>
|
| 96 |
<mesh filename="../sources/fanuc_r2000ic_support/meshes/r2000ic165f/visual/link_6.stl" />
|
| 97 |
</geometry>
|
| 98 |
+
<material name="link_6_visual0">
|
| 99 |
+
<color rgba="0.15 0.15 0.15 1" />
|
| 100 |
+
</material>
|
| 101 |
</visual>
|
| 102 |
<collision>
|
| 103 |
<geometry>
|
fanuc/r2000ic/r2000ic-165f/r1/usd/model.usdc
CHANGED
|
Binary files a/fanuc/r2000ic/r2000ic-165f/r1/usd/model.usdc and b/fanuc/r2000ic/r2000ic-165f/r1/usd/model.usdc differ
|
|
|
fanuc/r2000ic/r2000ic-165f/r1/validation/report.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"schema_version": "0.1",
|
| 3 |
"package_id": "fanuc/r2000ic/r2000ic-165f/r1",
|
| 4 |
-
"checked_at": "2026-08-
|
| 5 |
"level": "V2",
|
| 6 |
"checks": [
|
| 7 |
{
|
|
@@ -59,6 +59,21 @@
|
|
| 59 |
"status": "pass",
|
| 60 |
"detail": "all frame names are USD-safe"
|
| 61 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
{
|
| 63 |
"name": "botrail_load_urdf",
|
| 64 |
"status": "pass",
|
|
@@ -83,8 +98,13 @@
|
|
| 83 |
"name": "self_collision",
|
| 84 |
"status": "pass",
|
| 85 |
"detail": "no self-collision at neutral pose"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
}
|
| 87 |
],
|
| 88 |
"builder_version": "0.1.0",
|
| 89 |
-
"botrail_version": "0.
|
| 90 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": "0.1",
|
| 3 |
"package_id": "fanuc/r2000ic/r2000ic-165f/r1",
|
| 4 |
+
"checked_at": "2026-08-27T06:40:11.428339Z",
|
| 5 |
"level": "V2",
|
| 6 |
"checks": [
|
| 7 |
{
|
|
|
|
| 59 |
"status": "pass",
|
| 60 |
"detail": "all frame names are USD-safe"
|
| 61 |
},
|
| 62 |
+
{
|
| 63 |
+
"name": "floating_root",
|
| 64 |
+
"status": "pass",
|
| 65 |
+
"detail": "no floating/planar joints"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"name": "locomotion",
|
| 69 |
+
"status": "skip",
|
| 70 |
+
"detail": "no locomotion block"
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"name": "uav",
|
| 74 |
+
"status": "skip",
|
| 75 |
+
"detail": "not a vehicle.uav package"
|
| 76 |
+
},
|
| 77 |
{
|
| 78 |
"name": "botrail_load_urdf",
|
| 79 |
"status": "pass",
|
|
|
|
| 98 |
"name": "self_collision",
|
| 99 |
"status": "pass",
|
| 100 |
"detail": "no self-collision at neutral pose"
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"name": "gait_walk",
|
| 104 |
+
"status": "skip",
|
| 105 |
+
"detail": "no locomotion block"
|
| 106 |
}
|
| 107 |
],
|
| 108 |
"builder_version": "0.1.0",
|
| 109 |
+
"botrail_version": "0.6.0"
|
| 110 |
}
|
fanuc/r2000ic/r2000ic-165f/r1/visual/model.glb
CHANGED
|
Binary files a/fanuc/r2000ic/r2000ic-165f/r1/visual/model.glb and b/fanuc/r2000ic/r2000ic-165f/r1/visual/model.glb differ
|
|
|
fanuc/r2000ic/r2000ic-165f/r2/build.state.json
CHANGED
|
@@ -2,5 +2,5 @@
|
|
| 2 |
"schema_version": 1,
|
| 3 |
"recipe_sha256": "8e5fc5682ed1aa7b564577a59ca5823a7ee7c5e93532708bed23dcbd7795cc36",
|
| 4 |
"passed": true,
|
| 5 |
-
"built_at": "2026-08-
|
| 6 |
}
|
|
|
|
| 2 |
"schema_version": 1,
|
| 3 |
"recipe_sha256": "8e5fc5682ed1aa7b564577a59ca5823a7ee7c5e93532708bed23dcbd7795cc36",
|
| 4 |
"passed": true,
|
| 5 |
+
"built_at": "2026-08-27T06:40:09+00:00"
|
| 6 |
}
|