mickryley commited on
Commit
1444cf5
·
1 Parent(s): bbb7fe2

feat: api tests v1.5

Browse files
Files changed (2) hide show
  1. ApiTests/ApiTests.zip +2 -2
  2. ApiTests/metadata.yaml +9 -3
ApiTests/ApiTests.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:848713b91a4f00f3c760cfd33daf21caed6fd7f4d6a48e736d4b4800bf2af8c4
3
- size 58617726
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:361a6db5d7e6a1dabc8366cef093be0b6d06e421e5adf9168f779a70d87484f1
3
+ size 58644498
ApiTests/metadata.yaml CHANGED
@@ -1,6 +1,6 @@
1
  Name: "API Tests"
2
  Type: Project
3
- Version: "1.4"
4
  EngineVersion:
5
  Min: "2026.2"
6
  Behaviour: Hide
@@ -14,8 +14,12 @@ Description: >
14
  IK-engine and IK-external variants. The four arm-IK scenes additionally assert that the arm
15
  actually tracks its commanded target, not just that the run replays identically. A
16
  pick-and-place scene shows engine-side C# driving a G1 through a waypoint sequence with
17
- draggable target empties and debug gizmos. run_all_tests.py sweeps every scene and reports
18
- pass/fail, installing requirements.txt into its test interpreter first.
 
 
 
 
19
  Tags:
20
  - tests
21
  - determinism
@@ -23,6 +27,8 @@ Tags:
23
  - api
24
  - grpc
25
  - lidar
 
 
26
  - camera
27
  - reset-scene
28
  - g1
 
1
  Name: "API Tests"
2
  Type: Project
3
+ Version: "1.5"
4
  EngineVersion:
5
  Min: "2026.2"
6
  Behaviour: Hide
 
14
  IK-engine and IK-external variants. The four arm-IK scenes additionally assert that the arm
15
  actually tracks its commanded target, not just that the run replays identically. A
16
  pick-and-place scene shows engine-side C# driving a G1 through a waypoint sequence with
17
+ draggable target empties and debug gizmos. A lidar-material scene puts glass, water, mirror
18
+ and retroreflector panels in front of a diffuse backstop, exercising the NIR material model:
19
+ the voxel bake that maps a collision hit back to its Hazel material, per-return intensity and
20
+ range-calibrated reflectivity, and pass-through secondary returns off the wall behind.
21
+ run_all_tests.py sweeps every scene and reports pass/fail, installing requirements.txt into
22
+ its test interpreter first.
23
  Tags:
24
  - tests
25
  - determinism
 
27
  - api
28
  - grpc
29
  - lidar
30
+ - lidar-material
31
+ - multi-return
32
  - camera
33
  - reset-scene
34
  - g1