Add live spatial viewers and training controls - #141
Merged
Conversation
temiroff
marked this pull request as ready for review
August 7, 2026 23:12
temiroff
force-pushed
the
agent/live-spatial-training-controls
branch
from
August 7, 2026 23:16
2426505 to
66aecbc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
Sensor visualization and managed training need a consistent live operator surface with explicit start, stop, camera, color, and inspection controls.
Impact
Operators can inspect and control live spatial streams and managed PPO jobs directly in the Blacknode editor.
Verification
python -m pytest tests/test_editor_canvas_interactions.py tests/test_editor_depth_viewer.py tests/test_editor_devices_refined.py tests/test_editor_graph_run.py tests/test_editor_imu_viewer.py tests/test_editor_point_cloud_viewer.py tests/test_editor_runtime.py tests/test_editor_depth_cloud_color_modes.py tests/test_editor_live_controls.py -q(78 passed)python -m unittest discover -s tests(545 passed, 8 skipped)npm run buildblacknode validateManaged Runtime release
No Runtime release is required for this core PR because it changes the editor, editor-server orchestration, templates, tests, and documentation only. A separate Runtime 0.4.12 release is part of the coordinated publish for its own service-update fix.