Skip to content

Commit

Permalink
Changelogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll committed Dec 9, 2018
1 parent 975661c commit 4a1532a
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 0 deletions.
5 changes: 5 additions & 0 deletions camera_calibration/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Forthcoming
-----------
* Initial ROS2 commit.
* Contributors: Michael Carroll

1.12.23 (2018-05-10)
--------------------
* camera_checker: Ensure cols + rows are in correct order (`#319 <https://github.com/ros-perception/image_pipeline/issues/319>`_)
Expand Down
41 changes: 41 additions & 0 deletions depth_image_proc/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
Forthcoming
-----------
* enable rclcpp_register_node_plugins (`#368 <https://github.com/ros-perception/image_pipeline/issues/368>`_)
this may be remarked while code debugging, should be enabled to build node plugin file
and added points remap in point_cloud_xyzrgb.launch.py
* Port depth image proc on ROS2 (`#362 <https://github.com/ros-perception/image_pipeline/issues/362>`_)
* Port depth_image_proc on ROS2
* Port depth_image_proc of image_pipeline on ROS2
* rename Nodelets as Node
* add launch examples, such as "ros2 launch depth_image_proc point_cloud_xyzi.launch.py"
* verified point_cloud_xyzrgb, point_cloud_xyz, convert_metric based on Realsense camera(https://github.com/intel/ros2_intel_realsense).
Signed-off-by: Chris Ye <chris.ye@intel.com>
* add ament_lint_auto test and adjust code style
Signed-off-by: Chris Ye <chris.ye@intel.com>
* update test example for depth_image_proc
- rename raw topic as image_transport fixed the issue (https://github.com/ros-perception/image_common/issues/96)
- update test example of point_cloud_xyzrgb.launch
Signed-off-by: Chris Ye <chris.ye@intel.com>
* remove unused dependence in cmakelist
* remove boost which is unused on ROS2
* remove cv_bridge version check logic as setted in find_package
* update maintainer in package.xml
Signed-off-by: Chris Ye <chris.ye@intel.com>
* added all example launchers for demo test
pass test:
ros2 launch depth_image_proc point_cloud_xyzrgb.launch.py
ros2 launch depth_image_proc point_cloud_xyz.launch.py
ros2 launch depth_image_proc convert_metric.launch.py
ros2 launch depth_image_proc crop_foremost.launch.py
ros2 launch depth_image_proc point_cloud_xyz_radial.launch.py
ros2 launch depth_image_proc disparity.launch.py
ros2 launch depth_image_proc register.launch.py
ros2 launch depth_image_proc point_cloud_xyzi.launch.py
ros2 launch depth_image_proc point_cloud_xyzi_radial.launch.py
Signed-off-by: Chris Ye <chris.ye@intel.com>
* @wip update to use raw pointers.
* continue to update to use raw pointer
Signed-off-by: Chris Ye <chris.ye@intel.com>
* Initial ROS2 commit.
* Contributors: Chris Ye, Michael Carroll

1.12.23 (2018-05-10)
--------------------

Expand Down
5 changes: 5 additions & 0 deletions image_pipeline/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package image_pipeline
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Initial ROS2 commit.
* Contributors: Michael Carroll

1.12.23 (2018-05-10)
--------------------

Expand Down
5 changes: 5 additions & 0 deletions image_proc/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Forthcoming
-----------
* Initial ROS2 commit.
* Contributors: Michael Carroll

1.12.23 (2018-05-10)
--------------------

Expand Down
12 changes: 12 additions & 0 deletions image_publisher/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog for package image_publisher
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* port image_publisher on ROS2 (`#366 <https://github.com/ros-perception/image_pipeline/issues/366>`_)
* port image_publisher on ROS2
* switch to use cmake 3.5
* change nodelet to classloader
* change ros::param to ros2 parameter APIs
* use ros2 code style
* enable ros2 camera_info_manager
* Initial ROS2 commit.
* Contributors: Chris Ye, Michael Carroll

1.12.23 (2018-05-10)
--------------------
* fix 'VideoCapture' undefined symbol error (`#318 <https://github.com/ros-perception/image_pipeline/issues/318>`_)
Expand Down
5 changes: 5 additions & 0 deletions image_rotate/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Forthcoming
-----------
* Initial ROS2 commit.
* Contributors: Michael Carroll

1.12.23 (2018-05-10)
--------------------

Expand Down
5 changes: 5 additions & 0 deletions image_view/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Forthcoming
-----------
* Initial ROS2 commit.
* Contributors: Michael Carroll

1.12.23 (2018-05-10)
--------------------

Expand Down
5 changes: 5 additions & 0 deletions stereo_image_proc/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Forthcoming
-----------
* Initial ROS2 commit.
* Contributors: Michael Carroll

1.12.23 (2018-05-10)
--------------------
* Removed unused mutable scratch buffers (`#315 <https://github.com/ros-perception/image_pipeline/issues/315>`_)
Expand Down

0 comments on commit 4a1532a

Please sign in to comment.