Mateusz

Results 7 comments of Mateusz

Hi all, I had similar issue with my nano. With the original JetPack, my intel WiFi was working flawlessly, but this wasn't a case in this version. This post provides...

Hi all, I had exactly the same problem with Jetpack 4.4.1. I spent few hours trying various solutions, but finally I went to the JetBot repository, which wiki explains step-by-step...

@huckl3b3rry87 I rebuilt Blocks environment and AirSim plugin without any luck. Besides, I didn't make any changes just yet, to get it all working. The only think that comes to...

Ok, the problem is solved. When inspecting UrdfBotPawn I noticed that its static mesh did not have "Simulate Physics" set: ![image](https://user-images.githubusercontent.com/3705190/83877640-d0b5cc00-a732-11ea-8262-8679974df24b.png) This was a bit odd, as I looked into...

Hi @seshanrv, I created a pull request with updates to compile this project on Linux with UE 4.24.3. Should work also with 4.25 version. Cheers, Mateusz

Hi @seshanrv, 1) As .uproject is listed in .gitignore, no files are pushed, however, you can use one below: `{ "FileVersion": 3, "EngineAssociation": "{1D709676-2A05-101A-000D-0091F40A9A2B}", "Category": "", "Description": "", "Modules": [...

Hi there, you need to replace 'delete' with 'delete[]' as it's deleting an array. I managed to compile it on Linux with UE 4.24, but with many headaches. First of...