31#ifndef DWFRAMEWORK_DWNODES_SELFCALIBRATION_DWSELFCALIBRATIONLIDARNODE_DWSELFCALIBRATIONLIDARNODE_HPP_
32#define DWFRAMEWORK_DWNODES_SELFCALIBRATION_DWSELFCALIBRATIONLIDARNODE_DWSELFCALIBRATIONLIDARNODE_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/VehicleIOValStructures.hpp>
77 static constexpr char LOG_TAG[]{
"dwSelfCalibrationLidarNode"};
107 describePass(StringView{
"SETUP"}, DW_PROCESSOR_TYPE_CPU),
108 describePass(StringView{
"PROCESS_NONLIDAR"}, DW_PROCESSOR_TYPE_CPU),
109 describePass(StringView{
"PROCESS_LIDAR_GPU_ASYNC"}, DW_PROCESSOR_TYPE_GPU),
110 describePass(StringView{
"PROCESS_LIDAR_CPU_SYNC"}, DW_PROCESSOR_TYPE_CPU),
111 describePass(StringView{
"TEARDOWN"}, DW_PROCESSOR_TYPE_CPU));
122 describeConstructorArgument<dwSelfCalibrationLidarNodeParam>(
132 "lidarSensorStreamIndex"_sv),
135 "enableCalibration"_sv,
139 "channelFifoSize"_sv,
143 "lidarSensorStreamIndex"_sv,
145 describeConstructorArgument<dwContextHandle_t>(
147 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, NAME, args...)
The interface to access parameter values identified by name and/or (semantic) type.
static constexpr auto describeParameters()
static constexpr auto describeInputPorts()
static std::unique_ptr< dwSelfCalibrationLidarNode > create(ParameterProvider const &provider)
static constexpr auto describeOutputPorts()
static constexpr auto describePasses()
static constexpr char LOG_TAG[]
dwSelfCalibrationLidarNode(dwSelfCalibrationLidarNodeParam const ¶m, dwContextHandle_t const ctx)
dwLidarProperties lidarProps
bool lidarHandEyeUsesEgomotion
dwSelfCalibrationNodeLidarParams lidarParams
constexpr std::tuple describeConstructorArguments()
constexpr PassDescriptorT< 0 > describePass(dw::core::StringView &&name, dwProcessorType processorType)
constexpr auto describePassCollection(const Args &&... args) -> std::tuple< Args... >
dwConstRigHandle_t rigHandle
constexpr auto describePortCollection(Args &&... args) -> dw::core::Tuple< Args... >
size_t sensorIndex
TODO(lmoltrecht): AVC-2389 Consider changing to uint32_t after node split is finished.