-
Notifications
You must be signed in to change notification settings - Fork 22
Feature/rg traversability #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Schmluk
commented
Jan 25, 2026
- Implementation of the latest traversability places.
- Naming and common interfaces is not yet ideal but going with separate attributes as discussed with @nathanhhughes.
- This also pulled in few (preliminary) from Nico's DAAAAM paper. I don't think this touches anything otherwise used but could be cleaned up if needed.
nathanhhughes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM minus the versions potentially need a bump for the serialization changes, unless we also just merge the 2D place attribute changes (and associated PRs in Hydra) --- probably worth doing that
| // TMP(lschmid): Labels for cognition_verifier. <label_id, weight> | ||
| std::map<int, float> cognition_labels; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have/had a PR at some point that added some sort of label to weight map to SemanticNodeAttributes that I dropped because it never seemed useful (Jared had added them to the rooms for ActiveDSG at some point and I wanted to move them). All that to say it'd be nice to add these to the semantic attributes (with an actual name)