afrl-rq / OpenUxAS

Project for multi-UAV cooperative decision making
Other
50 stars 24 forks source link

support Ubuntu 22.04 and GCC 11 #56

Closed manthonyaiello closed 1 year ago

manthonyaiello commented 2 years ago

Ubuntu-22.04 includes GCC 11 as its default C++ compiler. Unfortunately, GCC 11 makes a couple of changes that break compatibility with OpenUxAS as-is. These errors should be resolved and the CI matrices should include Ubuntu 22.04.

manthonyaiello commented 2 years ago

CI in progress in my fork; then will issue a PR; see: https://github.com/manthonyaiello/OpenUxAS/tree/fixes-for-ubuntu-22

manthonyaiello commented 2 years ago

In PR #58