-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
- Loading branch information
Showing
4 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,9 @@ | |
<description>The ROS client library common implementation. | ||
This package contains an API which builds on the ROS middleware API and is optionally built upon by the other ROS client libraries. | ||
</description> | ||
<maintainer email="[email protected]">William Woodall</maintainer> | ||
<maintainer email="[email protected]">Ivan Paunovic</maintainer> | ||
<maintainer email="[email protected]">Jacob Perron</maintainer> | ||
<maintainer email="[email protected]">William Woodall</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake_ros</buildtool_depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,9 @@ | |
<name>rcl_action</name> | ||
<version>2.2.0</version> | ||
<description>Package containing a C-based ROS action implementation</description> | ||
<maintainer email="[email protected]">Ivan Paunovic</maintainer> | ||
<maintainer email="[email protected]">Jacob Perron</maintainer> | ||
<maintainer email="[email protected]">William Woodall</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake_ros</buildtool_depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,11 @@ | |
<name>rcl_lifecycle</name> | ||
<version>2.2.0</version> | ||
<description>Package containing a C-based lifecycle implementation</description> | ||
<maintainer email="[email protected]">Karsten Knese</maintainer> | ||
<maintainer email="[email protected]">Ivan Paunovic</maintainer> | ||
<maintainer email="[email protected]">Jacob Perron</maintainer> | ||
<maintainer email="[email protected]">William Woodall</maintainer> | ||
<license>Apache License 2.0</license> | ||
<author email="[email protected]">Karsten Knese</author> | ||
|
||
<buildtool_depend>ament_cmake_ros</buildtool_depend> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,11 @@ | |
<name>rcl_yaml_param_parser</name> | ||
<version>2.2.0</version> | ||
<description>Parse a YAML parameter file and populate the C data structure.</description> | ||
<maintainer email="[email protected]">Anup Pemmaiah</maintainer> | ||
<maintainer email="[email protected]">Ivan Paunovic</maintainer> | ||
<maintainer email="[email protected]">Jacob Perron</maintainer> | ||
<maintainer email="[email protected]">William Woodall</maintainer> | ||
<license>Apache License 2.0</license> | ||
<author email="[email protected]">Anup Pemmaiah</author> | ||
|
||
<buildtool_depend>ament_cmake_ros</buildtool_depend> | ||
|
||
|