Alexander Clegg

Results 229 comments of Alexander Clegg

@keeper1314 this looks like a compatibility issue with gcc compiler. Did you install habitat-sim-0.1.5 from conda or build from source? What gcc version is installed on your system?

IMO this is the cleaner option. Once sensor redesign is done and robot sensor attachment is refactored, this can hopefully be removed anyway.

Hey @arjung128, Some clarification: - I assume you exported the position and orientation from the viewer with `'q'` keybind. This will set the agent state (translation + orientation around Y)...

> Before I merge, can you explicitly confirm that the GUI viewer, now running on EGL instead of GLX, works for you on Linux? Confirm the C++ viewer works for...

> If you have time, can you try with the disabled option and/or give me the crash backtrace? Cross-confirming if the python viewer crashes/works on a different machine would be...

I think some driver acquisition processes and versions don't come with this component. You may have luck getting this with the development libraries. I see that it may be found...

Interesting, thanks for the suggestion. I think this assertion exists to make the issue more obvious for local installations from source. Otherwise the errors produced by using 3.6 may be...

@mosra any thoughts on this old issue? Still relevant or can we close?

Thanks, this is just the result of some refactoring. Likely need to update the demo to reflect this. @erikwijmans?

Unfortunately we don't provide an mesh-level access in the API at this time. If you are comfortable with C++ you could try adding this support and writing a PR or...