forked from ros-perception/vision_opencv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ros-perception#460 from ijnek/ijnek-fix-author-tag
Reorganize author tag
- Loading branch information
Showing
4 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,16 @@ | |
This contains CvBridge, which converts between ROS2 | ||
Image messages and OpenCV images. | ||
</description> | ||
<author>Patrick Mihelich</author> | ||
<author>James Bowman</author> | ||
<author email="[email protected]">Ethan Gao</author> | ||
<maintainer email="[email protected]">Kenji Brameld</maintainer> | ||
<license>BSD</license> | ||
<url type="website">http://www.ros.org/wiki/cv_bridge</url> | ||
<url type="repository">https://github.com/ros-perception/vision_opencv/tree/ros2</url> | ||
<url type="bugtracker">https://github.com/ros-perception/vision_opencv/issues</url> | ||
|
||
<author>Patrick Mihelich</author> | ||
<author>James Bowman</author> | ||
<author email="[email protected]">Ethan Gao</author> | ||
|
||
<buildtool_depend>ament_cmake_ros</buildtool_depend> | ||
<buildtool_depend>python_cmake_module</buildtool_depend> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,13 @@ | |
messages with OpenCV functions such as image rectification, much as cv_bridge | ||
interfaces ROS sensor_msgs/Image with OpenCV data types. | ||
</description> | ||
<author email="[email protected]">Mikael Arguedas</author> | ||
<maintainer email="[email protected]">Kenji Brameld</maintainer> | ||
<license>BSD</license> | ||
<url>http://www.ros.org/wiki/image_geometry</url> | ||
|
||
<author>Patrick Mihelich</author> | ||
<author>Vincent Rabaud</author> | ||
<author email="[email protected]">Mikael Arguedas</author> | ||
|
||
<buildtool_depend>ament_cmake_python</buildtool_depend> | ||
<buildtool_depend>ament_cmake_ros</buildtool_depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,13 @@ | |
<description> | ||
OpenCV tests for the Python and C++ implementations of CvBridge with Image message in ROS2. | ||
</description> | ||
<author>James Bowman</author> | ||
<author email="[email protected]">Ethan Gao</author> | ||
<maintainer email="[email protected]">Kenji Brameld</maintainer> | ||
<license>BSD</license> | ||
<url>http://wiki.ros.org/opencv_tests</url> | ||
|
||
<author>James Bowman</author> | ||
<author email="[email protected]">Ethan Gao</author> | ||
|
||
<build_depend>rclpy</build_depend> | ||
|
||
<exec_depend>launch</exec_depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
<name>vision_opencv</name> | ||
<version>3.0.3</version> | ||
<description>Packages for interfacing ROS2 with OpenCV, a library of programming functions for real time computer vision.</description> | ||
<author email="[email protected]">Ethan Gao</author> | ||
<maintainer email="[email protected]">Kenji Brameld</maintainer> | ||
<license>BSD</license> | ||
|
||
|
@@ -15,6 +14,7 @@ | |
<author>Patrick Mihelich</author> | ||
<author>James Bowman</author> | ||
<author>Vincent Rabaud</author> | ||
<author email="[email protected]">Ethan Gao</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
|