-
Notifications
You must be signed in to change notification settings - Fork 133
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
Error setting up environment #494
Comments
Hey if you are using a simulator, this is the right project: https://github.com/facebookresearch/home-robot/tree/goat/projects/habitat_goat. The entry point you are using is for real spot But I would recommend to check this repository: https://github.com/Ram81/goat-bench for using the latest dataset and task |
Hi thanks for pointing the direction. However, I have facing new question: Where should I place the goat dataset to make the yaml file identify the location? Thanks! |
Hi, can you post the full error message after running with |
Hi, I add the file to the location and the previous error was solved. I add
I think there's still some files i should put in the right place. But I can't find this one 'habitat/task/lab_sensors/multigoal_sensor' anywhere. |
Hi, I think you are on the incorrect habitat-lab branch. You can find this sensor defined here and this should allow the use of |
🐛 Bug
I'm trying to try out the GOAT code.
Currently I would like to try out GOAT in simulator without hardware platform (I guess it's the habitat-lab environment)
But failed to do so.
Steps to reproduce the behavior:
When I trying to run the code:
python goat.py --trajectory=trajectory1 --goals=object_toilet,image_bed1,language_chair4,image_couch1,language_plant1,language_plant2,image_refrigerator1
I got error like this:
which "spot_wrapper" doesn't seem like a package that can be installed by pip or conda
I think it's the module in the GOAT code, but I'm not sure what to do to fix this.
(I follow step 5, 6, 7 on ray_tracing to try to reproduce the result)
Also in step 7,
I got this error:
Expected behavior
Not quite sure what exactly would show, but I tried out habitat-sim and habitat-lab and works fine. I would expect there's a Spot robot running in the simulator env and do the GOAT(imagenav) job.
Additional context
No
The text was updated successfully, but these errors were encountered: