gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.16k stars 476 forks source link

Fixes needed for CI with Ubuntu 20.04 #3151

Closed scpeters closed 1 year ago

scpeters commented 2 years ago

We have tested using Ubuntu 20.04 for gazebo9 and gazebo11 CI, but it failed in our first testing:

scpeters commented 2 years ago

one issue is that check_test_ran.py should use python3 instead of python:

scpeters commented 2 years ago

from https://github.com/ignition-tooling/release-tools/pull/565#issuecomment-995067970

we should use distro-specific packages.apt files like ign-physics:

scpeters commented 1 year ago

20.04 builds fixed for gazebo11 in https://github.com/gazebosim/gazebo-classic/pull/3155

scpeters commented 1 year ago

fix backported to gazebo9 in #3278