Skip to content

Commit aee1cc2

Browse files
committed
fix package.xml in each package
Signed-off-by: Takahiro Ishikawa-Aso <sykwer@gmail.com>
1 parent 4c5afc2 commit aee1cc2

File tree

4 files changed

+40
-12
lines changed

4 files changed

+40
-12
lines changed

callback_isolated_executor/package.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33
<package format="3">
44
<name>callback_isolated_executor</name>
55
<version>0.0.0</version>
6-
<description>TODO: Package description</description>
7-
<maintainer email="sykwer@gmail.com">sykwer</maintainer>
8-
<license>TODO: License declaration</license>
6+
<description>Component container and executor assigning a dedicated thread to each callback group.</description>
7+
8+
<maintainer email="sykwer@gmail.com">Takahiro Ishikawa-Aso</maintainer>
9+
<maintainer email="atsushi.yano.2@tier4.jp">Atsushi Yano</maintainer>
10+
11+
<license>Apache License 2.0</license>
12+
13+
<!-- Original authors -->
14+
<author email="sykwer@gmail.com">Takahiro Ishikawa-Aso</author>
15+
<author email="atsushi.yano.2@tier4.jp">Atsushi Yano</author>
916

1017
<buildtool_depend>ament_cmake</buildtool_depend>
1118

cie_config_msgs/package.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33
<package format="3">
44
<name>cie_config_msgs</name>
55
<version>0.0.0</version>
6-
<description>TODO: Package description</description>
7-
<maintainer email="sykwer@gmail.com">sykwer</maintainer>
8-
<license>TODO: License declaration</license>
6+
<description>ROS messages for interaction between cie_thread_configurator and callback_isolated_executor.</description>
7+
8+
<maintainer email="sykwer@gmail.com">Takahiro Ishikawa-Aso</maintainer>
9+
<maintainer email="atsushi.yano.2@tier4.jp">Atsushi Yano</maintainer>
10+
11+
<license>Apache License 2.0</license>
12+
13+
<!-- Original authors -->
14+
<author email="sykwer@gmail.com">Takahiro Ishikawa-Aso</author>
15+
<author email="atsushi.yano.2@tier4.jp">Atsushi Yano</author>
916

1017
<buildtool_depend>ament_cmake</buildtool_depend>
1118

cie_sample_application/package.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33
<package format="3">
44
<name>cie_sample_application</name>
55
<version>0.0.0</version>
6-
<description>TODO: Package description</description>
7-
<maintainer email="sykwer@gmail.com">sykwer</maintainer>
8-
<license>TODO: License declaration</license>
6+
<description>Sample application to demonstrate the use of cie_thread_configurator and callback_isolated_executor.</description>
7+
8+
<maintainer email="sykwer@gmail.com">Takahiro Ishikawa-Aso</maintainer>
9+
<maintainer email="atsushi.yano.2@tier4.jp">Atsushi Yano</maintainer>
10+
11+
<license>Apache License 2.0</license>
12+
13+
<!-- Original authors -->
14+
<author email="sykwer@gmail.com">Takahiro Ishikawa-Aso</author>
15+
<author email="atsushi.yano.2@tier4.jp">Atsushi Yano</author>
916

1017
<buildtool_depend>ament_cmake</buildtool_depend>
1118

cie_thread_configurator/package.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33
<package format="3">
44
<name>cie_thread_configurator</name>
55
<version>0.0.0</version>
6-
<description>TODO: Package description</description>
7-
<maintainer email="sykwer@gmail.com">sykwer</maintainer>
8-
<license>TODO: License declaration</license>
6+
<description>A dedicated node that configures the scheduling attributes of each thread in callback_isolated_executor.</description>
7+
8+
<maintainer email="sykwer@gmail.com">Takahiro Ishikawa-Aso</maintainer>
9+
<maintainer email="atsushi.yano.2@tier4.jp">Atsushi Yano</maintainer>
10+
11+
<license>Apache License 2.0</license>
12+
13+
<!-- Original authors -->
14+
<author email="sykwer@gmail.com">Takahiro Ishikawa-Aso</author>
15+
<author email="atsushi.yano.2@tier4.jp">Atsushi Yano</author>
916

1017
<buildtool_depend>ament_cmake</buildtool_depend>
1118

0 commit comments

Comments
 (0)