-
Notifications
You must be signed in to change notification settings - Fork 507
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
Question about examples/interative_play.py #686
Comments
CC: @ASzot |
Thank you for raising these issues. The interactive play script was working locally for me, but upon reinstalling I experienced the same problems.
|
Thank you for your reply. I use Habitat-sim mater and #https://github.com/facebookresearch/habitat-lab/tree/interactive_play_fixes , the problem of crash and flipped horizontally solved :). As for the wrong view from headcamera, I found that https://github.com/facebookresearch/habitat-sim/blob/master/habitat_sim/robots/fetch_robot.py#L22 uses a -Z gravity coordinate system, and modify it with
will work:
would not change the position of third rgb sensor and I have to use code to modify the robot parameter data. And the position is described in robot's frame. It would be a great help if I can access a camera from both world frame and robot's frame. (maybe related with facebookresearch/habitat-sim@7992248) |
We improved the lighting in the most recent version and it looks a bit better now. However, we are still working on fixing the lighting. Also, the Please let me know if you have any more questions! |
* --Update requirements; Update requirements to reflect colab tutorials requirements. * --Fix python version requirement. * --Update Conda metadata
Habitat-Lab and Habitat-Sim versions
Habitat-Lab: master(368007d)
Habitat-Sim: v0.2.0
Habitat is under active development, and we advise users to restrict themselves to stable releases. Are you using the latest release versions of Habitat-Lab and Habitat-Sim? Your question may already be addressed in the latest versions. We may also not be able to help with problems in earlier versions because they sometimes lack the more verbose logging needed for debugging.
Master branch contains 'bleeding edge' code and should be used at your own risk.
Docs and Tutorials
Did you read the docs? https://aihabitat.org/docs/habitat-lab/
Did you check out the tutorials? https://aihabitat.org/tutorial/2020/
Perhaps your question is answered there. If not, carry on!
❓ Questions and Help
I meet some questions when I try to run examples/interative_play.py.
obs["rgb"] = obs["robot_head_rgb"]
in interactive_play.py for picture from robot view, but I got a pic near the floor. I am wondering that if I want to change the position of camera(e.g. import other robot with different camera position or get view from different part of the robot), which file should I modify.Thanks for your help.
The text was updated successfully, but these errors were encountered: