File tree Expand file tree Collapse file tree 16 files changed +36
-8
lines changed
Expand file tree Collapse file tree 16 files changed +36
-8
lines changed Original file line number Diff line number Diff line change 11Forthcoming
22-----------
3+
34* Initial ROS2 commit.
45* Contributors: Michael Carroll
56
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
44 <name >camera_calibration</name >
5- <version >2.1.0 </version >
5+ <version >2.1.1 </version >
66 <description >
77 camera_calibration allows easy calibration of monocular or stereo
88 cameras using a checkerboard calibration target.
Original file line number Diff line number Diff line change 3939* Initial ROS2 commit.
4040* Contributors: Chris Ye, Michael Carroll
4141
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+
42561.12.23 (2018-05-10)
4357--------------------
4458
Original file line number Diff line number Diff line change 11<package format =" 2" >
22 <name >depth_image_proc</name >
3- <version >2.1.0 </version >
3+ <version >2.1.1 </version >
44 <description >
55
66 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
44
55Forthcoming
66-----------
7+
78* Initial ROS2 commit.
89* Contributors: Michael Carroll
910
Original file line number Diff line number Diff line change 11<package >
22 <name >image_pipeline</name >
3- <version >2.1.0 </version >
3+ <version >2.1.1 </version >
44 <description >image_pipeline fills the gap between getting raw images from a camera driver and higher-level vision processing.</description >
55 <author >Patrick Mihelich</author >
66 <author >James Bowman</author >
Original file line number Diff line number Diff line change 11Forthcoming
22-----------
3+
34* Initial ROS2 commit.
45* Contributors: Michael Carroll
56
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
44 <name >image_proc</name >
5- <version >2.1.0 </version >
5+ <version >2.1.1 </version >
66 <description >Single image rectification and color processing.</description >
77
88 <maintainer email =" vincent.rabaud@gmail.com" >Vincent Rabaud</maintainer >
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ Changelog for package image_publisher
1414* Initial ROS2 commit.
1515* Contributors: Chris Ye, Michael Carroll
1616
17+ Forthcoming
18+ -----------
19+
17201.12.23 (2018-05-10)
1821--------------------
1922* 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 11<package format =" 2" >
22 <name >image_publisher</name >
3- <version >2.1.0 </version >
3+ <version >2.1.1 </version >
44 <description >
55 <p >
66 Contains a node publish an image stream from single image file
You can’t perform that action at this time.
0 commit comments