-
Notifications
You must be signed in to change notification settings - Fork 505
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
[bugfix] - minor generator fixes #1814
Conversation
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.
Looks good to me. Thanks Alex!
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!
"position": [0.0, 0.0, 0.0], | ||
"orientation": [0.0, 0.0, 0.0], | ||
"position": [0, 0, 0], | ||
"orientation": [0, 0, 0.0], |
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.
Nit: The Z component is still a float.
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.
These values were set to floats specifically by this pr
* a collection of minor, indipendent fixes centered on the generator
* a collection of minor, indipendent fixes centered on the generator
Motivation and Context
This PR contains three minor, independent fixes from #1770:
DebugVisualizer.peek_scene
now defaults to a topdown viewObjectSampler.sample_placement
now correctly uses the global "up" vector of the receptacle for initial snap_down position.settle_sim
allowing objects added to a "None" receptacle object for "floor" placements.How Has This Been Tested
in other branch logic from habitat-llm and #1770
Types of changes
Checklist