Skip to content

Commit 3c471f2

Browse files
jonyMarinoUginchusMarina Gloc
authored
ue5 7 upgrade (#116)
* Update to unreal 5.7 * add keyboard control example * add documentation about architecture * added Linux compatibility * Stabilize hello_drone pytest across windows and linux * updated documentation and removed unnecesary changes * added conditionals for UE5.2 compatibility and fixed test_hello_drone * added note of compiler version for win * added compatibility for UE5.2 and 5.7 for Linux * automatically set compiler version for Windows * deleted unnecesary note in decumentation * updated documentation for both 5.2 and 5.7 * added note on versions in documentation * Update vehicle APIs and physics engines in documentation * removed unnecesary changes and build error * build error handling * removed unnecesary error line in build.cmd * restored DefaultEditor file * restored umap --------- Co-authored-by: Ugi <38007387+Uginchus@users.noreply.github.com> Co-authored-by: Marina Gloc <marina@iamaisim.com>
1 parent 74a4ed9 commit 3c471f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1930
-217
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ unreal/**/Saved
339339
unreal/**/Package
340340
unreal/**/.vscode
341341
unreal/**/ProjectAirSim/SimLibs
342+
unreal/**/DerivedDataCache
343+
unreal/**/Samples
342344

343345
# VS Code projects
344346
*.code-workspace
@@ -376,3 +378,5 @@ env/
376378
# Simulink cache
377379
**/slprj
378380
*.slxc
381+
382+
venv

0 commit comments

Comments
 (0)