ros-jazzy-nebula-velodyne-decoders (1.0.0-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Sun, 05 Apr 2026 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.4.0-1noble) noble; urgency=high

  * chore: remove PCL dependency (#401 <https://github.com/tier4/nebula/issues/401>)
    * chore: remove all PCL deps from package.xmls
    * chore: remove PCL from all CMakeLists.txts
    * chore: remove unused PointXYZICATR
    * chore: remove pcl from nebula_core
    * chore: transfer continental point types to new format
    * add xyz point type
    * chore: add xyzircaedt to xyz conversion
    * chore: add pcd I/O
    * chore: add Nebula PointCloud to PointCloud2 conversion
    * refactor: remove PCL usage completely
    * refactor: clean PCD I/O
    * test: pcd I/O unit tests
    * chore: update copyright year to 2026
    * chore(pcd): handle padding and alignment correctly
    * perf: make all point types aligned to 16B boundaries
    * fix(ars548): fix jazzy build failure
    * fix(continental): more missing header fixes for Jazzy
    * build: add missing Boost dependency across multiple components
    * fix: correct headers and call sites for convert_point_... functions
    ---------
  * fix: remove maybe-uninitialized warnings (#405 <https://github.com/tier4/nebula/issues/405>)
    * fix: maybe-uninitialized warnings
    * ci(pre-commit): autofix
    ---------
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  * Contributors: Max Schmeller, Ryohsuke Mitsudome

 -- David Wong <david.wong@tier4.jp>  Thu, 26 Mar 2026 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.3.2-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Mon, 26 Jan 2026 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.3.1-1noble) noble; urgency=high

  * chore(maintaners): update maintainers in all packages (#385 <https://github.com/tier4/nebula/issues/385>)
    * chore(maintaners): update maintainers in all packages
    * chore(maintainers): add authors
    * chore(maintainers): add author to Continental packages
    ---------
  * Contributors: David Wong

 -- David Wong <david.wong@tier4.jp>  Sun, 18 Jan 2026 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.3.0-1noble) noble; urgency=high

  * chore: replace ament_cmake_auto with autoware_cmake (#381 <https://github.com/tier4/nebula/issues/381>)
    * chore: replace ament_cmake_auto with autoware_cmake in nebula_continental
    * chore: replace amen_cmake_auto with autoware_cmake in nebula_core
    * chore: replace ament_cmake_auto with autoware_cmake in nebula_hesai
    * chore: replace ament_cmake_auto with autoware_cmake in nebula_robosense
    * chore: replace ament_cmake_auto with autoware_cmake in nebula_velodyne
    * chore: format CMakeLists.txt
    * chore: fix incorrect dependency
    ---------
  * chore: flatten nebula_<vendor>_common include structures (#380 <https://github.com/tier4/nebula/issues/380>)
  * refactor: independent vendor packages (#376 <https://github.com/tier4/nebula/issues/376>)
    * Refactor: Split nebula_common into base and vendor-specific packages
    * Refactor: Split nebula_hw_interfaces into base and vendor-specific packages
    * Refactor nebula_decoders: Create vendor-specific decoder packages (hesai, velodyne, robosense, continental)
    * Fix duplicate nested directories in decoder packages
    * Refactor nebula_ros: Create nebula_ros_base package
    * Refactor nebula_ros: Create nebula_ros_hesai package
    * Refactor nebula_ros: Create vendor-specific ROS packages (velodyne, robosense, continental)
    * Add nebula_ros_base_common library for parameter_descriptors
    * Fix link order for hesai_ros_wrapper
    * Update remaining include paths in vendor-specific ROS packages
    * Update launch files to reference vendor-specific packages
    * Update nebula_ros_base to link Hesai test correctly
    * Move Hesai functional safety test to nebula_ros_hesai to fix circular dependency
    * Fix include paths in hw_interfaces_base test
    * Fix include paths in vendor hw_interfaces packages
    * Fix decoder base include structure and test paths
    * Fix include paths in decoder base headers
    * Add rclcpp dependency to decoder packages
    * Fix ROS base target export and include paths
    * Add smoke tests to nebula_ros_base
    * Fix nebula_examples to use new refactored packages
    * Fix config file paths and launch file references for all vendor packages - all smoke tests passing
    * .
    * ..
    * Restore Hesai functional safety test resources from deleted commit
    - Restored test_resources/fusa_codes/ CSV files that were deleted in commit aa7eb7b6
    - Moved test resources to nebula_ros_hesai package (they were previously in nebula_ros)
    - Updated CMakeLists.txt to install test_resources directory
    - All 20 functional safety tests are now passing
    * Reorganize schema files: move common files to nebula_ros_base/schema and vendor-specific files to vendor packages
    - Moved common schema files from nebula_ros_base/schema/sub/ to nebula_ros_base/schema/
    - Moved vendor-specific schema files to their respective vendor packages:
    - lidar_hesai.json -> nebula_ros_hesai/schema/
    - lidar_velodyne.json -> nebula_ros_velodyne/schema/
    - lidar_robosense.json -> nebula_ros_robosense/schema/
    - radar_continental.json -> nebula_ros_continental/schema/
    - Updated all schema file references to remove 'sub/' prefix
    - Added installation of common schema files to vendor packages so JSON schema references work
    - Updated documentation references to use new package paths
    * Flatten config directory structure: move configs from config/{lidar,radar}/{vendor}/ to config/
    - Moved all sensor config files directly into vendor package config/ directories
    - Updated launch file references to use new flattened paths
    - Updated nebula_examples launch file to reference nebula_ros_hesai instead of nebula_ros
    - Removed empty lidar/hesai, lidar/velodyne, lidar/robosense, and radar/continental subdirectories
    * Fix JSON schema validation using relative paths from schema file location
    - Added $id fields to common schema files using paths relative to repo root
    - Updated all $ref references to use relative paths from schema file location:
    - Common schemas: ../../nebula_ros_base/schema/<file>.json
    - Vendor schemas: <vendor_file>.json (same directory)
    - Validation works with --base-uri file://<repo_root>/<vendor>/schema/
    - All schema validations pass successfully for all vendor packages
    * temp: test updated json-schema-check
    * ci(pre-commit): autofix
    * temp: fix shortened commit hash
    * temp: update json schema check ref
    * temp: final json check version bump
    * fix(ars548): add missing type attr to diagnostics schema
    * docs: fix schema table gen
    * build: remove velodyne-specific stuff from base package
    * chore: remove accidentally committed sub-repos
    * refactor: group packages by vendor
    * refactor: move tests and examples to vendor pkgs, move nebula_launch to nebula meta package, remove nebula_sensor_driver meta package
    * ci(pre-commit): autofix
    * build: fixed cmake files
    * chore: clean up nebula_common
    * ci(pre-commit): autofix
    * move to src directory for cleanliness
    * build: remove superfluous dependencies in CMakeLists and package.xml
    * ci(pre-commit): autofix
    * build: fix missing PNG interface lib
    * build: fix agnocastlib not providing modern cmakle target
    * chore: rename too-convoluted nebula_ros_base_common to nebula_ros_base
    * docs: add migration guide to new version in readme
    * chore: version bump to 0.3.0
    * chore: rename nebula_ros to nebula
    * docs: updater readme to reflect nebula pkg rename
    * chore: rename nebula_ros_vendor to nebula_vendor
    * refactor: nebula_module_vendor -> nebula_vendor_module
    * test: fix issue where sourcing the built project was required for smoke tests to pass
    * chore: update docs, schemas to new module names
    * chore: revert unnecessary test_depend
    * chore: remove erroneous test method instructions
    * chore: remove now-unused hesai_decoder.hpp
    ---------
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  * Contributors: Kotaro Uetake, Max Schmeller

 -- David Wong <david.wong@tier4.jp>  Mon, 01 Dec 2025 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.2.15-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Tue, 28 Oct 2025 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.2.14-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Tue, 21 Oct 2025 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.2.13-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Tue, 30 Sep 2025 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.2.12-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Sun, 24 Aug 2025 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.2.11-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Thu, 21 Aug 2025 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.2.10-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Wed, 13 Aug 2025 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.2.9-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Tue, 22 Jul 2025 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.2.8-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Wed, 02 Jul 2025 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.2.7-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Sun, 08 Jun 2025 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.2.6-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Tue, 06 May 2025 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.2.5-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Tue, 25 Mar 2025 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.2.4-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Tue, 18 Feb 2025 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.2.3-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Mon, 03 Feb 2025 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.2.2-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Thu, 24 Oct 2024 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.2.1-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Wed, 02 Oct 2024 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.2.0-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Mon, 23 Sep 2024 15:00:00 -0000

ros-jazzy-nebula-velodyne-decoders (0.0.1-1noble) noble; urgency=high



 -- David Wong <david.wong@tier4.jp>  Tue, 10 Sep 2024 15:00:00 -0000


