-
Notifications
You must be signed in to change notification settings - Fork 233
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
Interact doesn't fully work #109
Comments
Would you elaborate more? Are you trying to perform "look up" and "pick up" simultaneously? Could you explain on what objects you apply "pick up"? Some objects are static in the scenes. |
My apologies. "Shift + up/down" doesn't shift the camera up or down but moves the agent back/forth but "Shift + left/right" does shift the camera. Also, if there is an item in front of the agent but at the bottom of the screen, I can't pick it up. |
Hi, |
I get the same error that @edugm94 gets now but I used to not get this error and it worked fine. Very strange. Looking into it. I'll try without using a build file and any settings. |
How are you executing the interact() command? Its intended to be used interactively through a terminal for debugging and experimenting with the environment. I haven't seen the error ('Innapropriate ioctl for device') before. Is it possible that the environment was started up in a non-terminal environment? |
Yep, that was it. I completely forgot about that even though I realised it before. Need to run from terminal and not PyCharm. Thanks! |
I'll take a look at adding some logic to check for a terminal and raise a more meaningful exception. Leave this issue open and I'll close when that has been added. |
Hi @ekolve, |
Hello, I cannot rotate the camera up or down when interacting. Additionally, actions like "pickup object" don't seem to always be available?
The text was updated successfully, but these errors were encountered: