Skip to content

Commit

Permalink
Update maintainers to Aditya Pande, Jacob Perron, and Michel Hidalgo
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow Nash <audrow@hey.com>
  • Loading branch information
paudrow committed Nov 18, 2021
1 parent b84b727 commit e5ead96
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 16 deletions.
7 changes: 5 additions & 2 deletions launch_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
<name>launch_ros</name>
<version>0.15.0</version>
<description>ROS specific extensions to the launch tool.</description>
<maintainer email="aditya.pande@osrfoundation.org">Aditya Pande</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>

<license>Apache License 2.0</license>
<author email="william@osrfoundation.org">William Woodall</author>

<author email="michael.jeronimo@openrobotics.org">Michael Jeronimo</author>
<author email="william@osrfoundation.org">William Woodall</author>

<depend>ament_index_python</depend>
<depend>launch</depend>
Expand Down
4 changes: 2 additions & 2 deletions launch_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
zip_safe=True,
author='William Woodall',
author_email='william@osrfoundation.org',
maintainer='William Woodall',
maintainer_email='william@osrfoundation.org',
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
maintainer_email='aditya.pande@openrobotics.org, jacob@openrobotics.org, michel@ekumenlabs.com', # noqa: E501
url='https://github.com/ros2/launch',
download_url='https://github.com/ros2/launch/releases',
keywords=['ROS'],
Expand Down
7 changes: 5 additions & 2 deletions launch_testing_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
<name>launch_testing_ros</name>
<version>0.15.0</version>
<description>A package providing utilities for writing ROS2 enabled launch tests.</description>
<maintainer email="aditya.pande@osrfoundation.org">Aditya Pande</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>

<license>Apache License 2.0</license>
<author email="pete.baughman@apex.ai">Pete Baughman</author>

<author email="michael.jeronimo@openrobotics.org">Michael Jeronimo</author>
<author email="pete.baughman@apex.ai">Pete Baughman</author>

<exec_depend>launch_testing</exec_depend>
<exec_depend>launch_ros</exec_depend>
Expand Down
4 changes: 2 additions & 2 deletions launch_testing_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
zip_safe=True,
author='Pete Baughman',
author_email='pete.baughman@apex.ai',
maintainer='Pete Baughman',
maintainer_email='pete.baughman@apex.ai',
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
maintainer_email='aditya.pande@openrobotics.org, jacob@openrobotics.org, michel@ekumenlabs.com', # noqa: E501
url='https://github.com/ros2/launch_ros',
download_url='https://github.com/ros2/launch_ros/releases',
keywords=['ROS'],
Expand Down
7 changes: 5 additions & 2 deletions ros2launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@
<description>
The launch command for ROS 2 command line tools.
</description>
<maintainer email="aditya.pande@osrfoundation.org">Aditya Pande</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>

<license>Apache License 2.0</license>
<author email="william@osrfoundation.org">William Woodall</author>

<author email="michael.jeronimo@openrobotics.org">Michael Jeronimo</author>
<author email="william@osrfoundation.org">William Woodall</author>

<depend>ament_index_python</depend>
<depend>launch</depend>
Expand Down
4 changes: 2 additions & 2 deletions ros2launch/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='William Woodall',
maintainer_email='william@osrfoundation.org',
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
maintainer_email='aditya.pande@openrobotics.org, jacob@openrobotics.org, michel@ekumenlabs.com', # noqa: E501
url='https://github.com/ros2/launch/tree/master/ros2launch',
download_url='https://github.com/ros2/launch/releases',
keywords=[],
Expand Down
7 changes: 5 additions & 2 deletions test_launch_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
<name>test_launch_ros</name>
<version>0.15.0</version>
<description>Tests for ROS specific extensions to the launch tool.</description>
<maintainer email="aditya.pande@osrfoundation.org">Aditya Pande</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>

<license>Apache License 2.0</license>
<author email="william@osrfoundation.org">William Woodall</author>

<author email="michael.jeronimo@openrobotics.org">Michael Jeronimo</author>
<author email="william@osrfoundation.org">William Woodall</author>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
Expand Down
4 changes: 2 additions & 2 deletions test_launch_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
],
author='William Woodall',
author_email='william@osrfoundation.org',
maintainer='William Woodall',
maintainer_email='william@osrfoundation.org',
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
maintainer_email='aditya.pande@openrobotics.org, jacob@openrobotics.org, michel@ekumenlabs.com', # noqa: E501
url='https://github.com/ros2/launch',
download_url='https://github.com/ros2/launch/releases',
keywords=['ROS'],
Expand Down

0 comments on commit e5ead96

Please sign in to comment.