31#ifndef DWFRAMEWORK_DWNODES_SELFCALIBRATION_DWSELFCALIBRATIONSINGLELIDARNODE_DWSELFCALIBRATIONSINGLELIDARNODE_HPP_
32#define DWFRAMEWORK_DWNODES_SELFCALIBRATION_DWSELFCALIBRATIONSINGLELIDARNODE_DWSELFCALIBRATIONSINGLELIDARNODE_HPP_
40#include <dwframework/dwnodes/common/SelfCalibrationTypes.hpp>
41#include <dwframework/dwnodes/common/channelpackets/EgomotionState.hpp>
42#include <dwframework/dwnodes/common/channelpackets/PointCloud.hpp>
43#include <dwframework/dwnodes/common/channelpackets/LidarPointCloud.hpp>
44#include <dwframework/dwnodes/common/channelpackets/PointCloudProcessingCommonTypes.hpp>
45#include <dwframework/dwnodes/common/channelpackets/SelfCalibrationTypes.hpp>
46#include <dwframework/dwnodes/common/channelpackets/VehicleIOLegacyStructures.hpp>
47#include <dwframework/dwnodes/common/channelpackets/VehicleIOValStructures.hpp>
78 static constexpr char LOG_TAG[]{
"dwSelfCalibrationSingleLidarNode"};
105 describePass(StringView{
"SETUP"}, DW_PROCESSOR_TYPE_CPU),
106 describePass(StringView{
"PROCESS_NONLIDAR"}, DW_PROCESSOR_TYPE_CPU),
107 describePass(StringView{
"PROCESS_LIDAR_GPU_ASYNC"}, DW_PROCESSOR_TYPE_GPU),
108 describePass(StringView{
"PROCESS_LIDAR_CPU_SYNC"}, DW_PROCESSOR_TYPE_CPU),
109 describePass(StringView{
"TEARDOWN"}, DW_PROCESSOR_TYPE_CPU));
119 return describeConstructorArguments<dwSelfCalibrationSingleLidarNodeParam, dwContextHandle_t>(
130 "lidarSensorStreamIndex"_sv),
133 "enableCalibration"_sv,
137 "channelFifoSize"_sv,
141 "lidarSensorStreamIndex"_sv,
145 dwContextHandle_t)));
#define DW_DESCRIBE_INDEX_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_UNNAMED_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_ABSTRACT_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_PORT(TYPE_NAME, args...)
The interface to access parameter values identified by name and/or (semantic) type.
static constexpr char LOG_TAG[]
dwSelfCalibrationSingleLidarNode(dwSelfCalibrationSingleLidarNodeParam const ¶m, dwContextHandle_t const ctx)
static constexpr auto describePasses()
static constexpr auto describeInputPorts()
static constexpr auto describeParameters()
static std::unique_ptr< dwSelfCalibrationSingleLidarNode > create(ParameterProvider &provider)
static constexpr auto describeOutputPorts()
dwLidarProperties lidarProps
bool lidarHandEyeUsesEgomotion
size_t sensorIndex
TODO(lmoltrecht): AVC-2389 Consider changing to uint32_t after node split is finished.
constexpr auto describeConstructorArgument(const Args &&... args) -> dw::core::Tuple< Args... >
constexpr std::tuple< dw::core::StringView, dwProcessorType > describePass(dw::core::StringView const &&name, dwProcessorType processorType)
dwSelfCalibrationNodeLidarParams lidarParams
dwConstRigHandle_t rigHandle
constexpr auto describePassCollection(const Args &&... args) -> std::tuple< Args... >
constexpr auto describePortCollection(Args &&... args) -> dw::core::Tuple< Args... >