31#ifndef DWFRAMEWORK_DWNODES_DWLIDARPOINTCLOUDACCUMULATORNODE_DWLIDARPOINTCLOUDACCUMULATORNODE_HPP_
32#define DWFRAMEWORK_DWNODES_DWLIDARPOINTCLOUDACCUMULATORNODE_DWLIDARPOINTCLOUDACCUMULATORNODE_HPP_
34#include <dw/core/logger/Logger.hpp>
35#include <dw/pointcloudprocessing/accumulator/PointCloudAccumulator.h>
67 static constexpr char LOG_TAG[] =
"dwLidarPointCloudAccumulatorNode";
88 describePass(
"PROCESS_GPU_ASYNC"_sv, DW_PROCESSOR_TYPE_GPU),
89 describePass(
"PROCESS_CPU_SYNC"_sv, DW_PROCESSOR_TYPE_CPU),
108 "filterWindowSize"_sv,
120 "minDistanceMeter"_sv,
124 "maxDistanceMeter"_sv,
128 "enableMotionCompensation"_sv,
136 "enableZeroCrossDetection"_sv,
140 "outputInRigCoordinates"_sv,
149 "enableEgomotionCompensation"_sv,
165 dwContextHandle_t)));
171 const dwContextHandle_t ctx);
#define DW_DESCRIBE_INDEX_PARAMETER_WITH_SEMANTIC(TYPE_NAME, SEMANTIC_TYPE_NAME, args...)
#define DW_DESCRIBE_INDEX_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_UNNAMED_PARAMETER_WITH_SEMANTIC(TYPE_NAME, SEMANTIC_TYPE_NAME, args...)
#define DW_DESCRIBE_UNNAMED_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.
dwLidarPointCloudAccumulatorNode(const dwPointCloudAccumulatorNodeParams ¶msPointCloud, const dwContextHandle_t ctx)
static std::unique_ptr< dwLidarPointCloudAccumulatorNode > create(ParameterProvider &provider)
static constexpr auto describeParameters()
static constexpr auto describeOutputPorts()
static constexpr auto describePasses()
static constexpr auto describeInputPorts()
static constexpr char LOG_TAG[]
bool enableEgomotionCompensation
constexpr std::tuple describeConstructorArguments()
constexpr auto describePortCollection(Args &&... args)
constexpr std::tuple< dw::core::StringView, dwProcessorType > describePass(dw::core::StringView const &&name, dwProcessorType processorType)
dwPointCloudAccumulatorParams pointCloudAccuParams
constexpr auto describeConstructorArgument(const Args &&... args)
dwLidarProperties lidarProperties
dwEgomotionParameters egomotionParams
constexpr auto describePassCollection(const Args &&... args)