Skip to content
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

Top-down orthographic floorplan #3

Closed
pbw-Berwin opened this issue Mar 1, 2019 · 5 comments
Closed

Top-down orthographic floorplan #3

pbw-Berwin opened this issue Mar 1, 2019 · 5 comments
Labels
enhancement New feature or request

Comments

@pbw-Berwin
Copy link

pbw-Berwin commented Mar 1, 2019

Can we obtain the orthographic floorplan from the Habitat environment?

@pbw-Berwin pbw-Berwin changed the title T、op-down orthographic floorplan Top-down orthographic floorplan Mar 1, 2019
@mathfac mathfac added the enhancement New feature or request label Mar 1, 2019
@mathfac
Copy link
Contributor

mathfac commented Mar 1, 2019

Thanks for the request. We plan to release this functionality.

As workaround right now you can try to sample points from the simulator using the sample_navigable method and use that to create a 2D top-down view for the floorplan. If you sample 10000 points than all those points will be marked as visitable while everything else would be non-accessible for the agent.

@xcyan
Copy link

xcyan commented Mar 5, 2019

@mathfac What's the timeline for releasing this feature? Thanks!

@abhiskk
Copy link
Contributor

abhiskk commented Mar 8, 2019

I will put together an initial version for this and share here soon, this should be enough to help you in visualization.

@erikwijmans
Copy link
Contributor

These changes have landed: https://github.com/facebookresearch/habitat-api/blob/master/habitat/utils/visualizations/maps.py

@mathfac
Copy link
Contributor

mathfac commented Jun 14, 2019

Closing as functionality is already in master.

@mathfac mathfac closed this as completed Jun 14, 2019
mathfac pushed a commit that referenced this issue May 6, 2020
ASzot pushed a commit to ASzot/habitat-lab that referenced this issue Apr 28, 2022
* nav-pick-nav-reach

* nav PLACE + measure the gradient norm

* fixing a bug

* fixing issues and setting new trainnig defaults

Co-authored-by: vincentpierre <[email protected]>
vincentpierre added a commit that referenced this issue May 2, 2022
* attempt at navreach

* some minor changes

* adding stagger

* -

* setting up collision flag

* Improved rendering. Cartesian coordinates. No more Mixed Precision training. (#2)

* Improved rendering. Cartesian coordinates. No more MP training

* Improved rendering. Cartesian coordinates. No more MP training

* Fix default

* Added back joint pos sensor

* Fixed bug

* Fixed in cart

* Added configurable success thresh and sucess reward

* Changed name of success reward and thresh keys

* resolving conflicts

* fixing the eval config

* nav-pick-nav-reach (#3)

* nav-pick-nav-reach

* nav PLACE + measure the gradient norm

* fixing a bug

* fixing issues and setting new trainnig defaults

Co-authored-by: vincentpierre <[email protected]>

* using logger and not print

* addressing comments

* minor changes

* minor changes

* minor changes

* BPS policy integration (#6)

Co-authored-by: vincentpierre <[email protected]>
Co-authored-by: Andrew Szot <[email protected]>
cpaxton pushed a commit that referenced this issue Jan 17, 2023
Minimal working version of Stretch infra features in fairo
jimmytyyang pushed a commit that referenced this issue Feb 5, 2024
jimmytyyang pushed a commit that referenced this issue Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants