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

[WIP] Lab interactive viewer extending sim viewer #1099

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

aclegg3
Copy link
Contributor

@aclegg3 aclegg3 commented Jan 26, 2023

Motivation and Context

This PR script demonstrates extending the Habitat-sim interactive viewer.py application in Habitat-lab. This is a PoC for testing, not intended for merge.

This approach should replace interactive_play.py in future iterations.

Intended to be tested against Habitat-sim PR 1990.

How Has This Been Tested

Example use:

python scripts/viewer/viewer.py --dataset data/scene_datasets/mp3d_example/mp3d.scene_dataset_config.json --scene 17DRP5sb8fy

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have completed my CLA (see CONTRIBUTING)
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Jan 26, 2023
Comment on lines +12 to +13
flags = sys.getdlopenflags()
sys.setdlopenflags(flags | ctypes.RTLD_GLOBAL)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mosra this was necessary here to avoid the EGL issues running this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants