File tree 16 files changed +36
-8
lines changed
16 files changed +36
-8
lines changed Original file line number Diff line number Diff line change 1
1
Forthcoming
2
2
-----------
3
+
3
4
* Initial ROS2 commit.
4
5
* Contributors: Michael Carroll
5
6
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >camera_calibration</name >
5
- <version >2.1.0 </version >
5
+ <version >2.1.1 </version >
6
6
<description >
7
7
camera_calibration allows easy calibration of monocular or stereo
8
8
cameras using a checkerboard calibration target.
Original file line number Diff line number Diff line change 39
39
* Initial ROS2 commit.
40
40
* Contributors: Chris Ye, Michael Carroll
41
41
42
+ Forthcoming
43
+ -----------
44
+ * make parameters work in depth_image_proc (`#544 <https://github.com/ros-perception/image_pipeline/issues/544 >`_)
45
+ * update depth_image_proc components (`#543 <https://github.com/ros-perception/image_pipeline/issues/543 >`_)
46
+ * update depth_image_proc components
47
+ This makes them loadable with the rclcpp_components
48
+ interface. I've fully tested PointCloudXYZRGB and
49
+ ConvertMetric, my use case doesn't use the others.
50
+ I also lack a setup to test the launch files fully,
51
+ but ran them with the realsense commented out and
52
+ they appear to be OK.
53
+ * fix linting
54
+ * Contributors: Michael Ferguson
55
+
42
56
1.12.23 (2018-05-10)
43
57
--------------------
44
58
Original file line number Diff line number Diff line change 1
1
<package format =" 2" >
2
2
<name >depth_image_proc</name >
3
- <version >2.1.0 </version >
3
+ <version >2.1.1 </version >
4
4
<description >
5
5
6
6
Contains components for processing depth images such as those
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Changelog for package image_pipeline
4
4
5
5
Forthcoming
6
6
-----------
7
+
7
8
* Initial ROS2 commit.
8
9
* Contributors: Michael Carroll
9
10
Original file line number Diff line number Diff line change 1
1
<package >
2
2
<name >image_pipeline</name >
3
- <version >2.1.0 </version >
3
+ <version >2.1.1 </version >
4
4
<description >image_pipeline fills the gap between getting raw images from a camera driver and higher-level vision processing.</description >
5
5
<author >Patrick Mihelich</author >
6
6
<author >James Bowman</author >
Original file line number Diff line number Diff line change 1
1
Forthcoming
2
2
-----------
3
+
3
4
* Initial ROS2 commit.
4
5
* Contributors: Michael Carroll
5
6
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >image_proc</name >
5
- <version >2.1.0 </version >
5
+ <version >2.1.1 </version >
6
6
<description >Single image rectification and color processing.</description >
7
7
8
8
<
maintainer email =
" [email protected] " >Vincent Rabaud</
maintainer >
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ Changelog for package image_publisher
14
14
* Initial ROS2 commit.
15
15
* Contributors: Chris Ye, Michael Carroll
16
16
17
+ Forthcoming
18
+ -----------
19
+
17
20
1.12.23 (2018-05-10)
18
21
--------------------
19
22
* fix 'VideoCapture' undefined symbol error (`#318 <https://github.com/ros-perception/image_pipeline/issues/318 >`_)
Original file line number Diff line number Diff line change 1
1
<package format =" 2" >
2
2
<name >image_publisher</name >
3
- <version >2.1.0 </version >
3
+ <version >2.1.1 </version >
4
4
<description >
5
5
<p >
6
6
Contains a node publish an image stream from single image file
Original file line number Diff line number Diff line change 1
1
Forthcoming
2
2
-----------
3
+
3
4
* Initial ROS2 commit.
4
5
* Contributors: Michael Carroll
5
6
Original file line number Diff line number Diff line change 1
1
<package format =" 2" >
2
2
<name >image_rotate</name >
3
- <version >2.1.0 </version >
3
+ <version >2.1.1 </version >
4
4
<description >
5
5
<p >
6
6
Contains a node that rotates an image stream in a way that minimizes
Original file line number Diff line number Diff line change 1
1
Forthcoming
2
2
-----------
3
+ * Patch boost failure in image_view (`#541 <https://github.com/ros-perception/image_pipeline/issues/541 >`_)
4
+ * Patch boost failure in image_view
5
+ * remove ros2_deps from circle with new releases
6
+ * readd deps
7
+ * Contributors: Steve Macenski
8
+
3
9
* Initial ROS2 commit.
4
10
* Contributors: Michael Carroll
5
11
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >image_view</name >
5
- <version >2.1.0 </version >
5
+ <version >2.1.1 </version >
6
6
<description >
7
7
A simple viewer for ROS image topics. Includes a specialized viewer
8
8
for stereo + disparity images.
Original file line number Diff line number Diff line change 1
1
Forthcoming
2
2
-----------
3
+
3
4
* Initial ROS2 commit.
4
5
* Contributors: Michael Carroll
5
6
Original file line number Diff line number Diff line change 1
1
<package format =" 2" >
2
2
<name >stereo_image_proc</name >
3
- <version >2.1.0 </version >
3
+ <version >2.1.1 </version >
4
4
<description >Stereo and single image rectification and disparity processing.</description >
5
5
<author >Patrick Mihelich</author >
6
6
<author >Kurt Konolige</author >
You can’t perform that action at this time.
0 commit comments