-
Notifications
You must be signed in to change notification settings - Fork 96
Problem with packging and shipping the project in ubuntu 22.04 #373
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
Comments
Hi @RoyAmoyal, Normally the project is packaged using the toolchain from unreal engine which uses clang 11. It should not be an issue, otherwise we would have seen this on Ubuntu 18.04 as well. If nothing works, you can try to use #370, since it uses Unreal Engine 5.3. We should merge it, but that means we will lose native ROS1 support, since you would need Ubuntu 22.04 to use Unreal Engine 5.3. Noetic is going EOL in May next year, so we might just merge and drop support. |
After experimenting with it for a while, I've found that packaging in Development mode works correctly, but Shipping mode does not. It seems this issue may be related to a compatibility problem between the current version of Airsim and the Unreal Engine version. Could you verify if the latest repository and installation of this project can be packaged in Shipping mode? Just to be sure. btw I have added |
I have solved the problem. I comment out the lines 354 and 456 in
and it finished the shipping. But it doesn't run smoothly. Thanks for all your help, @wouter-heerwegh! I'll soon be delivering the project to my Simulator Team at BGRacing Formula Student at our university. We're planning to start contributing to the project, as there are some functionalities we need that aren't currently available. I'll check in with you about these soon. btw is that OK to use development packaging as a workaround for now instead of shipping? (It runs smoothly) |
Hi @RoyAmoyal, Glad you were able to fix it. In which files did you comment those lines, so we know for future reference? Development should be fine, it's also what we use for the packaged executables in the releases. I know I packaged them once as release builds, but can't remember why I didn't any more afterwards. Might be that some functionality was impacted. |
wss
Yeah, sorry, I forgot to write the path, I edited the comment with the file path. The shipping packaging project is very laggy, something is not optimized correctly. The development packaged project works great and runs smoothly! So that's great, I am on the right track. |
Hey,
I used docker (Ubuntu 20/18) with clang 8 to build the Airsim inside the docker and mounting it to my host with Ubuntu 22.04.
It worked, and I can edit the project with Unreal with my Ubuntu 22.04.
Now when I try to build and compile the project I get erros like:
ChatGPT suggests that some of the errors related to the Clang version (probabily I used Airsim do compile inside the docker with clang 8, but the rest of the project, e.g. Unreal I compiled on my host with clang12)
What can I do to solve that? Do I need to use the docker again (and building the Unreal their too) and use it to compile inside the docker through commandline with Unreal?
Any other idea?
T!hanks
The text was updated successfully, but these errors were encountered: