Skip to content

feat(scene): hardware-aware perception tiers with contract-sourced camera intrinsics#89

Open
HeartLinked wants to merge 1 commit into
syswonder:devfrom
HeartLinked:dev-sc1
Open

feat(scene): hardware-aware perception tiers with contract-sourced camera intrinsics#89
HeartLinked wants to merge 1 commit into
syswonder:devfrom
HeartLinked:dev-sc1

Conversation

@HeartLinked

Copy link
Copy Markdown
Collaborator

Depth back-projection scales every 3D point by fx/fy and offsets it by cx/cy. Feeding ConceptGraphs incorrect intrinsics silently places objects at the wrong map position.
Scene previously defaulted every camera to the Webots Tiago K intrinsics: That default is correct for simulation only. Any other camera produced misplaced objects without crashing or warning unless an operator manually set SCENE_CAMERA_INTRINSICS.

Detector selection was previously implemented as an inline if/elif on hub.has(...), which silently fell through to detector disabled when no camera was wired.This change extracts detector selection into a pure, testable probe that names the tier Scene runs and logs the plan once at startup.

Adds plan_perception(hub), returning a frozen PerceptionPlan that selects one of three tiers based on camera availability:
metric: RGB-D camera → ConceptGraphs
visual: RGB camera → VLM
geometric: no camera → detector disabled; occupancy_grid and goal_near remain available

…efault

Change-Id: I1b7975a34eb2f27136fc230cc740a702245f2fd7
@enkerewpo enkerewpo requested review from Copilot and enkerewpo and removed request for Copilot June 19, 2026 06:25

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants