-
Notifications
You must be signed in to change notification settings - Fork 128
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
Ubuntu 22.04, ros humble fixes #41
base: main
Are you sure you want to change the base?
Conversation
@nikola-j I will review this tomorrow when I get back to my desktop Linux. Is this cross compitable with 20.04? |
Not sure, I don't have 20.04 to test. The setup.sh should probably be different. |
Gotcha, I'll try it out on 20.04 but won't merge until that is verified |
what is a python version that you used? I've made changes according to the commit, but got an error: cannot find -lstdc++: No such file or directory.
|
The default Python 3.10.12, did you follow all of the steps? It might be a problem with your installation. |
@nikola-j yes, I did exactly all these steps, I did all modifications in build.sh, CommonSetup.cmake, CMakeLists.txt, package.xml and setup.sh. And after that I get this error above |
@iagupov You can run |
@xxEoD2242 I tested this change on a 20.04 docker container, and it built without issues. |
Hi. I managed to get the Blocks environment working with UE5.2 and ubuntu 22.04. If there's interest in it let me know. |
Fixes: Building and running UE5 + ros humble on ubuntu 22.04
About
Updates gcc and g++ to 11, updates setup file to install right dependencies. Fix fs link.
How Has This Been Tested?
Instructions for building:
Run UE5, run airsim ros from ros2 folder
Issue takeoff command in separate terminal
Screenshots (if appropriate):