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

Update maintainer #112

Merged
merged 3 commits into from
Nov 10, 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
3 changes: 2 additions & 1 deletion compressed_depth_image_transport/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
Compressed_depth_image_transport provides a plugin to image_transport for transparently sending
depth images (raw, floating-point) using PNG compression.
</description>
<maintainer email="dgossow@willowgarage.com">David Gossow</maintainer>
<maintainer email="kenjibrameld@gmail.com">Kenji Brameld</maintainer>
<license>BSD</license>

<url type="website">http://www.ros.org/wiki/image_transport_plugins</url>
<author>Julius Kammerl</author>
<author email="dgossow@willowgarage.com">David Gossow</author>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down
3 changes: 2 additions & 1 deletion compressed_image_transport/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
Compressed_image_transport provides a plugin to image_transport for transparently sending images
encoded as JPEG or PNG.
</description>
<maintainer email="dgossow@willowgarage.com">David Gossow</maintainer>
<maintainer email="kenjibrameld@gmail.com">Kenji Brameld</maintainer>
<license>BSD</license>

<url type="website">http://www.ros.org/wiki/image_transport_plugins</url>
<author>Patrick Mihelich</author>
<author>Julius Kammerl</author>
<author email="dgossow@willowgarage.com">David Gossow</author>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down
8 changes: 5 additions & 3 deletions image_transport_plugins/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
and latency. For low frame rate tranport of high-definition images, you
might prefer sending them as JPEG or PNG-compressed form.
</description>
<author>Patrick Mihelich</author>
<author>Julius Kammerl</author>
<maintainer email="michael@openrobotics.org">Michael Carroll</maintainer>
<maintainer email="kenjibrameld@gmail.com">Kenji Brameld</maintainer>
<license>BSD</license>

<url type="website">http://www.ros.org/wiki/image_transport_plugins</url>
<author>Patrick Mihelich</author>
<author>Julius Kammerl</author>
<author>David Gossow</author>
<author email="michael@openrobotics.org">Michael Carroll</author>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down
3 changes: 2 additions & 1 deletion theora_image_transport/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
Theora_image_transport provides a plugin to image_transport for
transparently sending an image stream encoded with the Theora codec.
</description>
<maintainer email="jkammerl@willowgarage.com">Julius Kammerl</maintainer>
<maintainer email="kenjibrameld@gmail.com">Kenji Brameld</maintainer>
<license>BSD</license>

<url type="website">http://www.ros.org/wiki/image_transport_plugins</url>
<author>Patrick Mihelich</author>
<author>Ethan Dreyfuss</author>
<author>Julius Kammerl</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>
Expand Down