31#ifndef DWFRAMEWORK_DWNODES_SELFCALIBRATION_DWSELFCALIBRATIONRADARNODE_DWSELFCALIBRATIONRADARNODE_HPP_
32#define DWFRAMEWORK_DWNODES_SELFCALIBRATION_DWSELFCALIBRATIONRADARNODE_DWSELFCALIBRATIONRADARNODE_HPP_
40#include <dwframework/dwnodes/common/SelfCalibrationTypes.hpp>
41#include <dwframework/dwnodes/common/channelpackets/DopplerMotionEstimator.hpp>
42#include <dwframework/dwnodes/common/channelpackets/SelfCalibrationTypes.hpp>
43#include <dwframework/dwnodes/common/channelpackets/VehicleIOValStructures.hpp>
44#include <dwframework/dwnodes/common/channelpackets/Radar.hpp>
45#include <dw/sensors/radar/Radar.h>
46#include <dw/sensors/radar/RadarTypes.h>
83 static constexpr char8_t LOG_TAG[]{
"dwSelfCalibrationRadarNode"};
114 describePass(StringView{
"SETUP"}, DW_PROCESSOR_TYPE_CPU),
115 describePass(StringView{
"PROCESS"}, DW_PROCESSOR_TYPE_CPU),
116 describePass(StringView{
"TEARDOWN"}, DW_PROCESSOR_TYPE_CPU));
126 return describeConstructorArguments<dwSelfCalibrationRadarNodeParam, dwContextHandle_t>(
133 "radarSensorIndex"_sv,
137 "calibrateWheelRadii"_sv,
141 "enableCalibration"_sv,
145 "channelFifoSize"_sv,
149 "yawPrecisionDeg"_sv,
153 dwContextHandle_t)));
#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.
dwSelfCalibrationRadarNode(dwSelfCalibrationRadarNodeParam const ¶m, dwContextHandle_t const ctx)
static constexpr auto describeParameters()
static constexpr auto describeOutputPorts()
static constexpr auto describeInputPorts()
static constexpr auto describePasses()
static std::unique_ptr< dwSelfCalibrationRadarNode > create(ParameterProvider &provider)
static constexpr char8_t LOG_TAG[]
dwSelfCalibrationNodeRadarParamsNew radarParams
dwRadarProperties radarProps
constexpr auto describeConstructorArgument(const Args &&... args) -> dw::core::Tuple< Args... >
float32_t yawPrecisionDeg
bool calibrateWheelRadii
TODO(lmoltrecht): AVC-2389 Move into radarParams??
constexpr auto describePassCollection(const Args &&... args) -> std::tuple< Args... >
constexpr auto describePortCollection(Args &&... args) -> dw::core::Tuple< Args... >
bool sensorEnabledGlobally
constexpr PassDescriptorT< 0 > describePass(dw::core::StringView const &&name, dwProcessorType processorType)
dwConstRigHandle_t rigHandle
size_t sensorIndex
TODO(lmoltrecht): AVC-2389 Consider changing to uint32_t after node split is finished.
TODO(lmoltrecht): AVC-2389 Remove "new" from name.