ros-one-pcl-ros (1.7.5-6jammy.20251023.0915) UNRELEASED; urgency=medium

  * Append timestamp when binarydeb was built.

 -- Paul Bovbel <paul@bovbel.com>  Thu, 23 Oct 2025 09:15:00 +0000

ros-one-pcl-ros (1.7.5-0jammy) jammy; urgency=high

  * Adding separate leaf sizes for each axis in the VoxelGrid filter (#393 <https://github.com/ros-perception/perception_pcl/issues/393>)
  * Add logic for missing pcl/point_traits.h in newer PCL versions (#381 <https://github.com/ros-perception/perception_pcl/issues/381>)
    point_traits.h is no longer available, starting with PCL 1.13.0
    Since PCL 1.11.0, type_traits.h should be used instead
  * Add boost include, missing in upcoming PCL versions (#373 <https://github.com/ros-perception/perception_pcl/issues/373>)
    Was removed in pcl/conversions.h here: https://github.com/PointCloudLibrary/pcl/commit/292593abd3b69af315c7fe3379363bdce7800d5a
  * Switch to hpp headers of pluginlib (#370 <https://github.com/ros-perception/perception_pcl/issues/370>)
    Co-authored-by: Jochen Sprickerhof <mailto:jspricke@debian.org>
  * Contributors: Jochen Sprickerhof, Markus Vieth, Tom Moore

 -- Paul Bovbel <paul@bovbel.com>  Thu, 19 Jan 2023 00:00:00 -0000

ros-one-pcl-ros (1.7.0-0jammy) jammy; urgency=high

  * Added option for fixed filename (via local parameter) (#102 <https://github.com/ros-perception/perception_pcl/issues/102>)
    (cherry picked from commit bd38533523fa5c00f320e6505a2c533e90f9d97e)
  * rewrote pcd_to_pointcloud to publish using a latched topic (#213 <https://github.com/ros-perception/perception_pcl/issues/213>)
    * pointcloud is published as a latched topic now
    * added functionality: ability to set config via parameters
  * Fix #150 <https://github.com/ros-perception/perception_pcl/issues/150>: Allow bag_to_pcd to properly respond to topic argument (#215 <https://github.com/ros-perception/perception_pcl/issues/215>)
    * Properly respond to topic argument fixing #150 <https://github.com/ros-perception/perception_pcl/issues/150>
    Previously providing a topic name in argv[2], as indicated in the usage string,
    modified the printouts indicating to the user that they were going to be
    exporting the correct topic, but the rosbag::View::Query used still grabbed the
    first sensor_msgs/PointCloud2 topic which was not necessarily what they had
    specified.
    * Added more useful printouts and type-checking on input topic
  * Catch tf::TransformException in transformPointCloud (#223 <https://github.com/ros-perception/perception_pcl/issues/223>)
    * Catch TransformException in transformPointCloud
    This allows to catch all exceptions, not only tf::LookupException and
    tf::ExtrapolationException.
    Note that most of the code using transformPointCloud already
    (implicitly) assumes this function doesn't throw any exception, and they
    check the return value, which is false when an exception happened (or
    something went wrong).
    * Check for transformPointCloud return value
    In pcl_ros/src/pcl_ros/io/concatenate_data.cpp, which seems to be the
    only place where that check was missed.
  * Split off pcl_ros_filter into separate library (#239 <https://github.com/ros-perception/perception_pcl/issues/239>)
  * [Windows][melodic-devel] Fix Boost linkage issue and binary install location. (#238 <https://github.com/ros-perception/perception_pcl/issues/238>)
    * fix Windows build break. (#6 <https://github.com/ros-perception/perception_pcl/issues/6>)
    * Fix install path. (#7 <https://github.com/ros-perception/perception_pcl/issues/7>)
  * Wait for transform in transformPointCloud(). (#214 <https://github.com/ros-perception/perception_pcl/issues/214>)
  * Added tf2 versions of functions in transforms.h/hpp. (#231 <https://github.com/ros-perception/perception_pcl/issues/231>)
  * Switch to industrial_ci (#233 <https://github.com/ros-perception/perception_pcl/issues/233>)
    * Use industrial_ci
    * Run for all melodic target platforms
    * Artful EOL; verbose build and tests
    * Use travis_wait
    * Remove travis_wait
    * Download to devel space
    * Mark SYSTEM includes to avoid spurious warnings
    * Don't double-build PRs
  * use <chrono> and <thread> on Windows (#221 <https://github.com/ros-perception/perception_pcl/issues/221>)
    * Changing from usleep to c++14 style sleep_for for Windows support
  * Contributors: Enrique Fernandez Perdomo, James Xu, Jarvis Schultz, Martin Pecka, Paul Bovbel, Sean Yen, Stefan Kohlbrecher, Wolfgang Merkt, moooeeeep

 -- Paul Bovbel <paul@bovbel.com>  Wed, 03 Jul 2019 00:00:00 -0000

ros-one-pcl-ros (1.6.2-0jammy) jammy; urgency=high

  * Fix exported includes in Ubuntu Artful
  * Increase limits on CropBox filter parameters
  * Contributors: James Ward, Jiri Horner

 -- Paul Bovbel <paul@bovbel.com>  Sun, 20 May 2018 00:00:00 -0000

ros-one-pcl-ros (1.6.1-0jammy) jammy; urgency=high

  * Add 1.6.0 section to CHANGELOG.rst
  * Fix the use of Eigen3 in cmake
  * Contributors: Kentaro Wada

 -- Paul Bovbel <paul@bovbel.com>  Tue, 08 May 2018 00:00:00 -0000

ros-one-pcl-ros (1.6.0-0jammy) jammy; urgency=high

  * Fix build and update maintainers
  * Add message_filters to find_package
  * Remove unnecessary dependency on genmsg
  * Contributors: Paul Bovbel, Kentaro Wada

 -- Paul Bovbel <paul@bovbel.com>  Mon, 30 Apr 2018 00:00:00 -0000

ros-one-pcl-ros (1.5.4-0jammy) jammy; urgency=high

  * update to use non deprecated pluginlib macro
  * Fix config path of sample_voxel_grid.launch
  * remove hack now that upstream pcl has been rebuilt
  * Looser hzerror in test for extract_clusters to make it pass on Travis
  * Add sample & test for surface/convex_hull
  * Add sample & test for segmentation/extract_clusters.cpp
  * Add sample & test for io/concatenate_data.cpp
  * Add sample & test for features/normal_3d.cpp
  * Organize samples of pcl_ros/features
  * Add test arg to avoid duplicated testing
  * LazyNodelet for features/*
  * LazyNodelet for filters/ProjectInliers
  * Refactor io/PCDReader and io/PCDWriter as child of PCLNodelet
  * LazyNodelet for io/PointCloudConcatenateFieldsSynchronizer
  * LazyNodelet for io/PointCloudConcatenateDataSynchronizer
  * LazyNodelet for segmentation/SegmentDifferences
  * LazyNodelet for segmentation/SACSegmentationFromNormals
  * LazyNodelet for segmentation/SACSegmentation
  * LazyNodelet for segmentation/ExtractPolygonalPrismData
  * LazyNodelet for segmentation/EuclideanClusterExtraction
  * LazyNodelet for surface/MovingLeastSquares
  * LazyNodelet for surface/ConvexHull2D
  * Add missing COMPONENTS of PCL
  * Inherit NodeletLazy for pipeline with less cpu load
  * Set leaf_size 0.02
  * Install samples
  * Add sample and test for pcl/StatisticalOutlierRemoval
    Conflicts:
    pcl_ros/CMakeLists.txt
  * Add sample and test for pcl/VoxelGrid
    Conflicts:
    pcl_ros/CMakeLists.txt
  * no need to remove duplicates
  * spourious line change
  * remove now unnecessary build_depend on qtbase5
  * exclude PCL IO libraries exporting Qt flag
  * find only PCL components used instead of all PCL
  * Remove dependency on vtk/libproj-dev (#145 <https://github.com/ros-perception/perception_pcl/issues/145>)
    * Remove dependency on vtk/libproj-dev
    These dependencies were introduced in #124 <https://github.com/ros-perception/perception_pcl/issues/124> to temporarily fix
    missing / wrong dependencies in upstream vtk. This hack is no longer
    necessary, since fixed vtk packages have been uploaded to
    packages.ros.org (see #124 <https://github.com/ros-perception/perception_pcl/issues/124> and ros-infrastructure/reprepro-updater#32 <https://github.com/ros-infrastructure/reprepro-updater/issues/32>).
    * Remove vtk hack from CMakeLists.txt
  * Contributors: Kentaro Wada, Mikael Arguedas

 -- Paul Bovbel <paul@bovbel.com>  Sat, 31 Mar 2018 00:00:00 -0000

ros-one-pcl-ros (1.5.3-0jammy) jammy; urgency=high

  * Add dependency on qtbase5-dev for find_package(Qt5Widgets)
    See https://github.com/ros-perception/perception_pcl/pull/117#issuecomment-298158272 for detail.
  * Contributors: Kentaro Wada

 -- Paul Bovbel <paul@bovbel.com>  Wed, 03 May 2017 00:00:00 -0000

ros-one-pcl-ros (1.5.2-0jammy) jammy; urgency=high

  * Find Qt5Widgets to fix -lQt5::Widgets error
  * Contributors: Kentaro Wada

 -- Paul Bovbel <paul@bovbel.com>  Sat, 29 Apr 2017 00:00:00 -0000

ros-one-pcl-ros (1.5.1-0jammy) jammy; urgency=high

  * Add my name as a maintainer
  * Contributors: Kentaro Wada

 -- Paul Bovbel <paul@bovbel.com>  Wed, 26 Apr 2017 00:00:00 -0000

ros-one-pcl-ros (1.5.0-0jammy) jammy; urgency=high

  * Fix lib name duplication error in ubunt:zesty
  * Detect automatically the version of PCL in cmake
  * Install xml files declaring nodelets
  * Fix syntax of nodelet manifest file by splitting files for each library.
  * Contributors: Kentaro Wada

 -- Paul Bovbel <paul@bovbel.com>  Tue, 25 Apr 2017 00:00:00 -0000

ros-one-pcl-ros (1.4.0-0jammy) jammy; urgency=high

  * Fixup libproj-dev rosdep
  * Add build depend on libproj, since it's not provided by vtk right now
  * manually remove dependency on vtkproj from PCL_LIBRARIES
  * Remove python-vtk for kinetic-devel, see issue #44 <https://github.com/ros-perception/perception_pcl/issues/44>
  * Contributors: Jackie Kay, Paul Bovbel

 -- Paul Bovbel <paul@bovbel.com>  Fri, 22 Apr 2016 00:00:00 -0000

ros-one-pcl-ros (1.3.0-0jammy) jammy; urgency=high

  * 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 <https://github.com/ros-perception/perception_pcl/issues/92>
  * commented out test_tf_message_filter_pcl
    Until ros/geometry#80 <https://github.com/ros/geometry/issues/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<T> 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 <https://github.com/ros-perception/perception_pcl/issues/87> for Indigo
  * Fixes #85 <https://github.com/ros-perception/perception_pcl/issues/85> for Indigo
  * Fixes #77 <https://github.com/ros-perception/perception_pcl/issues/77> and #80 <https://github.com/ros-perception/perception_pcl/issues/80> for indigo
  * Added option to save pointclouds in binary and binary compressed format
  * Contributors: Brice Rebsamen, Lucid One, Mitchell Wills, v4hn

 -- Paul Bovbel <paul@bovbel.com>  Mon, 22 Jun 2015 00:00:00 -0000

ros-one-pcl-ros (1.2.6-0jammy) jammy; urgency=high



 -- Paul Bovbel <paul@bovbel.com>  Wed, 04 Feb 2015 00:00:00 -0000

ros-one-pcl-ros (1.2.5-0jammy) jammy; urgency=high



 -- Paul Bovbel <paul@bovbel.com>  Tue, 20 Jan 2015 00:00:00 -0000

ros-one-pcl-ros (1.2.4-0jammy) jammy; urgency=high



 -- Paul Bovbel <paul@bovbel.com>  Thu, 15 Jan 2015 00:00:00 -0000

ros-one-pcl-ros (1.2.3-0jammy) jammy; urgency=high

  * Update common.py
    Extended filter limits up to ±100000.0 in order to support intensity channel filtering.
  * Contributors: Dani Carbonell

 -- Paul Bovbel <paul@bovbel.com>  Sat, 10 Jan 2015 00:00:00 -0000

ros-one-pcl-ros (1.2.2-0jammy) jammy; urgency=high

  * Adding target_frame
    [Ability to specify frame in bag_to_pcd ](https://github.com/ros-perception/perception_pcl/issues/55)
  * Update pcl_nodelets.xml
    Included missing closing library tag.  This was causing the pcl/Filter nodelets below the missing nodelet tag to not be exported correctly.
  * Contributors: Matt Derry, Paul Bovbel, Ruffin

 -- Paul Bovbel <paul@bovbel.com>  Sat, 25 Oct 2014 00:00:00 -0000

ros-one-pcl-ros (1.2.1-0jammy) jammy; urgency=high

  * clean up merge
  * merge pull request #60 <https://github.com/ros-perception/perception_pcl/issues/60>
  * Contributors: Paul Bovbel

 -- Paul Bovbel <paul@bovbel.com>  Sat, 13 Sep 2014 00:00:00 -0000

ros-one-pcl-ros (1.2.0-0jammy) jammy; urgency=high

  * Updated maintainership
  * Fix TF2 support for bag_to_pcd #46 <https://github.com/ros-perception/perception_pcl/issues/46>
  * Use cmake_modules to find eigen on indigo #45 <https://github.com/ros-perception/perception_pcl/issues/45>

 -- Paul Bovbel <paul@bovbel.com>  Wed, 09 Apr 2014 00:00:00 -0000

ros-one-pcl-ros (1.1.7-0jammy) jammy; urgency=high

  * adding more uncaught config dependencies
  * adding FeatureConfig dependency too

 -- Paul Bovbel <paul@bovbel.com>  Fri, 20 Sep 2013 00:00:00 -0000

ros-one-pcl-ros (1.1.6-0jammy) jammy; urgency=high

  * add excplicit dependency on gencfg target

 -- Paul Bovbel <paul@bovbel.com>  Fri, 20 Sep 2013 00:00:00 -0000

ros-one-pcl-ros (1.1.5-0jammy) jammy; urgency=high

  * Updated package.xml's to use new libpcl-all rosdep rules
  * package.xml: tuned whitespaces
    This commit removes trailing whitespaces and makes the line with the license information in the package.xml bitwise match exactly the common license information line in most ROS packages.
    The trailing whitespaces were detected when providing a bitbake recipe in the meta-ros project (github.com/bmwcarit/meta-ros). In the recipe, the hash of the license line is declared and is used to check for changes in the license. For this recipe, it was not matching the common one.
    A related already merged commit is https://github.com/ros/std_msgs/pull/3 and a related pending commit is https://github.com/ros-perception/pcl_msgs/pull/1.

 -- Paul Bovbel <paul@bovbel.com>  Tue, 27 Aug 2013 00:00:00 -0000

ros-one-pcl-ros (1.1.4-0jammy) jammy; urgency=high

  * Fix a serialization error with point_cloud headers
  * Initialize shared pointers before use in part of the pcl_conversions
    Should address runtime errors reported in #29 <https://github.com/ros-perception/perception_pcl/issues/29>
  * Changed the default bounds on filters to -1000, 1000 from -5, 5 in common.py

 -- Paul Bovbel <paul@bovbel.com>  Tue, 23 Jul 2013 00:00:00 -0000

ros-one-pcl-ros (1.1.2-0jammy) jammy; urgency=high

  * Fixed missing package exports on pcl_conversions and others
  * Make find_package on Eigen and PCL REQUIRED

 -- Paul Bovbel <paul@bovbel.com>  Fri, 19 Jul 2013 00:00:00 -0000

ros-one-pcl-ros (1.1.1-0jammy) jammy; urgency=high

  * Add missing EIGEN define which caused failures on the farm

 -- Paul Bovbel <paul@bovbel.com>  Wed, 10 Jul 2013 00:00:00 -0000

ros-one-pcl-ros (1.1.0-0jammy) jammy; urgency=high

  * Add missing include in one of the installed headers
  * Refactors to use pcl-1.7
  * Use the PointIndices from pcl_msgs
  * Experimental changes to point_cloud.h
  * Fixes from converting from pcl-1.7, incomplete
  * Depend on pcl_conversions and pcl_msgs
  * bag_to_pcd: check return code of transformPointCloud()
    This fixes a bug where bag_to_pcd segfaults because of an ignored
    tf::ExtrapolationException.
  * Changed #include type to lib
  * Changed some #include types to lib
  * removed a whitespace

 -- Paul Bovbel <paul@bovbel.com>  Tue, 09 Jul 2013 00:00:00 -0000

ros-one-pcl-ros (1.0.34-0jammy) jammy; urgency=high

  * fixing catkin python imports

 -- Paul Bovbel <paul@bovbel.com>  Tue, 21 May 2013 00:00:00 -0000

ros-one-pcl-ros (1.0.33-0jammy) jammy; urgency=high

  * Fixing catkin python imports

 -- Paul Bovbel <paul@bovbel.com>  Mon, 20 May 2013 00:00:00 -0000

ros-one-pcl-ros (1.0.32-0jammy) jammy; urgency=high

  * Merge pull request #11 <https://github.com/ros-perception/perception_pcl/issues/11> from k-okada/groovy-devel
    revert removed directories
  * fix to compileable
  * copy features/segmentation/surface from fuerte-devel

 -- Paul Bovbel <paul@bovbel.com>  Fri, 17 May 2013 00:00:00 -0000

ros-one-pcl-ros (1.0.31-0jammy) jammy; urgency=high

  * No changes

 -- Paul Bovbel <paul@bovbel.com>  Mon, 22 Apr 2013 11:58:00 -0000

ros-one-pcl-ros (1.0.30-0jammy) jammy; urgency=high

  * deprecating bin install targets

 -- Paul Bovbel <paul@bovbel.com>  Mon, 22 Apr 2013 11:47:00 -0000

ros-one-pcl-ros (1.0.29-0jammy) jammy; urgency=high

  * Fixes #7 <https://github.com/ros-perception/perception_pcl/issues/7>
  * now also works without specifying publishing interval like described in the wiki.

 -- Paul Bovbel <paul@bovbel.com>  Mon, 04 Mar 2013 00:00:00 -0000

ros-one-pcl-ros (1.0.28-0jammy) jammy; urgency=high

  * reenabling deprecated install targets - comment added

 -- Paul Bovbel <paul@bovbel.com>  Tue, 05 Feb 2013 12:29:00 -0000

ros-one-pcl-ros (1.0.27-0jammy) jammy; urgency=high

  * Update pcl_ros/package.xml
  * Fixing target install directory for pcl tools
  * update pluginlib macro

 -- Paul Bovbel <paul@bovbel.com>  Tue, 05 Feb 2013 12:10:00 -0000

ros-one-pcl-ros (1.0.26-0jammy) jammy; urgency=high

  * fixing catkin export

 -- Paul Bovbel <paul@bovbel.com>  Thu, 17 Jan 2013 00:00:00 -0000

ros-one-pcl-ros (1.0.25-0jammy) jammy; urgency=high

  * fixes #1 <https://github.com/ros-perception/perception_pcl/issues/1>

 -- Paul Bovbel <paul@bovbel.com>  Tue, 01 Jan 2013 00:00:00 -0000

ros-one-pcl-ros (1.0.24-0jammy) jammy; urgency=high

  * remove obsolete roslib import

 -- Paul Bovbel <paul@bovbel.com>  Fri, 21 Dec 2012 00:00:00 -0000

ros-one-pcl-ros (1.0.23-0jammy) jammy; urgency=high

  * clean up shared parameters

 -- Paul Bovbel <paul@bovbel.com>  Wed, 19 Dec 2012 16:52:00 -0000

ros-one-pcl-ros (1.0.22-0jammy) jammy; urgency=high

  * fix dyn reconf files

 -- Paul Bovbel <paul@bovbel.com>  Wed, 19 Dec 2012 15:22:00 -0000

ros-one-pcl-ros (1.0.21-0jammy) jammy; urgency=high

  * fixing catkin_package debs

 -- Paul Bovbel <paul@bovbel.com>  Tue, 18 Dec 2012 17:42:00 -0000

ros-one-pcl-ros (1.0.20-0jammy) jammy; urgency=high

  * adding catkin_project dependencies

 -- Paul Bovbel <paul@bovbel.com>  Tue, 18 Dec 2012 14:21:00 -0000

ros-one-pcl-ros (1.0.19-0jammy) jammy; urgency=high

  * adding nodelet_topic_tools dependency

 -- Paul Bovbel <paul@bovbel.com>  Mon, 17 Dec 2012 21:47:00 -0000

ros-one-pcl-ros (1.0.18-0jammy) jammy; urgency=high

  * adding pluginlib dependency
  * adding nodelet dependencies
  * CMake install fixes
  * migrating nodelets and tools from fuerte release to pcl_ros
  * Updated for new <buildtool_depend>catkin<...> catkin rule

 -- Paul Bovbel <paul@bovbel.com>  Mon, 17 Dec 2012 21:17:00 -0000

ros-one-pcl-ros (1.0.17-0jammy) jammy; urgency=high

  * remove useless tags

 -- Paul Bovbel <paul@bovbel.com>  Fri, 26 Oct 2012 09:28:00 -0000

ros-one-pcl-ros (1.0.16-0jammy) jammy; urgency=high

  * no need to depend on a meta-package

 -- Paul Bovbel <paul@bovbel.com>  Fri, 26 Oct 2012 08:53:00 -0000

ros-one-pcl-ros (1.0.15-0jammy) jammy; urgency=high

  * do not generrate messages automatically

 -- Paul Bovbel <paul@bovbel.com>  Wed, 24 Oct 2012 00:00:00 -0000

ros-one-pcl-ros (1.0.14-0jammy) jammy; urgency=high

  * bring back the PCL msgs

 -- Paul Bovbel <paul@bovbel.com>  Tue, 23 Oct 2012 00:00:00 -0000

ros-one-pcl-ros (1.0.13-0jammy) jammy; urgency=high

  * install library to the right place

 -- Paul Bovbel <paul@bovbel.com>  Thu, 11 Oct 2012 17:46:00 -0000

ros-one-pcl-ros (1.0.12-0jammy) jammy; urgency=high



 -- Paul Bovbel <paul@bovbel.com>  Thu, 11 Oct 2012 17:25:00 -0000

ros-one-pcl-ros (1.0.11-0jammy) jammy; urgency=high

  * fix a few dependencies

 -- Paul Bovbel <paul@bovbel.com>  Wed, 10 Oct 2012 00:00:00 -0000

ros-one-pcl-ros (1.0.10-0jammy) jammy; urgency=high

  * comply to the new catkin API
  * fixed pcl_ros manifest
  * added pcl exports in manifest.xml
  * fixed rosdeb pcl in pcl_ros/manifest.xml
  * removing common_rosdeps from manifest.xml
  * perception_pcl restructuring in groovy branch
  * restructuring perception_pcl in groovy branch
  * catkinized version of perception_pcl for groovy
  * added PCL 1.6 stack for groovy

 -- Paul Bovbel <paul@bovbel.com>  Thu, 04 Oct 2012 00:00:00 -0000


