We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've managed to build this in the past, but apparently something has changed. I'm now getting the following error:
-- Found airsim_interfaces: 0.1.0 (/home/bluecamel/DB/AirSim/ros2/install/airsim_interfaces/share/airsim_interfaces/cmake) CMake Error at /home/bluecamel/DB/AirSim/ros2/install/airsim_interfaces/share/airsim_interfaces/cmake/ament_cmake_export_targets-extras.cmake:18 (message): Failed to find exported target names in '/home/bluecamel/DB/AirSim/ros2/install/airsim_interfaces/share/airsim_interfaces/cmake/airsim_interfaces__rosidl_generator_cExport.cmake' Call Stack (most recent call first): /home/bluecamel/DB/AirSim/ros2/install/airsim_interfaces/share/airsim_interfaces/cmake/airsim_interfacesConfig.cmake:41 (include) CMakeLists.txt:23 (find_package)
This happens on clean installs of ros 2 galactic and rolling (using apt) on Ubuntu 20.04.
N/A
Ubuntu 20.04, Airsim 1.8.1 and main, Unreal 4.27.1
The text was updated successfully, but these errors were encountered:
This issue related to cmake version 3.24. More details here. You can downgrade to older versions.
Sorry, something went wrong.
That did it. Thanks so much!
No branches or pull requests
Question
What's your question?
I've managed to build this in the past, but apparently something has changed. I'm now getting the following error:
This happens on clean installs of ros 2 galactic and rolling (using apt) on Ubuntu 20.04.
Include context on what you are trying to achieve
N/A
Context details
Ubuntu 20.04, Airsim 1.8.1 and main, Unreal 4.27.1
Include details of what you already did to find answers
The text was updated successfully, but these errors were encountered: