Skip to content

Commit

Permalink
Update package metadata (#455)
Browse files Browse the repository at this point in the history
update package metadata

Signed-off-by: sykwer <sykwer@gmail.com>
  • Loading branch information
sykwer authored Feb 28, 2025
1 parent 36cc05b commit c4f1d39
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 21 deletions.
12 changes: 10 additions & 2 deletions kmod/package.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>agnocast_kmod</name>
<version>0.0.0</version>
<description>Agnocast kernel module</description>
<maintainer email="sykwer@gmail.com">sykwer</maintainer>
<description>
The kernel module for Agnocast.
</description>
<maintainer email="sykwer@gmail.com">Takahiro Ishikawa-Aso</maintainer>
<maintainer email="ryuta.kambe@tier4.jp">Ryuta Kambe</maintainer>
<maintainer email="atsushi.yano.2@tier4.jp">Atsushi Yano</maintainer>
<maintainer email="koichi.imai.2@tier4.jp">Koichi Imai</maintainer>
<maintainer email="kawaguchitnon@icloud.com">Tetsuhiro Kawaguchi</maintainer>
<license>Dual BSD/GPL</license>

<buildtool_depend>ament_cmake</buildtool_depend>
Expand Down
6 changes: 5 additions & 1 deletion ros2agnocast/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
<description>
The ROS 2 command line tool extension for Agnocast.
</description>
<maintainer email="sykwer@gmail.com">Takahiro Ishikawa-Aso</maintainer>
<maintainer email="ryuta.kambe@tier4.jp">Ryuta Kambe</maintainer>
<license>TODO: License declaration</license>
<maintainer email="atsushi.yano.2@tier4.jp">Atsushi Yano</maintainer>
<maintainer email="koichi.imai.2@tier4.jp">Koichi Imai</maintainer>
<maintainer email="kawaguchitnon@icloud.com">Tetsuhiro Kawaguchi</maintainer>
<license>Apache License 2.0</license>

<depend>ros2cli</depend>

Expand Down
15 changes: 10 additions & 5 deletions src/agnocast_heaphook/package.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>agnocast_heaphook</name>
<version>0.0.0</version>
<description>Agnocast Heaphook</description>
<maintainer email="sykwer@gmail.com">sykwer</maintainer>
<license>Apache-2.0</license>

find_package(agnocastlib REQUIRED)
<description>
Replace all the dynamic heap allocation functions for Agnocast.
</description>
<maintainer email="sykwer@gmail.com">Takahiro Ishikawa-Aso</maintainer>
<maintainer email="ryuta.kambe@tier4.jp">Ryuta Kambe</maintainer>
<maintainer email="atsushi.yano.2@tier4.jp">Atsushi Yano</maintainer>
<maintainer email="koichi.imai.2@tier4.jp">Koichi Imai</maintainer>
<maintainer email="kawaguchitnon@icloud.com">Tetsuhiro Kawaguchi</maintainer>
<license>Apache License 2.0</license>

<depend>agnocastlib</depend>
<buildtool_depend>ament_cmake</buildtool_depend>
Expand Down
6 changes: 5 additions & 1 deletion src/agnocast_ioctl_wrapper/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
<description>
The wrapper of ioctl for command line tool extension for Agnocast.
</description>
<maintainer email="sykwer@gmail.com">Takahiro Ishikawa-Aso</maintainer>
<maintainer email="ryuta.kambe@tier4.jp">Ryuta Kambe</maintainer>
<license>TODO: License declaration</license>
<maintainer email="atsushi.yano.2@tier4.jp">Atsushi Yano</maintainer>
<maintainer email="koichi.imai.2@tier4.jp">Koichi Imai</maintainer>
<maintainer email="kawaguchitnon@icloud.com">Tetsuhiro Kawaguchi</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down
12 changes: 9 additions & 3 deletions src/agnocastlib/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
<package format="3">
<name>agnocastlib</name>
<version>0.0.0</version>
<description>ROS 2 Compatible True Zero-Copy Middleware Supporting Dynamic Sized Messages</description>
<maintainer email="sykwer@gmail.com">sykwer</maintainer>
<license>TODO: License declaration</license>
<description>
True Zero Copy Communication Middleware for Unsized ROS 2 Message Types.
</description>
<maintainer email="sykwer@gmail.com">Takahiro Ishikawa-Aso</maintainer>
<maintainer email="ryuta.kambe@tier4.jp">Ryuta Kambe</maintainer>
<maintainer email="atsushi.yano.2@tier4.jp">Atsushi Yano</maintainer>
<maintainer email="koichi.imai.2@tier4.jp">Koichi Imai</maintainer>
<maintainer email="kawaguchitnon@icloud.com">Tetsuhiro Kawaguchi</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down
12 changes: 9 additions & 3 deletions src/e2e_test/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
<package format="3">
<name>e2e_test</name>
<version>0.0.0</version>
<description>E2E Test</description>
<maintainer email="atsushi.yano.2@tier4.jp">atsuhi421</maintainer>
<license>TODO: License declaration</license>
<description>
E2E test for Agnocast.
</description>
<maintainer email="sykwer@gmail.com">Takahiro Ishikawa-Aso</maintainer>
<maintainer email="ryuta.kambe@tier4.jp">Ryuta Kambe</maintainer>
<maintainer email="atsushi.yano.2@tier4.jp">Atsushi Yano</maintainer>
<maintainer email="koichi.imai.2@tier4.jp">Koichi Imai</maintainer>
<maintainer email="kawaguchitnon@icloud.com">Tetsuhiro Kawaguchi</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down
12 changes: 9 additions & 3 deletions src/sample_application/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
<package format="3">
<name>sample_application</name>
<version>0.0.0</version>
<description>Sample application</description>
<maintainer email="sykwer@gmail.com">sykwer</maintainer>
<license>TODO: License declaration</license>
<description>
A sample application for Agnocast.
</description>
<maintainer email="sykwer@gmail.com">Takahiro Ishikawa-Aso</maintainer>
<maintainer email="ryuta.kambe@tier4.jp">Ryuta Kambe</maintainer>
<maintainer email="atsushi.yano.2@tier4.jp">Atsushi Yano</maintainer>
<maintainer email="koichi.imai.2@tier4.jp">Koichi Imai</maintainer>
<maintainer email="kawaguchitnon@icloud.com">Tetsuhiro Kawaguchi</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down
12 changes: 9 additions & 3 deletions src/sample_interfaces/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
<package format="3">
<name>sample_interfaces</name>
<version>0.0.0</version>
<description>Sample interfaces</description>
<maintainer email="sykwer@gmail.com">sykwer</maintainer>
<license>TODO: License declaration</license>
<description>
Sample interfaces for Agnocast.
</description>
<maintainer email="sykwer@gmail.com">Takahiro Ishikawa-Aso</maintainer>
<maintainer email="ryuta.kambe@tier4.jp">Ryuta Kambe</maintainer>
<maintainer email="atsushi.yano.2@tier4.jp">Atsushi Yano</maintainer>
<maintainer email="koichi.imai.2@tier4.jp">Koichi Imai</maintainer>
<maintainer email="kawaguchitnon@icloud.com">Tetsuhiro Kawaguchi</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down

0 comments on commit c4f1d39

Please sign in to comment.