Shital Shah
Shital Shah
I'm getting below with `--no-build-isolation` as well as with 1.0.4. ``` ModuleNotFoundError: No module named 'torch.utils' ```
> I'm getting below with `--no-build-isolation` as well as with 1.0.4. > > ``` > ModuleNotFoundError: No module named 'torch.utils' > ``` Looks like the issue was that my anaconda...
timeout is great new feature!! Can we please merge this?
I have added a function to compute camera projection matrix ([see code](https://github.com/Microsoft/AirSim/blob/557a86ca5608c0045b4bc833c3cd67626a2fa0eb/Unreal/Environments/Blocks/Plugins/AirSim/Source/PIPCamera.cpp#L76)). This function is direct adaptation of BuildProjectionMatrix function being used inside the Unreal code that computes 4x4 matrix...