Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated maintainers #489

Merged
merged 2 commits into from Nov 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions test_cli/package.xml
Expand Up @@ -6,11 +6,13 @@
<description>
Test command line arguments passed to ros2 executables.
</description>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="william@openrobotics.org">William Woodall</maintainer>
<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="shane@openrobotics.org">Shane Loretz</maintainer>
<license>Apache License 2.0</license>

<author email="sloretz@openrobotics.org">Shane Loretz</author>
<author email="jacob@openrobotics.org">Jacob Perron</author>
<author email="william@openrobotics.org">William Woodall</author>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>python_cmake_module</buildtool_depend>
Expand Down
6 changes: 4 additions & 2 deletions test_cli_remapping/package.xml
Expand Up @@ -6,11 +6,13 @@
<description>
Test command line remapping of topic names, service names, node namespace, and node name.
</description>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="william@openrobotics.org">William Woodall</maintainer>
<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="shane@openrobotics.org">Shane Loretz</maintainer>
<license>Apache License 2.0</license>

<author email="sloretz@openrobotics.org">Shane Loretz</author>
<author email="jacob@openrobotics.org">Jacob Perron</author>
<author email="william@openrobotics.org">William Woodall</author>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>python_cmake_module</buildtool_depend>
Expand Down
6 changes: 4 additions & 2 deletions test_communication/package.xml
Expand Up @@ -8,11 +8,13 @@
Also exchange dynamic and static arrays and nested message structures.
Each test is run with every available rmw implementation for the sending as well as the receiving side.
</description>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="william@openrobotics.org">William Woodall</maintainer>
<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="shane@openrobotics.org">Shane Loretz</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@openrobotics.org">Dirk Thomas</author>
<author email="jacob@openrobotics.org">Jacob Perron</author>
<author email="william@openrobotics.org">William Woodall</author>

<build_depend>rosidl_default_generators</build_depend>

Expand Down
7 changes: 5 additions & 2 deletions test_quality_of_service/package.xml
Expand Up @@ -6,10 +6,13 @@
<description>
Test quality of service features, specifically liveliness, deadline, and lifespan.
</description>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="william@openrobotics.org">William Woodall</maintainer>
<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="shane@openrobotics.org">Shane Loretz</maintainer>
<maintainer email="ros-contributions@amazon.com">Amazon ROS Contributions</maintainer>
<license>Apache License 2.0</license>

<author email="jacob@openrobotics.org">Jacob Perron</author>
<author email="william@openrobotics.org">William Woodall</author>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down
6 changes: 4 additions & 2 deletions test_rclcpp/package.xml
Expand Up @@ -7,11 +7,13 @@
Test rclcpp API.
Each test is run with every available rmw implementation.
</description>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="william@openrobotics.org">William Woodall</maintainer>
<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="shane@openrobotics.org">Shane Loretz</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@openrobotics.org">Dirk Thomas</author>
<author email="jacob@openrobotics.org">Jacob Perron</author>
<author email="william@openrobotics.org">William Woodall</author>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down
6 changes: 4 additions & 2 deletions test_security/package.xml
Expand Up @@ -6,11 +6,13 @@
<description>
Test nodes, publishers and subscribers with DDS-Security.
</description>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="william@openrobotics.org">William Woodall</maintainer>
<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="shane@openrobotics.org">Shane Loretz</maintainer>
<license>Apache License 2.0</license>

<author email="michael@openrobotics.org">Michael Carroll</author>
<author email="jacob@openrobotics.org">Jacob Perron</author>
<author email="william@openrobotics.org">William Woodall</author>
<author>Mikael Arguedas</author>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
Expand Down