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 #555

Merged
merged 1 commit 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<name>launch</name>
<version>0.19.0</version>
<description>The ROS launch tool.</description>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="william@osrfoundation.org">William Woodall</author>

<depend>osrf_pycommon</depend>

Expand Down
3 changes: 2 additions & 1 deletion launch_pytest/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<name>launch_pytest</name>
<version>0.19.0</version>
<description>A package to create tests which involve launch files and multiple processes.</description>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<license>Apache License 2.0</license>

<author email="ivanpauno@ekumenlabs.com">Ivan Paunovic</author>
<author email="william@osrfoundation.org">William Woodall</author>

<exec_depend>ament_index_python</exec_depend>
<exec_depend>launch</exec_depend>
Expand Down
3 changes: 2 additions & 1 deletion launch_testing/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
<name>launch_testing</name>
<version>0.19.0</version>
<description>A package to create tests which involve launch files and multiple processes.</description>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<license>Apache License 2.0</license>

<author email="pete.baughman@apex.ai">Pete Baughman</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author>Esteve Fernandez</author>
<author email="william@osrfoundation.org">William Woodall</author>

<exec_depend>ament_index_python</exec_depend>
<exec_depend>launch</exec_depend>
Expand Down
3 changes: 2 additions & 1 deletion launch_testing_ament_cmake/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
<name>launch_testing_ament_cmake</name>
<version>0.19.0</version>
<description>A package providing cmake functions for running launch tests from the build.</description>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<license>Apache License 2.0</license>
<!-- Some of the files in this package were based on files from roslaunch from ROS 1, -->
<!-- which is why this is also licensed under BSD. -->
<license>BSD</license>

<author email="pete.baughman@apex.ai">Pete Baughman</author>
<author email="william@osrfoundation.org">William Woodall</author>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down
3 changes: 2 additions & 1 deletion launch_xml/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<name>launch_xml</name>
<version>0.19.0</version>
<description>XML frontend for the launch package.</description>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<license>Apache License 2.0</license>

<author email="ivanpauno@ekumenlabs.com">Ivan Paunovic</author>
<author email="william@osrfoundation.org">William Woodall</author>

<depend>launch</depend>

Expand Down
3 changes: 2 additions & 1 deletion launch_yaml/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<name>launch_yaml</name>
<version>0.19.0</version>
<description>YAML frontend for the launch package.</description>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<license>Apache License 2.0</license>

<author email="ivanpauno@ekumenlabs.com">Ivan Paunovic</author>
<author email="william@osrfoundation.org">William Woodall</author>

<depend>launch</depend>

Expand Down
3 changes: 2 additions & 1 deletion test_launch_testing/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
<name>test_launch_testing</name>
<version>0.19.0</version>
<description>Tests for the launch_testing package.</description>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<license>Apache License 2.0</license>

<author email="ivanpauno@ekumenlabs.com">Ivan Paunovic</author>
<author email="michel@ekumenlabs.com">Michel Hidalgo</author>
<author email="william@osrfoundation.org">William Woodall</author>

<build_depend>ament_cmake</build_depend>
<build_depend>ament_cmake_python</build_depend>
Expand Down