From 8d457bbd610fbe4bbf0d3925cbe4f526ded34f30 Mon Sep 17 00:00:00 2001 From: Paul Bovbel Date: Mon, 22 Jun 2015 17:14:08 -0400 Subject: [PATCH] Update changelogs --- pcl_ros/CHANGELOG.rst | 25 +++++++++++++++++++++++++ perception_pcl/CHANGELOG.rst | 5 +++++ 2 files changed, 30 insertions(+) diff --git a/pcl_ros/CHANGELOG.rst b/pcl_ros/CHANGELOG.rst index 9c0236af..1763c9bd 100644 --- a/pcl_ros/CHANGELOG.rst +++ b/pcl_ros/CHANGELOG.rst @@ -2,6 +2,31 @@ Changelog for package pcl_ros ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* cleanup broken library links + All removed library names are included in ${PCL_LIBRARIES}. + However, the plain library names broke catkin's overlay mechanism: + Where ${PCL_LIBRARIES} could point to a local installation of the PCL, + e.g. pcd_ros_segmentation might still link to the system-wide installed version + of pcl_segmentation. +* Fixed test for jade-devel. Progress on `#92 `_ +* commented out test_tf_message_filter_pcl + Until `ros/geometry#80 `_ has been merged the test will fail. +* fixed indentation and author +* Adds a test for tf message filters with pcl pointclouds +* specialized HasHeader, TimeStamp, FrameId + - HasHeader now returns false + - TimeStamp and FrameId specialed for pcl::PointCloud for any point type T + These changes allow to use pcl::PointCloud with tf::MessageFilter +* Sync pcl_nodelets.xml from hydro to indigo + Fixes to pass catkin lint -W1 +* Fixes `#87 `_ for Indigo +* Fixes `#85 `_ for Indigo +* Fixes `#77 `_ and `#80 `_ for indigo +* Added option to save pointclouds in binary and binary compressed format +* Contributors: Brice Rebsamen, Lucid One, Mitchell Wills, v4hn + 1.2.6 (2015-02-04) ------------------ diff --git a/perception_pcl/CHANGELOG.rst b/perception_pcl/CHANGELOG.rst index 08682e03..3d278376 100644 --- a/perception_pcl/CHANGELOG.rst +++ b/perception_pcl/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package perception_pcl ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Remove pointcloud_to_laserscan package +* Contributors: Paul Bovbel + 1.2.6 (2015-02-04) ------------------