Bug report
- Project AirSim Version/#commit: v0.1.1
- autopilot version: XXX
- OS Version: Ubuntu 24.04
What's the issue you encountered?
Hi! Thanks for the amazing work keeping up with this project. I hope to be an active developer from now on. So far I found the following problem with the setup:
The ./setup_linux_dev_tools.sh adds strange llvm repositories. Are the 13 version of libc++ and clang required? When I run the script I get the following:
Err:9 https://apt.llvm.org/noble llvm-toolchain-noble-13 Release
404 Not Found [IP: 199.232.34.49 443]
Hit:10 http://packages.ros.org/ros2/ubuntu noble InRelease
Reading package lists... Done
E: The repository 'http://apt.llvm.org/noble llvm-toolchain-noble-13 Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
But I have clang and libc++ 14,15, and 16 on Ubuntu 24.04 but the 13 needs the llvm toolchain. Is that required?
Bug report
What's the issue you encountered?
Hi! Thanks for the amazing work keeping up with this project. I hope to be an active developer from now on. So far I found the following problem with the setup:
The
./setup_linux_dev_tools.shadds strange llvm repositories. Are the 13 version of libc++ and clang required? When I run the script I get the following:But I have clang and libc++ 14,15, and 16 on Ubuntu 24.04 but the 13 needs the llvm toolchain. Is that required?