ground remover package cannot delete ghost points appears front of car when passing speedbump #3673
Closed
3 tasks done
Labels
component:perception
Advanced sensor data processing and environment understanding. (auto-assigned)
component:vehicle
Vehicle-specific implementations, drivers, packages. (auto-assigned)
Checklist
Description
Currently we are using
scan_ground_filter
algorithm in ground segmentation node but when passing speed bumps the algorithm can not work efficiently because vehicle is shaken and can not delete all ground points ghost points occurs front of vehicle.Because of point occurs on the wayobstacle stop planner
stops the car. Here is an example of this problem:Default parameter values are below:
Mainly increasing
non_ground_height_threshold
parameter affects deleting these points and this parameter is height threshold of non ground objects for elevation grid mode.Currently we tuned parameters and took better result but when increase parameters to much we are losing points tuned_video.Here is tuned parameters below:
Here is a bag file to help understand problem ground_remover_bag
Purpose
To improve algorithm when passing speed bumps
Possible approaches
improve algorithm
Definition of done
Tuned current algorithm and tested it on vehicle
The text was updated successfully, but these errors were encountered: