46#ifndef DW_POINTCLOUDPROCESSING_MOTIONCOMPENSATOR_H_
47#define DW_POINTCLOUDPROCESSING_MOTIONCOMPENSATOR_H_
214 uint32_t
const timestampChannelIndex,
NVIDIA DriveWorks API: Egomotion Producer/State Methods
dwStatus
Status definition.
NVIDIA DriveWorks API: Point Cloud Processing
int64_t dwTime_t
Specifies a timestamp unit, in microseconds.
struct dwContextObject * dwContextHandle_t
Context handle.
struct dwEgomotionStateObject const * dwConstEgomotionStateHandle_t
Defines the properties of the lidar.
dwMotionCompensatorInterpolationStrategy interpolationStrategy
Interpolation strategy.
uint32_t motionModelResolution
Number of transfomations calculated at equal time intervals between start and the end of a spin.
dwTransformation3f pointCloudToRig
Transformation aligns the lidar sensor with the platform that produces the egomotion.
bool enableCuda
If set the module operate on GPU point clouds.
uint32_t maxPointCloudSize
Maximum number of points in input/output point cloud.
bool outputInRigCoordinates
If true output points are transformed to rig coordinate system.
struct dwMotionCompensatorObject * dwMotionCompensatorHandle_t
DW_API_PUBLIC dwStatus dwMotionCompensator_getDefaultParams(dwMotionCompensatorParams *params, dwLidarProperties const *lidarProps)
Get default parameters for motion compensator.
DW_API_PUBLIC dwStatus dwMotionCompensator_reset(dwMotionCompensatorHandle_t obj)
Reset motion compensator.
DW_API_PUBLIC dwStatus dwMotionCompensator_setCUDAStream(const cudaStream_t stream, dwMotionCompensatorHandle_t obj)
Set CUDA stream of motion compensator.
DW_API_PUBLIC dwStatus dwMotionCompensator_bindInput(dwPointCloud const *pointCloud, uint32_t const timestampChannelIndex, dwMotionCompensatorHandle_t obj)
Bind input point cloud.
DW_API_PUBLIC dwStatus dwMotionCompensator_bindEgomotionState(dwConstEgomotionStateHandle_t motionState, dwMotionCompensatorHandle_t obj)
Bind egomotion state handle.
DW_API_PUBLIC dwStatus dwMotionCompensator_bindInputLidarPointCloud(dwLidarPointCloud const *pointCloud, dwMotionCompensatorHandle_t obj)
Bind input lidar point cloud.
DW_API_PUBLIC dwStatus dwMotionCompensator_getCUDAStream(cudaStream_t *stream, dwMotionCompensatorConstHandle_t obj)
Get CUDA stream of motion compensator.
DW_API_PUBLIC dwStatus dwMotionCompensator_bindOutput(dwPointCloud *pointCloud, dwMotionCompensatorHandle_t obj)
Bind output point cloud.
DW_API_PUBLIC dwStatus dwMotionCompensator_release(dwMotionCompensatorHandle_t obj)
Release motion compensator.
DW_API_PUBLIC dwStatus dwMotionCompensator_initialize(dwMotionCompensatorHandle_t *obj, dwMotionCompensatorParams const *params, dwContextHandle_t ctx)
Initialize motion compensator module.
DW_API_PUBLIC dwStatus dwMotionCompensator_setTransform(dwTransformation3f const *transform, dwMotionCompensatorHandle_t obj)
Update point cloud transformation to egomotion coordinate frame.
DW_API_PUBLIC dwStatus dwMotionCompensator_process(dwMotionCompensatorHandle_t obj)
Perform motion compensation.
DW_API_PUBLIC dwStatus dwMotionCompensator_bindOutputLidarPointCloud(dwLidarPointCloud *pointCloud, dwMotionCompensatorHandle_t obj)
Bind output lidar point cloud.
dwMotionCompensatorInterpolationStrategy
Defines transform interpolation strategy.
DW_API_PUBLIC dwStatus dwMotionCompensator_setReferenceTimestamp(dwTime_t const timestamp, dwMotionCompensatorHandle_t obj)
Set reference time for motion compensation.
struct dwMotionCompensatorObject const * dwMotionCompensatorConstHandle_t
@ DW_PC_MOTION_COMPENSATOR_INTERPOLATION_LINEAR
Default interpolation strategy applying linear interpolation.
Defines a LiDAR-specific point cloud data structure.
Defines point cloud motion compensator parameters.
Defines point cloud data structure.