Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
|
The points_map_filter node performs an approximate filtering of lidar data to keep it within the bounds of the lanes in a Lanelet2 semantic map. The map space is discritized into square cells with length specified by the node parameters. The lane boundaries in the Lanelet2 map are then used to create an occupancy grid of the wold. When lidar data is received only points which intersect the occupied cells (where the lanes are) will be forwarded out of this node.