Craig Quiter

Results 81 comments of Craig Quiter

Hmm, it looks like the working directory for compilation is not what we expect it to be. You can get around this by setting the `DEEPDRIVE_SRC_DIR` environment variable to the...

Which version of Unreal do you have? `master` currently runs off 4.14 and our dev branch `deepdrive_sim` uses 4.17.

Hmm, could this be a file permissions issue? It should be fine to run multiple versions of Unreal.

Hi @JeffersonH44, thanks! We have [some docs here](https://github.com/deepdrive/deepdrive-sim/blob/master/DeepDrive_Documentation.adoc) on how the plugin fits into our general architecture. I've also uploaded our example project, [deepdrive-plugin](https://github.com/deepdrive/deepdrive-plugin), that shows integration with a simple...

Hi @JeffersonH44 - please post any questions you have here. We are happy to help!

Hi @shantanusingh16 - sorry! - looking into it!

So there was a segfault I just fixed due to a version mismatch between our Python bindings and the sim. This should be fixed if you pull latest from branch...

So that fixes the [packaged version](https://deepdrive.s3-us-west-1.amazonaws.com/sim/deepdrive-sim-linux-3.0.20190917210215.zip), but perhaps not the editor. Hold tight.

Okay, I've reproduced the issue, but can't seem to find the problem. @dnsmernst and I may need to discuss.

@shantanusingh16 - I'm not sure if the numpy issue you posted is related, but I have found a fix for the problem I reproduced. Can you please try ``` cd...