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

[rolling] Update maintainers - 2022-11-07 #331

Merged
merged 2 commits into from
Nov 8, 2022
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
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="aditya.pande@osrfoundation.org">Aditya Pande</maintainer>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="brandon@openrobotics.org">Brandon Ong</maintainer>

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

<author email="jacob@openrobotics.org">Jacob Perron</author>
<author email="michael.jeronimo@openrobotics.org">Michael Jeronimo</author>
<author email="michel@ekumenlabs.com">Michel Hidalgo</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='Aditya Pande, Jacob Perron, Michel Hidalgo',
maintainer_email='aditya.pande@openrobotics.org, jacob@openrobotics.org, michel@ekumenlabs.com', # noqa: E501
maintainer='Aditya Pande, Brandon Ong',
maintainer_email='aditya.pande@openrobotics.org, 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="aditya.pande@osrfoundation.org">Aditya Pande</maintainer>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="brandon@openrobotics.org">Brandon Ong</maintainer>

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

<author email="jacob@openrobotics.org">Jacob Perron</author>
<author email="michael.jeronimo@openrobotics.org">Michael Jeronimo</author>
<author email="michel@ekumenlabs.com">Michel Hidalgo</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='Aditya Pande, Jacob Perron, Michel Hidalgo',
maintainer_email='aditya.pande@openrobotics.org, jacob@openrobotics.org, michel@ekumenlabs.com', # noqa: E501
maintainer='Aditya Pande, Brandon Ong',
maintainer_email='aditya.pande@openrobotics.org, 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="aditya.pande@osrfoundation.org">Aditya Pande</maintainer>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="brandon@openrobotics.org">Brandon Ong</maintainer>

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

<author email="jacob@openrobotics.org">Jacob Perron</author>
<author email="michael.jeronimo@openrobotics.org">Michael Jeronimo</author>
<author email="michel@ekumenlabs.com">Michel Hidalgo</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='Aditya Pande, Jacob Perron, Michel Hidalgo',
maintainer_email='aditya.pande@openrobotics.org, jacob@openrobotics.org, michel@ekumenlabs.com', # noqa: E501
maintainer='Aditya Pande, Brandon Ong',
maintainer_email='aditya.pande@openrobotics.org, 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="aditya.pande@osrfoundation.org">Aditya Pande</maintainer>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>

<maintainer email="aditya.pande@openrobotics.org">Aditya Pande</maintainer>
<maintainer email="brandon@openrobotics.org">Brandon Ong</maintainer>

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

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