From 16216ca76b10bff1e5c8f742932bee23a15e96c6 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Tue, 8 Oct 2024 20:24:12 +0000 Subject: [PATCH] Add post ionic library yaml files Signed-off-by: Ian Chen --- gz-cmake5.yaml | 6 ++++ gz-common7.yaml | 18 ++++++++++++ gz-fuel-tools11.yaml | 30 ++++++++++++++++++++ gz-gui10.yaml | 42 ++++++++++++++++++++++++++++ gz-launch9.yaml | 66 ++++++++++++++++++++++++++++++++++++++++++++ gz-math9.yaml | 14 ++++++++++ gz-msgs12.yaml | 22 +++++++++++++++ gz-physics9.yaml | 30 ++++++++++++++++++++ gz-plugin4.yaml | 18 ++++++++++++ gz-rendering10.yaml | 26 +++++++++++++++++ gz-sensors10.yaml | 46 ++++++++++++++++++++++++++++++ gz-sim10.yaml | 62 +++++++++++++++++++++++++++++++++++++++++ gz-transport15.yaml | 26 +++++++++++++++++ gz-utils4.yaml | 10 +++++++ sdformat16.yaml | 22 +++++++++++++++ 15 files changed, 438 insertions(+) create mode 100644 gz-cmake5.yaml create mode 100644 gz-common7.yaml create mode 100644 gz-fuel-tools11.yaml create mode 100644 gz-gui10.yaml create mode 100644 gz-launch9.yaml create mode 100644 gz-math9.yaml create mode 100644 gz-msgs12.yaml create mode 100644 gz-physics9.yaml create mode 100644 gz-plugin4.yaml create mode 100644 gz-rendering10.yaml create mode 100644 gz-sensors10.yaml create mode 100644 gz-sim10.yaml create mode 100644 gz-transport15.yaml create mode 100644 gz-utils4.yaml create mode 100644 sdformat16.yaml diff --git a/gz-cmake5.yaml b/gz-cmake5.yaml new file mode 100644 index 00000000..930efd1e --- /dev/null +++ b/gz-cmake5.yaml @@ -0,0 +1,6 @@ +--- +repositories: + gz-cmake: + type: git + url: https://github.com/gazebosim/gz-cmake + version: main diff --git a/gz-common7.yaml b/gz-common7.yaml new file mode 100644 index 00000000..97eca819 --- /dev/null +++ b/gz-common7.yaml @@ -0,0 +1,18 @@ +--- +repositories: + gz-cmake: + type: git + url: https://github.com/gazebosim/gz-cmake + version: gz-cmake4 + gz-common: + type: git + url: https://github.com/gazebosim/gz-common + version: main + gz-math: + type: git + url: https://github.com/gazebosim/gz-math + version: gz-math8 + gz-utils: + type: git + url: https://github.com/gazebosim/gz-utils + version: gz-utils3 diff --git a/gz-fuel-tools11.yaml b/gz-fuel-tools11.yaml new file mode 100644 index 00000000..71567a90 --- /dev/null +++ b/gz-fuel-tools11.yaml @@ -0,0 +1,30 @@ +--- +repositories: + gz-cmake: + type: git + url: https://github.com/gazebosim/gz-cmake + version: gz-cmake4 + gz-common: + type: git + url: https://github.com/gazebosim/gz-common + version: gz-common6 + gz-fuel-tools: + type: git + url: https://github.com/gazebosim/gz-fuel-tools + version: main + gz-math: + type: git + url: https://github.com/gazebosim/gz-math + version: gz-math8 + gz-msgs: + type: git + url: https://github.com/gazebosim/gz-msgs + version: gz-msgs11 + gz-tools: + type: git + url: https://github.com/gazebosim/gz-tools + version: gz-tools2 + gz-utils: + type: git + url: https://github.com/gazebosim/gz-utils + version: gz-utils3 diff --git a/gz-gui10.yaml b/gz-gui10.yaml new file mode 100644 index 00000000..bd2d5d63 --- /dev/null +++ b/gz-gui10.yaml @@ -0,0 +1,42 @@ +--- +repositories: + gz-cmake: + type: git + url: https://github.com/gazebosim/gz-cmake + version: gz-cmake4 + gz-common: + type: git + url: https://github.com/gazebosim/gz-common + version: gz-common6 + gz-gui: + type: git + url: https://github.com/gazebosim/gz-gui + version: main + gz-math: + type: git + url: https://github.com/gazebosim/gz-math + version: gz-math8 + gz-msgs: + type: git + url: https://github.com/gazebosim/gz-msgs + version: gz-msgs11 + gz-plugin: + type: git + url: https://github.com/gazebosim/gz-plugin + version: gz-plugin3 + gz-rendering: + type: git + url: https://github.com/gazebosim/gz-rendering + version: gz-rendering9 + gz-tools: + type: git + url: https://github.com/gazebosim/gz-tools + version: gz-tools2 + gz-transport: + type: git + url: https://github.com/gazebosim/gz-transport + version: gz-transport14 + gz-utils: + type: git + url: https://github.com/gazebosim/gz-utils + version: gz-utils3 diff --git a/gz-launch9.yaml b/gz-launch9.yaml new file mode 100644 index 00000000..4874ded6 --- /dev/null +++ b/gz-launch9.yaml @@ -0,0 +1,66 @@ +--- +repositories: + gz-cmake: + type: git + url: https://github.com/gazebosim/gz-cmake + version: gz-cmake4 + gz-common: + type: git + url: https://github.com/gazebosim/gz-common + version: gz-common6 + gz-fuel-tools: + type: git + url: https://github.com/gazebosim/gz-fuel-tools + version: gz-fuel-tools10 + gz-sim: + type: git + url: https://github.com/gazebosim/gz-sim + version: gz-sim9 + gz-gui: + type: git + url: https://github.com/gazebosim/gz-gui + version: gz-gui9 + gz-launch: + type: git + url: https://github.com/gazebosim/gz-launch + version: main + gz-math: + type: git + url: https://github.com/gazebosim/gz-math + version: gz-math8 + gz-msgs: + type: git + url: https://github.com/gazebosim/gz-msgs + version: gz-msgs11 + gz-physics: + type: git + url: https://github.com/gazebosim/gz-physics + version: gz-physics8 + gz-plugin: + type: git + url: https://github.com/gazebosim/gz-plugin + version: gz-plugin3 + gz-rendering: + type: git + url: https://github.com/gazebosim/gz-rendering + version: gz-rendering9 + gz-sensors: + type: git + url: https://github.com/gazebosim/gz-sensors + version: gz-sensors9 + gz-tools: + type: git + url: https://github.com/gazebosim/gz-tools + version: gz-tools2 + gz-transport: + type: git + url: https://github.com/gazebosim/gz-transport + version: gz-transport14 + gz-utils: + type: git + url: https://github.com/gazebosim/gz-utils + version: gz-utils3 + sdformat: + type: git + url: https://github.com/gazebosim/sdformat + version: sdf15 diff --git a/gz-math9.yaml b/gz-math9.yaml new file mode 100644 index 00000000..46b56ea3 --- /dev/null +++ b/gz-math9.yaml @@ -0,0 +1,14 @@ +--- +repositories: + gz-cmake: + type: git + url: https://github.com/gazebosim/gz-cmake + version: gz-cmake4 + gz-math: + type: git + url: https://github.com/gazebosim/gz-math + version: main + gz-utils: + type: git + url: https://github.com/gazebosim/gz-utils + version: gz-utils3 diff --git a/gz-msgs12.yaml b/gz-msgs12.yaml new file mode 100644 index 00000000..00f0f945 --- /dev/null +++ b/gz-msgs12.yaml @@ -0,0 +1,22 @@ +--- +repositories: + gz-cmake: + type: git + url: https://github.com/gazebosim/gz-cmake + version: gz-cmake4 + gz-math: + type: git + url: https://github.com/gazebosim/gz-math + version: gz-math8 + gz-msgs: + type: git + url: https://github.com/gazebosim/gz-msgs + version: main + gz-tools: + type: git + url: https://github.com/gazebosim/gz-tools + version: gz-tools2 + gz-utils: + type: git + url: https://github.com/gazebosim/gz-utils + version: gz-utils3 diff --git a/gz-physics9.yaml b/gz-physics9.yaml new file mode 100644 index 00000000..b67c576d --- /dev/null +++ b/gz-physics9.yaml @@ -0,0 +1,30 @@ +--- +repositories: + gz-cmake: + type: git + url: https://github.com/gazebosim/gz-cmake + version: gz-cmake4 + gz-common: + type: git + url: https://github.com/gazebosim/gz-common + version: gz-common6 + gz-math: + type: git + url: https://github.com/gazebosim/gz-math + version: gz-math8 + gz-physics: + type: git + url: https://github.com/gazebosim/gz-physics + version: main + gz-plugin: + type: git + url: https://github.com/gazebosim/gz-plugin + version: gz-plugin3 + gz-utils: + type: git + url: https://github.com/gazebosim/gz-utils + version: gz-utils3 + sdformat: + type: git + url: https://github.com/gazebosim/sdformat + version: sdf15 diff --git a/gz-plugin4.yaml b/gz-plugin4.yaml new file mode 100644 index 00000000..08e7ad72 --- /dev/null +++ b/gz-plugin4.yaml @@ -0,0 +1,18 @@ +--- +repositories: + gz-cmake: + type: git + url: https://github.com/gazebosim/gz-cmake + version: gz-cmake4 + gz-plugin: + type: git + url: https://github.com/gazebosim/gz-plugin + version: main + gz-tools: + type: git + url: https://github.com/gazebosim/gz-tools + version: gz-tools2 + gz-utils: + type: git + url: https://github.com/gazebosim/gz-utils + version: gz-utils3 diff --git a/gz-rendering10.yaml b/gz-rendering10.yaml new file mode 100644 index 00000000..addc0148 --- /dev/null +++ b/gz-rendering10.yaml @@ -0,0 +1,26 @@ +--- +repositories: + gz-cmake: + type: git + url: https://github.com/gazebosim/gz-cmake + version: gz-cmake4 + gz-common: + type: git + url: https://github.com/gazebosim/gz-common + version: gz-common6 + gz-math: + type: git + url: https://github.com/gazebosim/gz-math + version: gz-math8 + gz-plugin: + type: git + url: https://github.com/gazebosim/gz-plugin + version: gz-plugin3 + gz-rendering: + type: git + url: https://github.com/gazebosim/gz-rendering + version: main + gz-utils: + type: git + url: https://github.com/gazebosim/gz-utils + version: gz-utils3 diff --git a/gz-sensors10.yaml b/gz-sensors10.yaml new file mode 100644 index 00000000..76a92e66 --- /dev/null +++ b/gz-sensors10.yaml @@ -0,0 +1,46 @@ +--- +repositories: + gz-cmake: + type: git + url: https://github.com/gazebosim/gz-cmake + version: gz-cmake4 + gz-common: + type: git + url: https://github.com/gazebosim/gz-common + version: gz-common6 + gz-math: + type: git + url: https://github.com/gazebosim/gz-math + version: gz-math8 + gz-msgs: + type: git + url: https://github.com/gazebosim/gz-msgs + version: gz-msgs11 + gz-plugin: + type: git + url: https://github.com/gazebosim/gz-plugin + version: gz-plugin3 + gz-rendering: + type: git + url: https://github.com/gazebosim/gz-rendering + version: gz-rendering9 + gz-sensors: + type: git + url: https://github.com/gazebosim/gz-sensors + version: main + gz-transport: + type: git + url: https://github.com/gazebosim/gz-transport + version: gz-transport14 + gz-tools: + type: git + url: https://github.com/gazebosim/gz-tools + version: gz-tools2 + gz-utils: + type: git + url: https://github.com/gazebosim/gz-utils + version: gz-utils3 + sdformat: + type: git + url: https://github.com/gazebosim/sdformat + version: sdf15 diff --git a/gz-sim10.yaml b/gz-sim10.yaml new file mode 100644 index 00000000..8d4f86e4 --- /dev/null +++ b/gz-sim10.yaml @@ -0,0 +1,62 @@ +--- +repositories: + gz-cmake: + type: git + url: https://github.com/gazebosim/gz-cmake + version: gz-cmake4 + gz-common: + type: git + url: https://github.com/gazebosim/gz-common + version: gz-common6 + gz-fuel-tools: + type: git + url: https://github.com/gazebosim/gz-fuel-tools + version: gz-fuel-tools10 + gz-sim: + type: git + url: https://github.com/gazebosim/gz-sim + version: main + gz-gui: + type: git + url: https://github.com/gazebosim/gz-gui + version: gz-gui9 + gz-math: + type: git + url: https://github.com/gazebosim/gz-math + version: gz-math8 + gz-msgs: + type: git + url: https://github.com/gazebosim/gz-msgs + version: gz-msgs11 + gz-physics: + type: git + url: https://github.com/gazebosim/gz-physics + version: gz-physics8 + gz-plugin: + type: git + url: https://github.com/gazebosim/gz-plugin + version: gz-plugin3 + gz-rendering: + type: git + url: https://github.com/gazebosim/gz-rendering + version: gz-rendering9 + gz-sensors: + type: git + url: https://github.com/gazebosim/gz-sensors + version: gz-sensors9 + gz-tools: + type: git + url: https://github.com/gazebosim/gz-tools + version: gz-tools2 + gz-transport: + type: git + url: https://github.com/gazebosim/gz-transport + version: gz-transport14 + gz-utils: + type: git + url: https://github.com/gazebosim/gz-utils + version: gz-utils3 + sdformat: + type: git + url: https://github.com/gazebosim/sdformat + version: sdf15 diff --git a/gz-transport15.yaml b/gz-transport15.yaml new file mode 100644 index 00000000..a9906156 --- /dev/null +++ b/gz-transport15.yaml @@ -0,0 +1,26 @@ +--- +repositories: + gz-cmake: + type: git + url: https://github.com/gazebosim/gz-cmake + version: gz-cmake4 + gz-math: + type: git + url: https://github.com/gazebosim/gz-math + version: gz-math8 + gz-msgs: + type: git + url: https://github.com/gazebosim/gz-msgs + version: gz-msgs11 + gz-tools: + type: git + url: https://github.com/gazebosim/gz-tools + version: gz-tools2 + gz-transport: + type: git + url: https://github.com/gazebosim/gz-transport + version: main + gz-utils: + type: git + url: https://github.com/gazebosim/gz-utils + version: gz-utils3 diff --git a/gz-utils4.yaml b/gz-utils4.yaml new file mode 100644 index 00000000..6091e157 --- /dev/null +++ b/gz-utils4.yaml @@ -0,0 +1,10 @@ +--- +repositories: + gz-cmake: + type: git + url: https://github.com/gazebosim/gz-cmake + version: gz-cmake4 + gz-utils: + type: git + url: https://github.com/gazebosim/gz-utils + version: main diff --git a/sdformat16.yaml b/sdformat16.yaml new file mode 100644 index 00000000..5142433a --- /dev/null +++ b/sdformat16.yaml @@ -0,0 +1,22 @@ +--- +repositories: + gz-cmake: + type: git + url: https://github.com/gazebosim/gz-cmake + version: gz-cmake4 + gz-math: + type: git + url: https://github.com/gazebosim/gz-math + version: gz-math8 + gz-tools: + type: git + url: https://github.com/gazebosim/gz-tools + version: gz-tools2 + gz-utils: + type: git + url: https://github.com/gazebosim/gz-utils + version: gz-utils3 + sdformat: + type: git + url: https://github.com/gazebosim/sdformat + version: main