31#ifndef DWFRAMEWORK_DWNODES_DWLIDARPOINTCLOUDSTITCHERNODE_DWLIDARPOINTCLOUDSTITCHERNODE_HPP_
32#define DWFRAMEWORK_DWNODES_DWLIDARPOINTCLOUDSTITCHERNODE_DWLIDARPOINTCLOUDSTITCHERNODE_HPP_
34#include <dw/pointcloudprocessing/stitcher/PointCloudStitcher.h>
65 static constexpr auto get()
67 return describeEnumeratorCollection<dwPointCloudFormat>(
76 static constexpr auto get()
78 return describeEnumeratorCollection<dwMemoryType>(
91 static constexpr char LOG_TAG[] =
"dwLidarPointCloudStitcherNode";
123 return describeConstructorArguments<dwLidarPointCloudStitcherNodeParams, dwContextHandle_t>(
153 dwContextHandle_t)));
157 dwContextHandle_t ctx);
#define DW_DESCRIBE_C_ENUMERATOR(NAME)
Syntactic sugar calling describeEnumerator().
#define DW_DESCRIBE_INDEX_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_UNNAMED_ARRAY_PARAMETER_WITH_SEMANTIC(TYPE_NAME, SEMANTIC_TYPE_NAME, args...)
#define DW_DESCRIBE_UNNAMED_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_UNNAMED_ARRAY_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_PORT(TYPE_NAME, args...)
#define DW_DESCRIBE_PORT_ARRAY(TYPE_NAME, ARRAYSIZE, args...)
The interface to access parameter values identified by name and/or (semantic) type.
static constexpr char LOG_TAG[]
static constexpr auto describePasses()
dwLidarPointCloudStitcherNode(const dwLidarPointCloudStitcherNodeParams &, dwContextHandle_t ctx)
static std::unique_ptr< dwLidarPointCloudStitcherNode > create(ParameterProvider &provider)
static constexpr auto describeParameters()
static constexpr auto describeOutputPorts()
static constexpr auto describeInputPorts()
static constexpr uint32_t MAX_LIDAR_STITCHER_PORT_NUM
dwLidarProperties lidarProperties[MAX_LIDAR_STITCHER_PORT_NUM]
constexpr auto describePortCollection(Args &&... args)
dwTransformation3f lidar2RigDefault[MAX_LIDAR_STITCHER_PORT_NUM]
constexpr std::tuple< dw::core::StringView, dwProcessorType > describePass(dw::core::StringView const &&name, dwProcessorType processorType)
dwPointCloudFormat outputFormat
constexpr auto describeConstructorArgument(const Args &&... args)
constexpr auto describePassCollection(const Args &&... args)
bool enabledLidar[MAX_LIDAR_STITCHER_PORT_NUM]
static constexpr auto get()