Package Summary

Version 1.0.0
License Apache 2
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/tier4/nebula.git
VCS Type git
VCS Version main
Last Updated 2026-04-06
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Nebula Common Continental Libraries and headers

Maintainers

  • David Wong
  • Max Schmeller
  • Amadeusz Szymko

Authors

  • TIER IV
  • Kenzo Lobos-Tsunekawa
README
No README found. See repository README.
CHANGELOG

Changelog for package nebula_continental_common

1.0.0 (2026-04-06)

0.4.0 (2026-03-27)

  • chore: remove PCL dependency (#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 ---------

  • Contributors: Max Schmeller

0.3.2 (2026-01-27)

0.3.1 (2026-01-19)

  • chore(maintaners): update maintainers in all packages (#385)

    • chore(maintaners): update maintainers in all packages
    • chore(maintainers): add authors

    * chore(maintainers): add author to Continental packages ---------

  • Contributors: David Wong

0.3.0 (2025-12-02)

  • chore: replace ament_cmake_auto with autoware_cmake (#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)

  • refactor: independent vendor packages (#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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nebula_continental_common at Robotics Stack Exchange

Package Summary

Version 1.0.0
License Apache 2
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/tier4/nebula.git
VCS Type git
VCS Version main
Last Updated 2026-04-06
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Nebula Common Continental Libraries and headers

Maintainers

  • David Wong
  • Max Schmeller
  • Amadeusz Szymko

Authors

  • TIER IV
  • Kenzo Lobos-Tsunekawa
README
No README found. See repository README.
CHANGELOG

Changelog for package nebula_continental_common

1.0.0 (2026-04-06)

0.4.0 (2026-03-27)

  • chore: remove PCL dependency (#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 ---------

  • Contributors: Max Schmeller

0.3.2 (2026-01-27)

0.3.1 (2026-01-19)

  • chore(maintaners): update maintainers in all packages (#385)

    • chore(maintaners): update maintainers in all packages
    • chore(maintainers): add authors

    * chore(maintainers): add author to Continental packages ---------

  • Contributors: David Wong

0.3.0 (2025-12-02)

  • chore: replace ament_cmake_auto with autoware_cmake (#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)

  • refactor: independent vendor packages (#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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nebula_continental_common at Robotics Stack Exchange

No version for distro kilted showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Version 1.0.0
License Apache 2
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/tier4/nebula.git
VCS Type git
VCS Version main
Last Updated 2026-04-06
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Nebula Common Continental Libraries and headers

Maintainers

  • David Wong
  • Max Schmeller
  • Amadeusz Szymko

Authors

  • TIER IV
  • Kenzo Lobos-Tsunekawa
README
No README found. See repository README.
CHANGELOG

Changelog for package nebula_continental_common

1.0.0 (2026-04-06)

0.4.0 (2026-03-27)

  • chore: remove PCL dependency (#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 ---------

  • Contributors: Max Schmeller

0.3.2 (2026-01-27)

0.3.1 (2026-01-19)

  • chore(maintaners): update maintainers in all packages (#385)

    • chore(maintaners): update maintainers in all packages
    • chore(maintainers): add authors

    * chore(maintainers): add author to Continental packages ---------

  • Contributors: David Wong

0.3.0 (2025-12-02)

  • chore: replace ament_cmake_auto with autoware_cmake (#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)

  • refactor: independent vendor packages (#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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nebula_continental_common at Robotics Stack Exchange

No version for distro rolling showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Version 1.0.0
License Apache 2
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/tier4/nebula.git
VCS Type git
VCS Version main
Last Updated 2026-04-06
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Nebula Common Continental Libraries and headers

Maintainers

  • David Wong
  • Max Schmeller
  • Amadeusz Szymko

Authors

  • TIER IV
  • Kenzo Lobos-Tsunekawa
README
No README found. See repository README.
CHANGELOG

Changelog for package nebula_continental_common

1.0.0 (2026-04-06)

0.4.0 (2026-03-27)

  • chore: remove PCL dependency (#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 ---------

  • Contributors: Max Schmeller

0.3.2 (2026-01-27)

0.3.1 (2026-01-19)

  • chore(maintaners): update maintainers in all packages (#385)

    • chore(maintaners): update maintainers in all packages
    • chore(maintainers): add authors

    * chore(maintainers): add author to Continental packages ---------

  • Contributors: David Wong

0.3.0 (2025-12-02)

  • chore: replace ament_cmake_auto with autoware_cmake (#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)

  • refactor: independent vendor packages (#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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nebula_continental_common at Robotics Stack Exchange

Package Summary

Version 1.0.0
License Apache 2
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/tier4/nebula.git
VCS Type git
VCS Version main
Last Updated 2026-04-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Nebula Common Continental Libraries and headers

Maintainers

  • David Wong
  • Max Schmeller
  • Amadeusz Szymko

Authors

  • TIER IV
  • Kenzo Lobos-Tsunekawa
README
No README found. See repository README.
CHANGELOG

Changelog for package nebula_continental_common

1.0.0 (2026-04-06)

0.4.0 (2026-03-27)

  • chore: remove PCL dependency (#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 ---------

  • Contributors: Max Schmeller

0.3.2 (2026-01-27)

0.3.1 (2026-01-19)

  • chore(maintaners): update maintainers in all packages (#385)

    • chore(maintaners): update maintainers in all packages
    • chore(maintainers): add authors

    * chore(maintainers): add author to Continental packages ---------

  • Contributors: David Wong

0.3.0 (2025-12-02)

  • chore: replace ament_cmake_auto with autoware_cmake (#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)

  • refactor: independent vendor packages (#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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nebula_continental_common at Robotics Stack Exchange

No version for distro galactic showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Version 1.0.0
License Apache 2
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/tier4/nebula.git
VCS Type git
VCS Version main
Last Updated 2026-04-06
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Nebula Common Continental Libraries and headers

Maintainers

  • David Wong
  • Max Schmeller
  • Amadeusz Szymko

Authors

  • TIER IV
  • Kenzo Lobos-Tsunekawa
README
No README found. See repository README.
CHANGELOG

Changelog for package nebula_continental_common

1.0.0 (2026-04-06)

0.4.0 (2026-03-27)

  • chore: remove PCL dependency (#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 ---------

  • Contributors: Max Schmeller

0.3.2 (2026-01-27)

0.3.1 (2026-01-19)

  • chore(maintaners): update maintainers in all packages (#385)

    • chore(maintaners): update maintainers in all packages
    • chore(maintainers): add authors

    * chore(maintainers): add author to Continental packages ---------

  • Contributors: David Wong

0.3.0 (2025-12-02)

  • chore: replace ament_cmake_auto with autoware_cmake (#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)

  • refactor: independent vendor packages (#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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nebula_continental_common at Robotics Stack Exchange

No version for distro iron showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Version 1.0.0
License Apache 2
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/tier4/nebula.git
VCS Type git
VCS Version main
Last Updated 2026-04-06
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Nebula Common Continental Libraries and headers

Maintainers

  • David Wong
  • Max Schmeller
  • Amadeusz Szymko

Authors

  • TIER IV
  • Kenzo Lobos-Tsunekawa
README
No README found. See repository README.
CHANGELOG

Changelog for package nebula_continental_common

1.0.0 (2026-04-06)

0.4.0 (2026-03-27)

  • chore: remove PCL dependency (#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 ---------

  • Contributors: Max Schmeller

0.3.2 (2026-01-27)

0.3.1 (2026-01-19)

  • chore(maintaners): update maintainers in all packages (#385)

    • chore(maintaners): update maintainers in all packages
    • chore(maintainers): add authors

    * chore(maintainers): add author to Continental packages ---------

  • Contributors: David Wong

0.3.0 (2025-12-02)

  • chore: replace ament_cmake_auto with autoware_cmake (#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)

  • refactor: independent vendor packages (#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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nebula_continental_common at Robotics Stack Exchange

No version for distro melodic showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Version 1.0.0
License Apache 2
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/tier4/nebula.git
VCS Type git
VCS Version main
Last Updated 2026-04-06
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Nebula Common Continental Libraries and headers

Maintainers

  • David Wong
  • Max Schmeller
  • Amadeusz Szymko

Authors

  • TIER IV
  • Kenzo Lobos-Tsunekawa
README
No README found. See repository README.
CHANGELOG

Changelog for package nebula_continental_common

1.0.0 (2026-04-06)

0.4.0 (2026-03-27)

  • chore: remove PCL dependency (#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 ---------

  • Contributors: Max Schmeller

0.3.2 (2026-01-27)

0.3.1 (2026-01-19)

  • chore(maintaners): update maintainers in all packages (#385)

    • chore(maintaners): update maintainers in all packages
    • chore(maintainers): add authors

    * chore(maintainers): add author to Continental packages ---------

  • Contributors: David Wong

0.3.0 (2025-12-02)

  • chore: replace ament_cmake_auto with autoware_cmake (#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)

  • refactor: independent vendor packages (#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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nebula_continental_common at Robotics Stack Exchange

No version for distro noetic showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Version 1.0.0
License Apache 2
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/tier4/nebula.git
VCS Type git
VCS Version main
Last Updated 2026-04-06
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Nebula Common Continental Libraries and headers

Maintainers

  • David Wong
  • Max Schmeller
  • Amadeusz Szymko

Authors

  • TIER IV
  • Kenzo Lobos-Tsunekawa
README
No README found. See repository README.
CHANGELOG

Changelog for package nebula_continental_common

1.0.0 (2026-04-06)

0.4.0 (2026-03-27)

  • chore: remove PCL dependency (#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 ---------

  • Contributors: Max Schmeller

0.3.2 (2026-01-27)

0.3.1 (2026-01-19)

  • chore(maintaners): update maintainers in all packages (#385)

    • chore(maintaners): update maintainers in all packages
    • chore(maintainers): add authors

    * chore(maintainers): add author to Continental packages ---------

  • Contributors: David Wong

0.3.0 (2025-12-02)

  • chore: replace ament_cmake_auto with autoware_cmake (#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)

  • refactor: independent vendor packages (#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

File truncated at 100 lines see the full file

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nebula_continental_common at Robotics Stack Exchange