-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with installation FSDS from source in ubuntu 22.04 #372
Comments
Hi @RoyAmoyal You can perfectly use Ubuntu 22.04 and ROS2. The only issue for now is that if you want to edit files in unreal engine, you can build the Airsim library in an Ubuntu 18.04 docker container. After building the library (with the setup and build script), you can close the container and you should be able to launch the unreal project. I know it's not an ideal scenario, but it should work for now. I'll try to look again to use the cross compile toolchain from Unreal Engine |
So If I compile the project from source on the docker with ubuntu 18.04, how do I use it in my ubuntu 22.04? Do I need to edit the files inside the docker and build everytime their? and which docker should I use? Thanks! |
Hi @RoyAmoyal, You don't have to build the Unreal Engine project inside the container, only the AirSim library. So only this step (step 2 in the installation). All other steps are done on the host system. Make sure to mount the repo as a volume in your docker container, that way you can just build the project on your host after. |
I tried that: My dockerfile:
Then I run:
and when I tried to build with the next command: I got the error:
Any idea how to continue? Thanks!! |
Hi @RoyAmoyal, Not sure if you will have to clone again, since you are connecting it to a volume outside your container that already contains the repo, but should be fine. I see in the logs you posted the script is using clang 12 (and llvm12). Could you try again with all references in the setup and build scripts converted to clang 8 and llvm8 instead? |
I managed to compile it using the docker, Thanks! Maybe I will contribute a documentation about how to install it on Ubuntu 22.04 (and 20.04). Is it still possible to contribute to the project? |
Sure, that would be great thanks |
Closing because of changes done in #374 |
Hey,
I am opening the issue because we can't compile from source the project on our Ubuntu 22.04. The solution in #365 will not work here because we can't use clang 8 in Ubuntu 22.04
Hopefully it will be solved soon, our Formula Student group really want to use that simulator.
Thanks!
The text was updated successfully, but these errors were encountered: