├── .github ├── CODEOWNERS └── workflows │ └── lint.yaml ├── .gitignore ├── README.md ├── collection-acropolis.yaml ├── collection-blueprint.yaml ├── collection-citadel.yaml ├── collection-dome.yaml ├── collection-edifice.yaml ├── collection-fortress.yaml ├── collection-garden.yaml ├── collection-harmonic.yaml ├── collection-ionic.yaml ├── collection-jetty.yaml ├── gazebo10.yaml ├── gazebo11.yaml ├── gazebo7.yaml ├── gazebo8.yaml ├── gazebo9.yaml ├── gz-cmake2.yaml ├── gz-cmake3.yaml ├── gz-cmake4.yaml ├── gz-cmake5.yaml ├── gz-common1.yaml ├── gz-common3.yaml ├── gz-common4.yaml ├── gz-common5.yaml ├── gz-common6.yaml ├── gz-common7.yaml ├── gz-fuel-tools1.yaml ├── gz-fuel-tools10.yaml ├── gz-fuel-tools11.yaml ├── gz-fuel-tools4.yaml ├── gz-fuel-tools5.yaml ├── gz-fuel-tools6.yaml ├── gz-fuel-tools7.yaml ├── gz-fuel-tools8.yaml ├── gz-fuel-tools9.yaml ├── gz-gui0.yaml ├── gz-gui1.yaml ├── gz-gui10.yaml ├── gz-gui2.yaml ├── gz-gui3.yaml ├── gz-gui4.yaml ├── gz-gui5.yaml ├── gz-gui6.yaml ├── gz-gui7.yaml ├── gz-gui8.yaml ├── gz-gui9.yaml ├── gz-launch0.yaml ├── gz-launch1.yaml ├── gz-launch2.yaml ├── gz-launch3.yaml ├── gz-launch4.yaml ├── gz-launch5.yaml ├── gz-launch6.yaml ├── gz-launch7.yaml ├── gz-launch8.yaml ├── gz-launch9.yaml ├── gz-math4.yaml ├── gz-math6.yaml ├── gz-math7.yaml ├── gz-math8.yaml ├── gz-math9.yaml ├── gz-msgs1.yaml ├── gz-msgs10.yaml ├── gz-msgs11.yaml ├── gz-msgs12.yaml ├── gz-msgs5.yaml ├── gz-msgs6.yaml ├── gz-msgs7.yaml ├── gz-msgs8.yaml ├── gz-msgs9.yaml ├── gz-physics1.yaml ├── gz-physics2.yaml ├── gz-physics3.yaml ├── gz-physics4.yaml ├── gz-physics5.yaml ├── gz-physics6.yaml ├── gz-physics7.yaml ├── gz-physics8.yaml ├── gz-physics9.yaml ├── gz-plugin1.yaml ├── gz-plugin2.yaml ├── gz-plugin3.yaml ├── gz-plugin4.yaml ├── gz-rendering0.yaml ├── gz-rendering1.yaml ├── gz-rendering10.yaml ├── gz-rendering2.yaml ├── gz-rendering3.yaml ├── gz-rendering4.yaml ├── gz-rendering5.yaml ├── gz-rendering6.yaml ├── gz-rendering7.yaml ├── gz-rendering8.yaml ├── gz-rendering9.yaml ├── gz-sensors1.yaml ├── gz-sensors10.yaml ├── gz-sensors2.yaml ├── gz-sensors3.yaml ├── gz-sensors4.yaml ├── gz-sensors5.yaml ├── gz-sensors6.yaml ├── gz-sensors7.yaml ├── gz-sensors8.yaml ├── gz-sensors9.yaml ├── gz-sim1.yaml ├── gz-sim10.yaml ├── gz-sim2.yaml ├── gz-sim3.yaml ├── gz-sim4.yaml ├── gz-sim5.yaml ├── gz-sim6.yaml ├── gz-sim7.yaml ├── gz-sim8.yaml ├── gz-sim9.yaml ├── gz-tools1.yaml ├── gz-tools2.yaml ├── gz-tools3.yaml ├── gz-transport10.yaml ├── gz-transport11.yaml ├── gz-transport12.yaml ├── gz-transport13.yaml ├── gz-transport14.yaml ├── gz-transport15.yaml ├── gz-transport4.yaml ├── gz-transport8.yaml ├── gz-transport9.yaml ├── gz-utils1.yaml ├── gz-utils2.yaml ├── gz-utils3.yaml ├── gz-utils4.yaml ├── ign-cmake2.yaml ├── ign-cmake3.yaml ├── ign-common1.yaml ├── ign-common3.yaml ├── ign-common4.yaml ├── ign-common5.yaml ├── ign-fuel-tools1.yaml ├── ign-fuel-tools4.yaml ├── ign-fuel-tools5.yaml ├── ign-fuel-tools6.yaml ├── ign-fuel-tools7.yaml ├── ign-fuel-tools8.yaml ├── ign-gazebo1.yaml ├── ign-gazebo2.yaml ├── ign-gazebo3.yaml ├── ign-gazebo4.yaml ├── ign-gazebo5.yaml ├── ign-gazebo6.yaml ├── ign-gazebo7.yaml ├── ign-gui0.yaml ├── ign-gui1.yaml ├── ign-gui2.yaml ├── ign-gui3.yaml ├── ign-gui4.yaml ├── ign-gui5.yaml ├── ign-gui6.yaml ├── ign-gui7.yaml ├── ign-launch0.yaml ├── ign-launch1.yaml ├── ign-launch2.yaml ├── ign-launch3.yaml ├── ign-launch4.yaml ├── ign-launch5.yaml ├── ign-launch6.yaml ├── ign-math4.yaml ├── ign-math6.yaml ├── ign-math7.yaml ├── ign-msgs1.yaml ├── ign-msgs5.yaml ├── ign-msgs6.yaml ├── ign-msgs7.yaml ├── ign-msgs8.yaml ├── ign-msgs9.yaml ├── ign-physics1.yaml ├── ign-physics2.yaml ├── ign-physics3.yaml ├── ign-physics4.yaml ├── ign-physics5.yaml ├── ign-physics6.yaml ├── ign-plugin1.yaml ├── ign-plugin2.yaml ├── ign-rendering0.yaml ├── ign-rendering1.yaml ├── ign-rendering2.yaml ├── ign-rendering3.yaml ├── ign-rendering4.yaml ├── ign-rendering5.yaml ├── ign-rendering6.yaml ├── ign-rendering7.yaml ├── ign-sensors1.yaml ├── ign-sensors2.yaml ├── ign-sensors3.yaml ├── ign-sensors4.yaml ├── ign-sensors5.yaml ├── ign-sensors6.yaml ├── ign-sensors7.yaml ├── ign-tools1.yaml ├── ign-tools2.yaml ├── ign-transport10.yaml ├── ign-transport11.yaml ├── ign-transport12.yaml ├── ign-transport4.yaml ├── ign-transport8.yaml ├── ign-transport9.yaml ├── ign-utils1.yaml ├── ign-utils2.yaml ├── sdformat10.yaml ├── sdformat11.yaml ├── sdformat12.yaml ├── sdformat13.yaml ├── sdformat14.yaml ├── sdformat15.yaml ├── sdformat16.yaml ├── sdformat9.yaml ├── test ├── __init__.py └── test_url_validity.py └── update_dependency_version.py /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/workflows/lint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/.github/workflows/lint.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/README.md -------------------------------------------------------------------------------- /collection-acropolis.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/collection-acropolis.yaml -------------------------------------------------------------------------------- /collection-blueprint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/collection-blueprint.yaml -------------------------------------------------------------------------------- /collection-citadel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/collection-citadel.yaml -------------------------------------------------------------------------------- /collection-dome.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/collection-dome.yaml -------------------------------------------------------------------------------- /collection-edifice.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/collection-edifice.yaml -------------------------------------------------------------------------------- /collection-fortress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/collection-fortress.yaml -------------------------------------------------------------------------------- /collection-garden.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/collection-garden.yaml -------------------------------------------------------------------------------- /collection-harmonic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/collection-harmonic.yaml -------------------------------------------------------------------------------- /collection-ionic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/collection-ionic.yaml -------------------------------------------------------------------------------- /collection-jetty.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/collection-jetty.yaml -------------------------------------------------------------------------------- /gazebo10.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gazebo10.yaml -------------------------------------------------------------------------------- /gazebo11.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gazebo11.yaml -------------------------------------------------------------------------------- /gazebo7.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gazebo7.yaml -------------------------------------------------------------------------------- /gazebo8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gazebo8.yaml -------------------------------------------------------------------------------- /gazebo9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gazebo9.yaml -------------------------------------------------------------------------------- /gz-cmake2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-cmake2.yaml -------------------------------------------------------------------------------- /gz-cmake3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-cmake3.yaml -------------------------------------------------------------------------------- /gz-cmake4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-cmake4.yaml -------------------------------------------------------------------------------- /gz-cmake5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-cmake5.yaml -------------------------------------------------------------------------------- /gz-common1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-common1.yaml -------------------------------------------------------------------------------- /gz-common3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-common3.yaml -------------------------------------------------------------------------------- /gz-common4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-common4.yaml -------------------------------------------------------------------------------- /gz-common5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-common5.yaml -------------------------------------------------------------------------------- /gz-common6.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-common6.yaml -------------------------------------------------------------------------------- /gz-common7.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-common7.yaml -------------------------------------------------------------------------------- /gz-fuel-tools1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-fuel-tools1.yaml -------------------------------------------------------------------------------- /gz-fuel-tools10.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-fuel-tools10.yaml -------------------------------------------------------------------------------- /gz-fuel-tools11.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-fuel-tools11.yaml -------------------------------------------------------------------------------- /gz-fuel-tools4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-fuel-tools4.yaml -------------------------------------------------------------------------------- /gz-fuel-tools5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-fuel-tools5.yaml -------------------------------------------------------------------------------- /gz-fuel-tools6.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-fuel-tools6.yaml -------------------------------------------------------------------------------- /gz-fuel-tools7.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-fuel-tools7.yaml -------------------------------------------------------------------------------- /gz-fuel-tools8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-fuel-tools8.yaml -------------------------------------------------------------------------------- /gz-fuel-tools9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-fuel-tools9.yaml -------------------------------------------------------------------------------- /gz-gui0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-gui0.yaml -------------------------------------------------------------------------------- /gz-gui1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-gui1.yaml -------------------------------------------------------------------------------- /gz-gui10.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-gui10.yaml -------------------------------------------------------------------------------- /gz-gui2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-gui2.yaml -------------------------------------------------------------------------------- /gz-gui3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-gui3.yaml -------------------------------------------------------------------------------- /gz-gui4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-gui4.yaml -------------------------------------------------------------------------------- /gz-gui5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-gui5.yaml -------------------------------------------------------------------------------- /gz-gui6.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-gui6.yaml -------------------------------------------------------------------------------- /gz-gui7.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-gui7.yaml -------------------------------------------------------------------------------- /gz-gui8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-gui8.yaml -------------------------------------------------------------------------------- /gz-gui9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-gui9.yaml -------------------------------------------------------------------------------- /gz-launch0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-launch0.yaml -------------------------------------------------------------------------------- /gz-launch1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-launch1.yaml -------------------------------------------------------------------------------- /gz-launch2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-launch2.yaml -------------------------------------------------------------------------------- /gz-launch3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-launch3.yaml -------------------------------------------------------------------------------- /gz-launch4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-launch4.yaml -------------------------------------------------------------------------------- /gz-launch5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-launch5.yaml -------------------------------------------------------------------------------- /gz-launch6.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-launch6.yaml -------------------------------------------------------------------------------- /gz-launch7.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-launch7.yaml -------------------------------------------------------------------------------- /gz-launch8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-launch8.yaml -------------------------------------------------------------------------------- /gz-launch9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-launch9.yaml -------------------------------------------------------------------------------- /gz-math4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-math4.yaml -------------------------------------------------------------------------------- /gz-math6.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-math6.yaml -------------------------------------------------------------------------------- /gz-math7.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-math7.yaml -------------------------------------------------------------------------------- /gz-math8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-math8.yaml -------------------------------------------------------------------------------- /gz-math9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-math9.yaml -------------------------------------------------------------------------------- /gz-msgs1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-msgs1.yaml -------------------------------------------------------------------------------- /gz-msgs10.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-msgs10.yaml -------------------------------------------------------------------------------- /gz-msgs11.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-msgs11.yaml -------------------------------------------------------------------------------- /gz-msgs12.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-msgs12.yaml -------------------------------------------------------------------------------- /gz-msgs5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-msgs5.yaml -------------------------------------------------------------------------------- /gz-msgs6.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-msgs6.yaml -------------------------------------------------------------------------------- /gz-msgs7.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-msgs7.yaml -------------------------------------------------------------------------------- /gz-msgs8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-msgs8.yaml -------------------------------------------------------------------------------- /gz-msgs9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-msgs9.yaml -------------------------------------------------------------------------------- /gz-physics1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-physics1.yaml -------------------------------------------------------------------------------- /gz-physics2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-physics2.yaml -------------------------------------------------------------------------------- /gz-physics3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-physics3.yaml -------------------------------------------------------------------------------- /gz-physics4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-physics4.yaml -------------------------------------------------------------------------------- /gz-physics5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-physics5.yaml -------------------------------------------------------------------------------- /gz-physics6.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-physics6.yaml -------------------------------------------------------------------------------- /gz-physics7.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-physics7.yaml -------------------------------------------------------------------------------- /gz-physics8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-physics8.yaml -------------------------------------------------------------------------------- /gz-physics9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-physics9.yaml -------------------------------------------------------------------------------- /gz-plugin1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-plugin1.yaml -------------------------------------------------------------------------------- /gz-plugin2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-plugin2.yaml -------------------------------------------------------------------------------- /gz-plugin3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-plugin3.yaml -------------------------------------------------------------------------------- /gz-plugin4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-plugin4.yaml -------------------------------------------------------------------------------- /gz-rendering0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-rendering0.yaml -------------------------------------------------------------------------------- /gz-rendering1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-rendering1.yaml -------------------------------------------------------------------------------- /gz-rendering10.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-rendering10.yaml -------------------------------------------------------------------------------- /gz-rendering2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-rendering2.yaml -------------------------------------------------------------------------------- /gz-rendering3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-rendering3.yaml -------------------------------------------------------------------------------- /gz-rendering4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-rendering4.yaml -------------------------------------------------------------------------------- /gz-rendering5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-rendering5.yaml -------------------------------------------------------------------------------- /gz-rendering6.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-rendering6.yaml -------------------------------------------------------------------------------- /gz-rendering7.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-rendering7.yaml -------------------------------------------------------------------------------- /gz-rendering8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-rendering8.yaml -------------------------------------------------------------------------------- /gz-rendering9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-rendering9.yaml -------------------------------------------------------------------------------- /gz-sensors1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sensors1.yaml -------------------------------------------------------------------------------- /gz-sensors10.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sensors10.yaml -------------------------------------------------------------------------------- /gz-sensors2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sensors2.yaml -------------------------------------------------------------------------------- /gz-sensors3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sensors3.yaml -------------------------------------------------------------------------------- /gz-sensors4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sensors4.yaml -------------------------------------------------------------------------------- /gz-sensors5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sensors5.yaml -------------------------------------------------------------------------------- /gz-sensors6.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sensors6.yaml -------------------------------------------------------------------------------- /gz-sensors7.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sensors7.yaml -------------------------------------------------------------------------------- /gz-sensors8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sensors8.yaml -------------------------------------------------------------------------------- /gz-sensors9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sensors9.yaml -------------------------------------------------------------------------------- /gz-sim1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sim1.yaml -------------------------------------------------------------------------------- /gz-sim10.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sim10.yaml -------------------------------------------------------------------------------- /gz-sim2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sim2.yaml -------------------------------------------------------------------------------- /gz-sim3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sim3.yaml -------------------------------------------------------------------------------- /gz-sim4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sim4.yaml -------------------------------------------------------------------------------- /gz-sim5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sim5.yaml -------------------------------------------------------------------------------- /gz-sim6.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sim6.yaml -------------------------------------------------------------------------------- /gz-sim7.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sim7.yaml -------------------------------------------------------------------------------- /gz-sim8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sim8.yaml -------------------------------------------------------------------------------- /gz-sim9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-sim9.yaml -------------------------------------------------------------------------------- /gz-tools1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-tools1.yaml -------------------------------------------------------------------------------- /gz-tools2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-tools2.yaml -------------------------------------------------------------------------------- /gz-tools3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-tools3.yaml -------------------------------------------------------------------------------- /gz-transport10.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-transport10.yaml -------------------------------------------------------------------------------- /gz-transport11.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-transport11.yaml -------------------------------------------------------------------------------- /gz-transport12.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-transport12.yaml -------------------------------------------------------------------------------- /gz-transport13.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-transport13.yaml -------------------------------------------------------------------------------- /gz-transport14.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-transport14.yaml -------------------------------------------------------------------------------- /gz-transport15.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-transport15.yaml -------------------------------------------------------------------------------- /gz-transport4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-transport4.yaml -------------------------------------------------------------------------------- /gz-transport8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-transport8.yaml -------------------------------------------------------------------------------- /gz-transport9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-transport9.yaml -------------------------------------------------------------------------------- /gz-utils1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-utils1.yaml -------------------------------------------------------------------------------- /gz-utils2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-utils2.yaml -------------------------------------------------------------------------------- /gz-utils3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-utils3.yaml -------------------------------------------------------------------------------- /gz-utils4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/gz-utils4.yaml -------------------------------------------------------------------------------- /ign-cmake2.yaml: -------------------------------------------------------------------------------- 1 | gz-cmake2.yaml -------------------------------------------------------------------------------- /ign-cmake3.yaml: -------------------------------------------------------------------------------- 1 | gz-cmake3.yaml -------------------------------------------------------------------------------- /ign-common1.yaml: -------------------------------------------------------------------------------- 1 | gz-common1.yaml -------------------------------------------------------------------------------- /ign-common3.yaml: -------------------------------------------------------------------------------- 1 | gz-common3.yaml -------------------------------------------------------------------------------- /ign-common4.yaml: -------------------------------------------------------------------------------- 1 | gz-common4.yaml -------------------------------------------------------------------------------- /ign-common5.yaml: -------------------------------------------------------------------------------- 1 | gz-common5.yaml -------------------------------------------------------------------------------- /ign-fuel-tools1.yaml: -------------------------------------------------------------------------------- 1 | gz-fuel-tools1.yaml -------------------------------------------------------------------------------- /ign-fuel-tools4.yaml: -------------------------------------------------------------------------------- 1 | gz-fuel-tools4.yaml -------------------------------------------------------------------------------- /ign-fuel-tools5.yaml: -------------------------------------------------------------------------------- 1 | gz-fuel-tools5.yaml -------------------------------------------------------------------------------- /ign-fuel-tools6.yaml: -------------------------------------------------------------------------------- 1 | gz-fuel-tools6.yaml -------------------------------------------------------------------------------- /ign-fuel-tools7.yaml: -------------------------------------------------------------------------------- 1 | gz-fuel-tools7.yaml -------------------------------------------------------------------------------- /ign-fuel-tools8.yaml: -------------------------------------------------------------------------------- 1 | gz-fuel-tools8.yaml -------------------------------------------------------------------------------- /ign-gazebo1.yaml: -------------------------------------------------------------------------------- 1 | gz-sim1.yaml -------------------------------------------------------------------------------- /ign-gazebo2.yaml: -------------------------------------------------------------------------------- 1 | gz-sim2.yaml -------------------------------------------------------------------------------- /ign-gazebo3.yaml: -------------------------------------------------------------------------------- 1 | gz-sim3.yaml -------------------------------------------------------------------------------- /ign-gazebo4.yaml: -------------------------------------------------------------------------------- 1 | gz-sim4.yaml -------------------------------------------------------------------------------- /ign-gazebo5.yaml: -------------------------------------------------------------------------------- 1 | gz-sim5.yaml -------------------------------------------------------------------------------- /ign-gazebo6.yaml: -------------------------------------------------------------------------------- 1 | gz-sim6.yaml -------------------------------------------------------------------------------- /ign-gazebo7.yaml: -------------------------------------------------------------------------------- 1 | gz-sim7.yaml -------------------------------------------------------------------------------- /ign-gui0.yaml: -------------------------------------------------------------------------------- 1 | gz-gui0.yaml -------------------------------------------------------------------------------- /ign-gui1.yaml: -------------------------------------------------------------------------------- 1 | gz-gui1.yaml -------------------------------------------------------------------------------- /ign-gui2.yaml: -------------------------------------------------------------------------------- 1 | gz-gui2.yaml -------------------------------------------------------------------------------- /ign-gui3.yaml: -------------------------------------------------------------------------------- 1 | gz-gui3.yaml -------------------------------------------------------------------------------- /ign-gui4.yaml: -------------------------------------------------------------------------------- 1 | gz-gui4.yaml -------------------------------------------------------------------------------- /ign-gui5.yaml: -------------------------------------------------------------------------------- 1 | gz-gui5.yaml -------------------------------------------------------------------------------- /ign-gui6.yaml: -------------------------------------------------------------------------------- 1 | gz-gui6.yaml -------------------------------------------------------------------------------- /ign-gui7.yaml: -------------------------------------------------------------------------------- 1 | gz-gui7.yaml -------------------------------------------------------------------------------- /ign-launch0.yaml: -------------------------------------------------------------------------------- 1 | gz-launch0.yaml -------------------------------------------------------------------------------- /ign-launch1.yaml: -------------------------------------------------------------------------------- 1 | gz-launch1.yaml -------------------------------------------------------------------------------- /ign-launch2.yaml: -------------------------------------------------------------------------------- 1 | gz-launch2.yaml -------------------------------------------------------------------------------- /ign-launch3.yaml: -------------------------------------------------------------------------------- 1 | gz-launch3.yaml -------------------------------------------------------------------------------- /ign-launch4.yaml: -------------------------------------------------------------------------------- 1 | gz-launch4.yaml -------------------------------------------------------------------------------- /ign-launch5.yaml: -------------------------------------------------------------------------------- 1 | gz-launch5.yaml -------------------------------------------------------------------------------- /ign-launch6.yaml: -------------------------------------------------------------------------------- 1 | gz-launch6.yaml -------------------------------------------------------------------------------- /ign-math4.yaml: -------------------------------------------------------------------------------- 1 | gz-math4.yaml -------------------------------------------------------------------------------- /ign-math6.yaml: -------------------------------------------------------------------------------- 1 | gz-math6.yaml -------------------------------------------------------------------------------- /ign-math7.yaml: -------------------------------------------------------------------------------- 1 | gz-math7.yaml -------------------------------------------------------------------------------- /ign-msgs1.yaml: -------------------------------------------------------------------------------- 1 | gz-msgs1.yaml -------------------------------------------------------------------------------- /ign-msgs5.yaml: -------------------------------------------------------------------------------- 1 | gz-msgs5.yaml -------------------------------------------------------------------------------- /ign-msgs6.yaml: -------------------------------------------------------------------------------- 1 | gz-msgs6.yaml -------------------------------------------------------------------------------- /ign-msgs7.yaml: -------------------------------------------------------------------------------- 1 | gz-msgs7.yaml -------------------------------------------------------------------------------- /ign-msgs8.yaml: -------------------------------------------------------------------------------- 1 | gz-msgs8.yaml -------------------------------------------------------------------------------- /ign-msgs9.yaml: -------------------------------------------------------------------------------- 1 | gz-msgs9.yaml -------------------------------------------------------------------------------- /ign-physics1.yaml: -------------------------------------------------------------------------------- 1 | gz-physics1.yaml -------------------------------------------------------------------------------- /ign-physics2.yaml: -------------------------------------------------------------------------------- 1 | gz-physics2.yaml -------------------------------------------------------------------------------- /ign-physics3.yaml: -------------------------------------------------------------------------------- 1 | gz-physics3.yaml -------------------------------------------------------------------------------- /ign-physics4.yaml: -------------------------------------------------------------------------------- 1 | gz-physics4.yaml -------------------------------------------------------------------------------- /ign-physics5.yaml: -------------------------------------------------------------------------------- 1 | gz-physics5.yaml -------------------------------------------------------------------------------- /ign-physics6.yaml: -------------------------------------------------------------------------------- 1 | gz-physics6.yaml -------------------------------------------------------------------------------- /ign-plugin1.yaml: -------------------------------------------------------------------------------- 1 | gz-plugin1.yaml -------------------------------------------------------------------------------- /ign-plugin2.yaml: -------------------------------------------------------------------------------- 1 | gz-plugin2.yaml -------------------------------------------------------------------------------- /ign-rendering0.yaml: -------------------------------------------------------------------------------- 1 | gz-rendering0.yaml -------------------------------------------------------------------------------- /ign-rendering1.yaml: -------------------------------------------------------------------------------- 1 | gz-rendering1.yaml -------------------------------------------------------------------------------- /ign-rendering2.yaml: -------------------------------------------------------------------------------- 1 | gz-rendering2.yaml -------------------------------------------------------------------------------- /ign-rendering3.yaml: -------------------------------------------------------------------------------- 1 | gz-rendering3.yaml -------------------------------------------------------------------------------- /ign-rendering4.yaml: -------------------------------------------------------------------------------- 1 | gz-rendering4.yaml -------------------------------------------------------------------------------- /ign-rendering5.yaml: -------------------------------------------------------------------------------- 1 | gz-rendering5.yaml -------------------------------------------------------------------------------- /ign-rendering6.yaml: -------------------------------------------------------------------------------- 1 | gz-rendering6.yaml -------------------------------------------------------------------------------- /ign-rendering7.yaml: -------------------------------------------------------------------------------- 1 | gz-rendering7.yaml -------------------------------------------------------------------------------- /ign-sensors1.yaml: -------------------------------------------------------------------------------- 1 | gz-sensors1.yaml -------------------------------------------------------------------------------- /ign-sensors2.yaml: -------------------------------------------------------------------------------- 1 | gz-sensors2.yaml -------------------------------------------------------------------------------- /ign-sensors3.yaml: -------------------------------------------------------------------------------- 1 | gz-sensors3.yaml -------------------------------------------------------------------------------- /ign-sensors4.yaml: -------------------------------------------------------------------------------- 1 | gz-sensors4.yaml -------------------------------------------------------------------------------- /ign-sensors5.yaml: -------------------------------------------------------------------------------- 1 | gz-sensors5.yaml -------------------------------------------------------------------------------- /ign-sensors6.yaml: -------------------------------------------------------------------------------- 1 | gz-sensors6.yaml -------------------------------------------------------------------------------- /ign-sensors7.yaml: -------------------------------------------------------------------------------- 1 | gz-sensors7.yaml -------------------------------------------------------------------------------- /ign-tools1.yaml: -------------------------------------------------------------------------------- 1 | gz-tools1.yaml -------------------------------------------------------------------------------- /ign-tools2.yaml: -------------------------------------------------------------------------------- 1 | gz-tools2.yaml -------------------------------------------------------------------------------- /ign-transport10.yaml: -------------------------------------------------------------------------------- 1 | gz-transport10.yaml -------------------------------------------------------------------------------- /ign-transport11.yaml: -------------------------------------------------------------------------------- 1 | gz-transport11.yaml -------------------------------------------------------------------------------- /ign-transport12.yaml: -------------------------------------------------------------------------------- 1 | gz-transport12.yaml -------------------------------------------------------------------------------- /ign-transport4.yaml: -------------------------------------------------------------------------------- 1 | gz-transport4.yaml -------------------------------------------------------------------------------- /ign-transport8.yaml: -------------------------------------------------------------------------------- 1 | gz-transport8.yaml -------------------------------------------------------------------------------- /ign-transport9.yaml: -------------------------------------------------------------------------------- 1 | gz-transport9.yaml -------------------------------------------------------------------------------- /ign-utils1.yaml: -------------------------------------------------------------------------------- 1 | gz-utils1.yaml -------------------------------------------------------------------------------- /ign-utils2.yaml: -------------------------------------------------------------------------------- 1 | gz-utils2.yaml -------------------------------------------------------------------------------- /sdformat10.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/sdformat10.yaml -------------------------------------------------------------------------------- /sdformat11.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/sdformat11.yaml -------------------------------------------------------------------------------- /sdformat12.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/sdformat12.yaml -------------------------------------------------------------------------------- /sdformat13.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/sdformat13.yaml -------------------------------------------------------------------------------- /sdformat14.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/sdformat14.yaml -------------------------------------------------------------------------------- /sdformat15.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/sdformat15.yaml -------------------------------------------------------------------------------- /sdformat16.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/sdformat16.yaml -------------------------------------------------------------------------------- /sdformat9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/sdformat9.yaml -------------------------------------------------------------------------------- /test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/test_url_validity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/test/test_url_validity.py -------------------------------------------------------------------------------- /update_dependency_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/HEAD/update_dependency_version.py --------------------------------------------------------------------------------