mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Fix a cluster of execution-layer issues that caused replans and void falls when traversing narrow ledges and multi-block descents between (251.5,141,210.5) and (252.5,138,220.5): - WalkTemplate / GroundedSegmentController: suppress the pre-rotation bias toward the next segment's exit heading on stable-footing Turn exits where the next segment is not a jump. The next template snaps yaw on its first tick anyway, and pre-rotating mid-stride on a 1-block walkway pushes sprint drift perpendicular to the path and walks the bot off the edge. Turn exits into a jump still get the bias so the takeoff direction stays aligned. - GroundedSegmentController.ShouldComplete: relax the headingReady gate for Turn exits with stable footing so the segment can complete once yaw is aligned with either the current or the next segment heading (within 25/15 deg). Without this the removed bias would leave the bot stuck at the end of a walkway waiting for a rotation that never happens. - DescendTemplate: restrict the airborne exit-heading bias so it only kicks in when the footprint is inside the landing block, or on single-step drops where the fall is too short for lateral drift to miss the landing column. On 2+ block drops the bot now keeps yaw pointed at the landing center for the whole fall. - DescendTemplate: add a multi-block overshoot guard on PrepareJump exits. Once airborne and past the landing end-plane on a 2+ Y drop, release forward/sprint and press back briefly so air drag pulls the bot back into the 1x1 landing column instead of sailing one block past it into the neighbouring void. Live round-trip between the two goal coordinates now completes with zero replans in three consecutive runs in each direction. Full unit test suite is unchanged from the pre-existing baseline (22 failing tests, all orthogonal to this change). Made-with: Cursor
1055 lines
22 KiB
JSON
1055 lines
22 KiB
JSON
[
|
|
{
|
|
"family": "ceiling",
|
|
"subfamily": "headhitter",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 1,
|
|
"max_reach": null,
|
|
"delta_y": null,
|
|
"ceiling_height": 1.8125,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "ceiling",
|
|
"subfamily": "headhitter",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 2,
|
|
"max_mm": 12,
|
|
"max_reach": 1,
|
|
"delta_y": null,
|
|
"ceiling_height": 1.8125,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "ceiling",
|
|
"subfamily": "headhitter",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 12,
|
|
"max_reach": 1,
|
|
"delta_y": null,
|
|
"ceiling_height": 2.0,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "ceiling",
|
|
"subfamily": "headhitter",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 7,
|
|
"max_reach": 2,
|
|
"delta_y": null,
|
|
"ceiling_height": 2.5,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "ceiling",
|
|
"subfamily": "headhitter",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 8,
|
|
"max_mm": 12,
|
|
"max_reach": 3,
|
|
"delta_y": null,
|
|
"ceiling_height": 2.5,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "ceiling",
|
|
"subfamily": "headhitter",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 1,
|
|
"max_reach": 3,
|
|
"delta_y": null,
|
|
"ceiling_height": 3.0,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "ceiling",
|
|
"subfamily": "headhitter",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 2,
|
|
"max_mm": 12,
|
|
"max_reach": 4,
|
|
"delta_y": null,
|
|
"ceiling_height": 3.0,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "ceiling",
|
|
"subfamily": "headhitter",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 3,
|
|
"delta_y": null,
|
|
"ceiling_height": 4.0,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "ceiling",
|
|
"subfamily": "headhitter",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 4,
|
|
"delta_y": null,
|
|
"ceiling_height": 4.0,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "linear",
|
|
"subfamily": "ascend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 2,
|
|
"delta_y": 1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "linear",
|
|
"subfamily": "ascend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 2,
|
|
"delta_y": 1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "linear",
|
|
"subfamily": "ascend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 1,
|
|
"delta_y": 1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "linear",
|
|
"subfamily": "ascend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 2,
|
|
"delta_y": 1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "linear",
|
|
"subfamily": "descend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 4,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "linear",
|
|
"subfamily": "descend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 4,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "linear",
|
|
"subfamily": "descend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 1,
|
|
"max_reach": 4,
|
|
"delta_y": -1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "linear",
|
|
"subfamily": "descend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 2,
|
|
"max_mm": 12,
|
|
"max_reach": 4,
|
|
"delta_y": -1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "linear",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 2,
|
|
"max_reach": 3,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "linear",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 3,
|
|
"max_mm": 12,
|
|
"max_reach": 4,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "linear",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 2,
|
|
"delta_y": -1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "linear",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 3,
|
|
"delta_y": -1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "linear",
|
|
"subfamily": "flat",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 3,
|
|
"delta_y": 0.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "linear",
|
|
"subfamily": "flat",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 4,
|
|
"delta_y": 0.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "linear",
|
|
"subfamily": "flat",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 1,
|
|
"max_reach": 2,
|
|
"delta_y": 0.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "linear",
|
|
"subfamily": "flat",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 2,
|
|
"max_mm": 12,
|
|
"max_reach": 3,
|
|
"delta_y": 0.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "neo",
|
|
"subfamily": "neo",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "wall_width",
|
|
"min_mm": 0,
|
|
"max_mm": 1,
|
|
"max_reach": 3,
|
|
"delta_y": null,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "neo",
|
|
"subfamily": "neo",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "wall_width",
|
|
"min_mm": 2,
|
|
"max_mm": 12,
|
|
"max_reach": 4,
|
|
"delta_y": null,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "neo",
|
|
"subfamily": "neo",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "wall_width",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 1,
|
|
"delta_y": null,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "neo",
|
|
"subfamily": "neo",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "wall_width",
|
|
"min_mm": 1,
|
|
"max_mm": 5,
|
|
"max_reach": 2,
|
|
"delta_y": null,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "neo",
|
|
"subfamily": "neo",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "wall_width",
|
|
"min_mm": 6,
|
|
"max_mm": 12,
|
|
"max_reach": 3,
|
|
"delta_y": null,
|
|
"ceiling_height": null,
|
|
"wall_offset": null,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "ascend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 2,
|
|
"delta_y": 1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "ascend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 3,
|
|
"delta_y": 1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "ascend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 2,
|
|
"delta_y": 1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "ascend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 2,
|
|
"delta_y": 1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "ascend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 3,
|
|
"delta_y": 1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "ascend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 3,
|
|
"delta_y": 1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "ascend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 1,
|
|
"delta_y": 1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "ascend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 2,
|
|
"delta_y": 1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "ascend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 1,
|
|
"delta_y": 1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "ascend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 1,
|
|
"delta_y": 1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "ascend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 2,
|
|
"delta_y": 1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "ascend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 2,
|
|
"delta_y": 1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 4,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 5,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 4,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 4,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 5,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 5,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 1,
|
|
"max_reach": 4,
|
|
"delta_y": -1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 2,
|
|
"max_mm": 12,
|
|
"max_reach": 5,
|
|
"delta_y": -1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 1,
|
|
"max_reach": 4,
|
|
"delta_y": -1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 1,
|
|
"max_reach": 4,
|
|
"delta_y": -1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 2,
|
|
"max_mm": 12,
|
|
"max_reach": 5,
|
|
"delta_y": -1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 2,
|
|
"max_mm": 12,
|
|
"max_reach": 5,
|
|
"delta_y": -1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 2,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 2,
|
|
"max_reach": 3,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 3,
|
|
"max_mm": 12,
|
|
"max_reach": 4,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 2,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 2,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 2,
|
|
"max_reach": 3,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 2,
|
|
"max_reach": 3,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 3,
|
|
"max_mm": 12,
|
|
"max_reach": 4,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 3,
|
|
"max_mm": 12,
|
|
"max_reach": 4,
|
|
"delta_y": -2.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 2,
|
|
"delta_y": -1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 3,
|
|
"delta_y": -1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 2,
|
|
"delta_y": -1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 2,
|
|
"delta_y": -1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 3,
|
|
"delta_y": -1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "descend",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 3,
|
|
"delta_y": -1.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "flat",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 3,
|
|
"delta_y": 0.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "flat",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 4,
|
|
"delta_y": 0.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "flat",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 3,
|
|
"delta_y": 0.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "flat",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 0,
|
|
"max_reach": 3,
|
|
"delta_y": 0.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "flat",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 4,
|
|
"delta_y": 0.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "flat",
|
|
"movement_mode": "sprint",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 1,
|
|
"max_mm": 12,
|
|
"max_reach": 4,
|
|
"delta_y": 0.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "flat",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 1,
|
|
"max_reach": 2,
|
|
"delta_y": 0.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "flat",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 2,
|
|
"max_mm": 12,
|
|
"max_reach": 3,
|
|
"delta_y": 0.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 0,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "flat",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 1,
|
|
"max_reach": 2,
|
|
"delta_y": 0.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "flat",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 0,
|
|
"max_mm": 1,
|
|
"max_reach": 2,
|
|
"delta_y": 0.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "flat",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 2,
|
|
"max_mm": 12,
|
|
"max_reach": 3,
|
|
"delta_y": 0.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 1,
|
|
"notes": ""
|
|
},
|
|
{
|
|
"family": "sidewall",
|
|
"subfamily": "flat",
|
|
"movement_mode": "walk",
|
|
"capability_metric": "gap_blocks",
|
|
"min_mm": 2,
|
|
"max_mm": 12,
|
|
"max_reach": 3,
|
|
"delta_y": 0.0,
|
|
"ceiling_height": null,
|
|
"wall_offset": 2,
|
|
"notes": ""
|
|
}
|
|
]
|