Increasing boundary limits in Unreal engine
Show older comments
Hi, I am performing co-simulation of a plane in Matlab something like this:
For visulization, I have chosen the Griffiss airport scene.
When I fly the plane above 1.4 km, it hits an invisible boundary and starts tumbling. For my tests, I need to fly the plane up to 10 km.
Can someone please let me know how to get rid of this invisible boundary so that I can fly the plane up to 10 km?
Answers (1)
Nishan Nekoo
on 26 Nov 2024
0 votes
Hi Vivek, there shouldn't be any invisible boundary. For example, here is the default aircraft flying at an altitude of 14km:

The tumbling might be caused by something else in your physical model, could that be possible? In general, there shouldn't ever be any boundaries around an Unreal scene, I can even place the plane at 140km above with no problem.
Nishan
4 Comments
Vivek Mishra
on 27 Nov 2024
Nishan Nekoo
on 27 Nov 2024
Hi Vivek, assuming you have the correct support package downloaded already, I'd recommend creating a fresh copy of the AutoVrtlEnv project by deleting the plugins from the Epic Games folder and calling sim3d.utils.copyExampleSim3dProject
- Navigate to the following directory “C:\Program Files\Epic Games\UE_X\Engine\Plugins\Marketplace”
- Find the folder “MathWorks” and delete the entire folder with its contents.
- sim3d.utils.copyExampleSim3dProject("C:\project")
Let me know if that works,
Nishan
Vivek Mishra
on 28 Nov 2024
Nishan Nekoo
on 2 Dec 2024
Hi Vivek,
Can you tell me a little bit more about your workflow? Are you relying completely on the physics from Simulink and simply specifying the translation and rotation of your actor or are you leveraging Physics in Unreal as well?
Nishan
Categories
Find more on Simulink 3D Animation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!