Skip to content

Commit

Permalink
Update maintainers to Aditya Pande, Audrow Nash, and Michael Jeronimo (
Browse files Browse the repository at this point in the history
…#673)

Signed-off-by: Audrow Nash <audrow@hey.com>
  • Loading branch information
audrow committed Nov 18, 2021
1 parent fc73d7d commit 44f4e94
Show file tree
Hide file tree
Showing 28 changed files with 76 additions and 45 deletions.
4 changes: 3 additions & 1 deletion ros2action/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
<description>
The action command for ROS 2 command line tools.
</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="jacob@openrobotics.org">Jacob Perron</author>
Expand Down
4 changes: 2 additions & 2 deletions ros2action/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
zip_safe=True,
author='Jacob Perron',
author_email='jacob@openrobotics.org',
maintainer='Claire Wang, Mabel Zhang',
maintainer_email='clairewang@openrobotics.org, mabel@openrobotics.org',
maintainer='Aditya Pande, Audrow Nash, Michael Jeronimo',
maintainer_email='aditya.pande@openrobotics.org, audrow@openrobotics.org, michael.jeronimo@openrobotics.org', # noqa: E501
url='https://github.com/ros2/ros2cli/tree/master/ros2action',
download_url='https://github.com/ros2/ros2cli/releases',
keywords=[],
Expand Down
4 changes: 3 additions & 1 deletion ros2cli/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
<description>
Framework for ROS 2 command line tools.
</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
Expand Down
4 changes: 2 additions & 2 deletions ros2cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
zip_safe=False,
author='Dirk Thomas',
author_email='dthomas@osrfoundation.org',
maintainer='Claire Wang, Mabel Zhang',
maintainer_email='clairewang@openrobotics.org, mabel@openrobotics.org',
maintainer='Aditya Pande, Audrow Nash, Michael Jeronimo',
maintainer_email='aditya.pande@openrobotics.org, audrow@openrobotics.org, michael.jeronimo@openrobotics.org', # noqa: E501
url='https://github.com/ros2/ros2cli/tree/master/ros2cli',
download_url='https://github.com/ros2/ros2cli/releases',
keywords=[],
Expand Down
5 changes: 4 additions & 1 deletion ros2cli_test_interfaces/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
<name>ros2cli_test_interfaces</name>
<version>0.14.0</version>
<description>A package containing interface definitions for testing ros2cli.</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="audrow@osrfoundation.org">Audrow Nash</author>
<author email="mabel@openrobotics.org">Mabel Zhang</author>

Expand Down
6 changes: 4 additions & 2 deletions ros2component/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
<description>
The component command for ROS 2 command line tools.
</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="michel@ekumenlabs.com">Michel Hidalgo</author>
<author email="mabel@openrobotics.org">Mabel Zhang</author>
<author email="michel@ekumenlabs.com">Michel Hidalgo</author>

<exec_depend>ament_index_python</exec_depend>
<exec_depend>composition_interfaces</exec_depend>
Expand Down
4 changes: 2 additions & 2 deletions ros2component/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
zip_safe=True,
author='Michel Hidalgo',
author_email='michel@ekumenlabs.com',
maintainer='Claire Wang, Mabel Zhang',
maintainer_email='clairewang@openrobotics.org, mabel@openrobotics.org',
maintainer='Aditya Pande, Audrow Nash, Michael Jeronimo',
maintainer_email='aditya.pande@openrobotics.org, audrow@openrobotics.org, michael.jeronimo@openrobotics.org', # noqa: E501
url='https://github.com/ros2/ros2cli/tree/master/ros2component',
download_url='https://github.com/ros2/ros2cli/releases',
keywords=[],
Expand Down
4 changes: 3 additions & 1 deletion ros2doctor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
<name>ros2doctor</name>
<version>0.14.0</version>
<description>A command line tool to check potential issues in a ROS 2 system</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="clairewang@openrobotics.org">Claire Wang</author>
Expand Down
4 changes: 2 additions & 2 deletions ros2doctor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
zip_safe=True,
author='Claire Wang',
author_email='clairewang@openrobotics.org',
maintainer='Claire Wang',
maintainer_email='clairewang@openrobotics.org',
maintainer='Aditya Pande, Audrow Nash, Michael Jeronimo',
maintainer_email='aditya.pande@openrobotics.org, audrow@openrobotics.org, michael.jeronimo@openrobotics.org', # noqa: E501
url='',
download_url='',
keywords=[],
Expand Down
6 changes: 4 additions & 2 deletions ros2interface/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
<description>
The interface command for ROS 2 command line tools
</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Siddharth Kucheria</author>
<author email="jacob@osrfoundation.org">Jacob Perron</author>
<author email="mabel@openrobotics.org">Mabel Zhang</author>
<author>Siddharth Kucheria</author>

<depend>ros2cli</depend>

Expand Down
4 changes: 2 additions & 2 deletions ros2interface/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
zip_safe=True,
author='Siddharth Kucheria, Jacob Perron',
author_email='kucheria@osrfoundation.org, jacob@osrfoundation.org',
maintainer='Claire Wang, Mabel Zhang',
maintainer_email='clairewang@openrobotics.org, mabel@openrobotics.org',
maintainer='Aditya Pande, Audrow Nash, Michael Jeronimo',
maintainer_email='aditya.pande@openrobotics.org, audrow@openrobotics.org, michael.jeronimo@openrobotics.org', # noqa: E501
url='https://github.com/ros2/ros2cli/tree/master/ros2interface',
download_url='https://github.com/ros2/ros2cli/releases',
keywords=[],
Expand Down
4 changes: 3 additions & 1 deletion ros2lifecycle/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
<description>
The lifecycle command for ROS 2 command line tools.
</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
Expand Down
4 changes: 2 additions & 2 deletions ros2lifecycle/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
zip_safe=True,
author='Dirk Thomas',
author_email='dthomas@osrfoundation.org',
maintainer='Claire Wang, Mabel Zhang',
maintainer_email='clairewang@openrobotics.org, mabel@openrobotics.org',
maintainer='Aditya Pande, Audrow Nash, Michael Jeronimo',
maintainer_email='aditya.pande@openrobotics.org, audrow@openrobotics.org, michael.jeronimo@openrobotics.org', # noqa: E501
url='https://github.com/ros2/ros2cli/tree/master/ros2lifecycle',
download_url='https://github.com/ros2/ros2cli/releases',
keywords=[],
Expand Down
6 changes: 4 additions & 2 deletions ros2lifecycle_test_fixtures/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
<name>ros2lifecycle_test_fixtures</name>
<version>0.14.0</version>
<description>Package containing fixture nodes for ros2lifecycle tests</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="michel@ekumenlabs.com">Michel Hidalgo</author>
<author email="mabel@openrobotics.org">Mabel Zhang</author>
<author email="michel@ekumenlabs.com">Michel Hidalgo</author>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down
4 changes: 3 additions & 1 deletion ros2multicast/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
<description>
The multicast command for ROS 2 command line tools.
</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
Expand Down
4 changes: 2 additions & 2 deletions ros2multicast/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
zip_safe=True,
author='Dirk Thomas',
author_email='dthomas@osrfoundation.org',
maintainer='Claire Wang, Mabel Zhang',
maintainer_email='clairewang@openrobotics.org, mabel@openrobotics.org',
maintainer='Aditya Pande, Audrow Nash, Michael Jeronimo',
maintainer_email='aditya.pande@openrobotics.org, audrow@openrobotics.org, michael.jeronimo@openrobotics.org', # noqa: E501
url='https://github.com/ros2/ros2cli/tree/master/ros2multicast',
download_url='https://github.com/ros2/ros2cli/releases',
keywords=[],
Expand Down
4 changes: 3 additions & 1 deletion ros2node/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
<description>
The node command for ROS 2 command line tools.
</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
Expand Down
4 changes: 2 additions & 2 deletions ros2node/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
zip_safe=True,
author='Dirk Thomas',
author_email='dthomas@osrfoundation.org',
maintainer='Claire Wang, Mabel Zhang',
maintainer_email='clairewang@openrobotics.org, mabel@openrobotics.org',
maintainer='Aditya Pande, Audrow Nash, Michael Jeronimo',
maintainer_email='aditya.pande@openrobotics.org, audrow@openrobotics.org, michael.jeronimo@openrobotics.org', # noqa: E501
url='https://github.com/ros2/ros2cli/tree/master/ros2node',
download_url='https://github.com/ros2/ros2cli/releases',
keywords=[],
Expand Down
4 changes: 3 additions & 1 deletion ros2param/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
<description>
The param command for ROS 2 command line tools.
</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
Expand Down
4 changes: 2 additions & 2 deletions ros2param/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
zip_safe=True,
author='Dirk Thomas',
author_email='dthomas@osrfoundation.org',
maintainer='Claire Wang, Mabel Zhang',
maintainer_email='clairewang@openrobotics.org, mabel@openrobotics.org',
maintainer='Aditya Pande, Audrow Nash, Michael Jeronimo',
maintainer_email='aditya.pande@openrobotics.org, audrow@openrobotics.org, michael.jeronimo@openrobotics.org', # noqa: E501
url='https://github.com/ros2/ros2cli/tree/master/ros2param',
download_url='https://github.com/ros2/ros2cli/releases',
keywords=[],
Expand Down
4 changes: 3 additions & 1 deletion ros2pkg/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
<description>
The pkg command for ROS 2 command line tools.
</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
Expand Down
4 changes: 2 additions & 2 deletions ros2pkg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
zip_safe=True,
author='Dirk Thomas',
author_email='dthomas@osrfoundation.org',
maintainer='Claire Wang, Mabel Zhang',
maintainer_email='clairewang@openrobotics.org, mabel@openrobotics.org',
maintainer='Aditya Pande, Audrow Nash, Michael Jeronimo',
maintainer_email='aditya.pande@openrobotics.org, audrow@openrobotics.org, michael.jeronimo@openrobotics.org', # noqa: E501
url='https://github.com/ros2/ros2cli/tree/master/ros2pkg',
download_url='https://github.com/ros2/ros2cli/releases',
keywords=[],
Expand Down
4 changes: 3 additions & 1 deletion ros2run/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
<description>
The run command for ROS 2 command line tools.
</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
Expand Down
4 changes: 2 additions & 2 deletions ros2run/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
zip_safe=True,
author='Dirk Thomas',
author_email='dthomas@osrfoundation.org',
maintainer='Claire Wang, Mabel Zhang',
maintainer_email='clairewang@openrobotics.org, mabel@openrobotics.org',
maintainer='Aditya Pande, Audrow Nash, Michael Jeronimo',
maintainer_email='aditya.pande@openrobotics.org, audrow@openrobotics.org, michael.jeronimo@openrobotics.org', # noqa: E501
url='https://github.com/ros2/ros2cli/tree/master/ros2run',
download_url='https://github.com/ros2/ros2cli/releases',
keywords=[],
Expand Down
6 changes: 4 additions & 2 deletions ros2service/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
<description>
The service command for ROS 2 command line tools.
</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="william@osrfoundation.org">William Woodall</author>
<author email="mabel@openrobotics.org">Mabel Zhang</author>
<author email="william@osrfoundation.org">William Woodall</author>

<depend>rclpy</depend>
<depend>ros2cli</depend>
Expand Down
4 changes: 2 additions & 2 deletions ros2service/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
zip_safe=True,
author='William Woodall',
author_email='william@osrfoundation.org',
maintainer='Claire Wang, Mabel Zhang',
maintainer_email='clairewang@openrobotics.org, mabel@openrobotics.org',
maintainer='Aditya Pande, Audrow Nash, Michael Jeronimo',
maintainer_email='aditya.pande@openrobotics.org, audrow@openrobotics.org, michael.jeronimo@openrobotics.org', # noqa: E501
url='https://github.com/ros2/ros2cli/tree/master/ros2service',
download_url='https://github.com/ros2/ros2cli/releases',
keywords=[],
Expand Down
4 changes: 3 additions & 1 deletion ros2topic/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
<description>
The topic command for ROS 2 command line tools.
</description>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>
<license>BSD</license> <!-- ros2topic/verb/delay.py|hz.py|bw.py are BSD -->

Expand Down
4 changes: 2 additions & 2 deletions ros2topic/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
zip_safe=True,
author='Dirk Thomas',
author_email='dthomas@osrfoundation.org',
maintainer='Claire Wang, Mabel Zhang',
maintainer_email='clairewang@openrobotics.org, mabel@openrobotics.org',
maintainer='Aditya Pande, Audrow Nash, Michael Jeronimo',
maintainer_email='aditya.pande@openrobotics.org, audrow@openrobotics.org, michael.jeronimo@openrobotics.org', # noqa: E501
url='https://github.com/ros2/ros2cli/tree/master/ros2topic',
download_url='https://github.com/ros2/ros2cli/releases',
keywords=[],
Expand Down

0 comments on commit 44f4e94

Please sign in to comment.