ros-humble-off-highway-general-purpose-radar (0.6.3-1bookworm) bookworm; urgency=high

  * Add missing dependency on PCL headers (#9)
    When I try to build this package on jazzy with rosdep, the PCL headers
    are missing. This package uses find_package(PCL) and includes it in
    the headers. Therefore I think it would be best to add it to the
    build_depend and build_export_depend tags of the package.xml
    files.
    In the buildfarm this is technically not needed because the PCL headers
    are a build_export_depend of pcl_conversions, but rosdep ignores
    this dependency so it misses the PCL headers.
  * Contributors: Ramon Wijnands

 -- Robin Petereit <robin.petereit@de.bosch.com>  Mon, 08 Jul 2024 16:00:00 -0000

ros-humble-off-highway-general-purpose-radar (0.6.2-1bookworm) bookworm; urgency=high



 -- Robin Petereit <robin.petereit@de.bosch.com>  Wed, 12 Jun 2024 16:00:00 -0000

ros-humble-off-highway-general-purpose-radar (0.6.1-1bookworm) bookworm; urgency=high



 -- Robin Petereit <robin.petereit@de.bosch.com>  Mon, 03 Jun 2024 16:00:00 -0000

ros-humble-off-highway-general-purpose-radar (0.6.0-1bookworm) bookworm; urgency=high

  * Convert general purpose radar from node to component
  * Add launch argument for parameters and unify launch file names
  * Contributors: Robin Petereit

 -- Robin Petereit <robin.petereit@de.bosch.com>  Mon, 13 May 2024 16:00:00 -0000

ros-humble-off-highway-general-purpose-radar (0.5.1-1bookworm) bookworm; urgency=high

  * Include what you use
  * Disable irrelevant warnings for Clang
    Anonymous structs are used in PCL for type punning:
    https://github.com/PointCloudLibrary/pcl/issues/2303
    Subobject braces are not needed:
    https://bugs.llvm.org/show_bug.cgi?id=21629
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25137
  * Contributors: Robin Petereit

 -- Robin Petereit <robin.petereit@de.bosch.com>  Tue, 26 Mar 2024 16:00:00 -0000


