Merged
Conversation
* Fix viser with empty layer? * fix * another fix
Collaborator
Author
|
This should be ready to go for the most part / feature complete enough to replace the open3d visualizer |
Closed
Schmluk
pushed a commit
that referenced
this pull request
Jan 13, 2026
* (wip) start working on viser-based visualizer * draw basic structure * use array view of graph for visualization * add gui and update * add colors * working default colormaps * start on config hooks * fix updating on config changes * factor out graph from viser renderer and add context manager * add conditional text * clear labels from scene * Feature/viser aaron (#75) * Fix viser with empty layer? * fix * another fix * make viser optional because of number of deps * add initial bounding box attempt * add docstrings and clean up layer draw * fix gui settings * fix interlayer and add agents default --------- Co-authored-by: Aaron Ray <aaronray@mit.edu>
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.
@GoldenZephyr This is probably at the point where it's only missing a couple features (boundaries / bounding boxes) to be ready to go
Did discover that sending text to the visualizer is really slow (the objects and rooms are okay, but the places are pretty expensive), might be worth finding a better wrapper around three.js at some point