autoware.universe icon indicating copy to clipboard operation
autoware.universe copied to clipboard

Add intensity for poincloud processing in perception and an intensity_based_unknown_validator

Open badai-nguyen opened this issue 10 months ago • 0 comments

Checklist

  • [X] I've read the contribution guidelines.
  • [X] I've searched other issues and no duplicate issues were found.
  • [X] I've agreed with the maintainers that I can plan this task.

Description

  • Durring and after raining weather, autoware faces a issue of false detection of Unkown caused by pointcloud from raidrop or water splash from ego and other fast moving vehicle.

Purpose

  • Reduce or ignore such noise pointcloud uknown detection.

Possible approaches

In order to reduce or ignore the unknown of such noise pointcloud, there are two possible appoaches

  • Apply some kind of noise pointcloud denoise filter during pointcloud processing stage
  • Implement a kind of unknown object validator in object recognition stage (after Euclidean Cluster).

This task is to plan the implementation of an intensity based unknown validator for the later approach.

dai_proposal_diagram-Page-6

Definition of done

  • [ ] Implement the intensity_based_validator node
  • [ ] Update and add intensity field for the neccesary node for above validator

Currently I think the nodes which doesn't have intensity yet and needed to be added are

badai-nguyen avatar Apr 10 '24 11:04 badai-nguyen