Debug tool: Get raw local_grid from world_state
Scanned 6/6/2026
Install via CLI
openskills install bdambrosio/Cognitive_workbench---
name: debug-get-local-grid
type: python
hidden: true
description: "Debug tool: Get raw local_grid from world_state"
---
# debug-get-local-grid
Debug tool for testing coordinate system. Returns raw local_grid data from world_state.
## Input
None
## Output
Returns uniform return format with:
- `value`: Summary text
- `data`: Raw local_grid dict with:
- `center`: `{x, y, z, yaw}` (absolute coordinates)
- `radius`: int
- `cells`: Dict of cell data (keyed by "x,y,z")
## Notes
- Hidden from planner catalog (debug/testing only)
- Returns raw internal grid structure
- Accessible via direct `{"type": "debug-get-local-grid"}` invocation
No comments yet. Be the first to comment!
Go测试模式包括表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率。遵循TDD方法论,采用地道的Go实践。