Skip to content

Commit 17bc88e

Browse files
authored
Add package.xml (gazebosim#422)
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent 27239b4 commit 17bc88e

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

.github/workflows/package_xml.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Validate package.xml
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
package-xml:
8+
runs-on: ubuntu-latest
9+
name: Validate package.xml
10+
steps:
11+
- uses: gazebo-tooling/action-gz-ci/validate_package_xml@jammy

package.xml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="2">
4+
<name>gz-sensors8</name>
5+
<version>8.0.1</version>
6+
<description>Gazebo Sensors : Sensor models for simulation</description>
7+
<maintainer email="[email protected]">Ian Chen</maintainer>
8+
<license>Apache License 2.0</license>
9+
<url type="website">https://github.com/gazebosim/gz-sensors</url>
10+
11+
<buildtool_depend>cmake</buildtool_depend>
12+
13+
<build_depend>gz-cmake3</build_depend>
14+
15+
<depend>gz-common5</depend>
16+
<depend>gz-math7</depend>
17+
<depend>gz-msgs10</depend>
18+
<depend>gz-rendering8</depend>
19+
<depend>gz-tools2</depend>
20+
<depend>gz-transport13</depend>
21+
<depend>sdformat14</depend>
22+
23+
<test_depend>xvfb</test_depend>
24+
25+
<export>
26+
<build_type>cmake</build_type>
27+
</export>
28+
</package>

0 commit comments

Comments
 (0)