Skip to content

Commit

Permalink
[rolling] Update maintainers - 2022-11-07 (#331)
Browse files Browse the repository at this point in the history
* Update maintainers to Aditya Pande and Brandon Ong

Signed-off-by: Audrow Nash <[email protected]>
  • Loading branch information
audrow authored Nov 8, 2022
1 parent 79f783b commit 674de0d
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 24 deletions.
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This file was generated by https://github.com/audrow/update-ros2-repos
* @adityapande-1995 @methylDragon
12 changes: 8 additions & 4 deletions launch_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@
<name>launch_ros</name>
<version>0.22.0</version>
<description>ROS specific extensions to the launch tool.</description>
<maintainer email="[email protected]">Aditya Pande</maintainer>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<maintainer email="[email protected]">Michel Hidalgo</maintainer>

<maintainer email="[email protected]">Aditya Pande</maintainer>
<maintainer email="[email protected]">Brandon Ong</maintainer>

<license>Apache License 2.0</license>
<author email="[email protected]">William Woodall</author>

<author email="[email protected]">Jacob Perron</author>
<author email="[email protected]">Michael Jeronimo</author>
<author email="[email protected]">Michel Hidalgo</author>
<author email="[email protected]">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='[email protected]',
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
maintainer_email='[email protected], jacob@openrobotics.org, [email protected]', # noqa: E501
maintainer='Aditya Pande, Brandon Ong',
maintainer_email='[email protected], brandon@openrobotics.org',
url='https://github.com/ros2/launch',
download_url='https://github.com/ros2/launch/releases',
keywords=['ROS'],
Expand Down
12 changes: 8 additions & 4 deletions launch_testing_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
<name>launch_testing_ros</name>
<version>0.22.0</version>
<description>A package providing utilities for writing ROS2 enabled launch tests.</description>
<maintainer email="[email protected]">Aditya Pande</maintainer>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<maintainer email="[email protected]">Michel Hidalgo</maintainer>

<maintainer email="[email protected]">Aditya Pande</maintainer>
<maintainer email="[email protected]">Brandon Ong</maintainer>

<license>Apache License 2.0</license>
<author email="[email protected]">Pete Baughman</author>

<author email="[email protected]">Jacob Perron</author>
<author email="[email protected]">Michael Jeronimo</author>
<author email="[email protected]">Michel Hidalgo</author>
<author email="[email protected]">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='[email protected]',
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
maintainer_email='[email protected], jacob@openrobotics.org, [email protected]', # noqa: E501
maintainer='Aditya Pande, Brandon Ong',
maintainer_email='[email protected], brandon@openrobotics.org',
url='https://github.com/ros2/launch_ros',
download_url='https://github.com/ros2/launch_ros/releases',
keywords=['ROS'],
Expand Down
12 changes: 8 additions & 4 deletions ros2launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@
<description>
The launch command for ROS 2 command line tools.
</description>
<maintainer email="[email protected]">Aditya Pande</maintainer>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<maintainer email="[email protected]">Michel Hidalgo</maintainer>

<maintainer email="[email protected]">Aditya Pande</maintainer>
<maintainer email="[email protected]">Brandon Ong</maintainer>

<license>Apache License 2.0</license>
<author email="[email protected]">William Woodall</author>

<author email="[email protected]">Jacob Perron</author>
<author email="[email protected]">Michael Jeronimo</author>
<author email="[email protected]">Michel Hidalgo</author>
<author email="[email protected]">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='[email protected]',
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
maintainer_email='[email protected], jacob@openrobotics.org, [email protected]', # noqa: E501
maintainer='Aditya Pande, Brandon Ong',
maintainer_email='[email protected], brandon@openrobotics.org',
url='https://github.com/ros2/launch/tree/master/ros2launch',
download_url='https://github.com/ros2/launch/releases',
keywords=[],
Expand Down
12 changes: 8 additions & 4 deletions test_launch_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@
<name>test_launch_ros</name>
<version>0.22.0</version>
<description>Tests for ROS specific extensions to the launch tool.</description>
<maintainer email="[email protected]">Aditya Pande</maintainer>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<maintainer email="[email protected]">Michel Hidalgo</maintainer>

<maintainer email="[email protected]">Aditya Pande</maintainer>
<maintainer email="[email protected]">Brandon Ong</maintainer>

<license>Apache License 2.0</license>
<author email="[email protected]">William Woodall</author>

<author email="[email protected]">Jacob Perron</author>
<author email="[email protected]">Michael Jeronimo</author>
<author email="[email protected]">Michel Hidalgo</author>
<author email="[email protected]">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='[email protected]',
maintainer='Aditya Pande, Jacob Perron, Michel Hidalgo',
maintainer_email='[email protected], jacob@openrobotics.org, [email protected]', # noqa: E501
maintainer='Aditya Pande, Brandon Ong',
maintainer_email='[email protected], brandon@openrobotics.org',
url='https://github.com/ros2/launch',
download_url='https://github.com/ros2/launch/releases',
keywords=['ROS'],
Expand Down

0 comments on commit 674de0d

Please sign in to comment.