31#ifndef DWFRAMEWORK_DWNODES_POINTCLOUDPROCESSING_DWACCUMULATORNODE_DWPOINTCLOUDACCUMULATORNODE_HPP_
32#define DWFRAMEWORK_DWNODES_POINTCLOUDPROCESSING_DWACCUMULATORNODE_DWPOINTCLOUDACCUMULATORNODE_HPP_
34#include <dwshared/dwfoundation/dw/core/logger/Logger.hpp>
35#include <dw/pointcloudprocessing/assembler/PointCloudAssembler.h>
36#include <dw/pointcloudprocessing/motioncompensator/MotionCompensator.h>
42#include <dwframework/dwnodes/common/SensorCommonTypes.hpp>
43#include <dwframework/dwnodes/common/channelpackets/EgomotionState.hpp>
44#include <dwframework/dwnodes/common/channelpackets/DwframeworkTypes.hpp>
45#include <dwframework/dwnodes/common/channelpackets/PointCloud.hpp>
46#include <dwframework/dwnodes/common/channelpackets/LidarPointCloud.hpp>
47#include <dwframework/dwnodes/common/channelpackets/SensorCommonTypes.hpp>
48#include <dwframework/dwnodes/common/channelpackets/SensorCommonTypesL2Plus.hpp>
75 static constexpr char8_t LOG_TAG[]{
"dwPointCloudAccumulatorNode"};
103 describePass(StringView{
"SETUP"}, DW_PROCESSOR_TYPE_CPU),
104 describePass(StringView{
"PROCESS_ASSM_GPU_ASYNC"}, DW_PROCESSOR_TYPE_GPU),
105 describePass(StringView{
"PROCESS_ASSM_CPU_SYNC"}, DW_PROCESSOR_TYPE_CPU),
106 describePass(StringView{
"PROCESS_COMP_GPU_ASYNC"}, DW_PROCESSOR_TYPE_GPU),
107 describePass(StringView{
"PROCESS_COMP_CPU_SYNC"}, DW_PROCESSOR_TYPE_CPU),
108 describePass(StringView{
"TEARDOWN"}, DW_PROCESSOR_TYPE_CPU));
117 describeConstructorArgument<dwAccumulatorNodeParams>(
123 dwMotionCompensatorInterpolationStrategy,
124 "interpolationStrategy"_sv,
128 "outputInRigCoordinates"_sv,
147 describeConstructorArgument<dwContextHandle_t>(
149 dwContextHandle_t)));
155 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, NAME, args...)
The interface to access parameter values identified by name and/or (semantic) type.
static constexpr char8_t LOG_TAG[]
static constexpr auto describeParameters()
static constexpr auto describeInputPorts()
static constexpr auto describeOutputPorts()
static std::unique_ptr< dwPointCloudAccumulatorNode > create(ParameterProvider &provider)
static constexpr auto describePasses()
dwPointCloudAccumulatorNode(const dwAccumulatorNodeParams ¶msPointCloud, const dwContextHandle_t ctx)
dwLidarProperties lidarProperties
constexpr std::tuple describeConstructorArguments()
constexpr PassDescriptorT< 0 > describePass(dw::core::StringView &&name, dwProcessorType processorType)
constexpr auto describePassCollection(const Args &&... args) -> std::tuple< Args... >
constexpr auto describePortCollection(Args &&... args) -> dw::core::Tuple< Args... >
dwMotionCompensatorParams compParams
dwEgomotionParameters egomotionParams
dwPointCloudAssemblerParams assmParams