Skip to content

Subtract a static map (OccupancyGridMap) from a point cloud (PointCloud2).

Notifications You must be signed in to change notification settings

harmony-eu/static_map_filter_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laser Static Map Mask/Subtraction Filter (ROS2 Humble)

todo: occupancy_grid code has no clear license

Subtract a static map (OccupancyGridMap) from a point cloud (PointCloud2). This can be used for example to remove obstacles from a point cloud or 2D lidar scan. The map serves as a masking layer for the point cloud.

Removing obstacles in a static map (black) from a laser scan point cloud

Installation

cd ament_ws/src
git clone https://github.com/giuschio/static_map_filter_2.git
cd ..
colcon build

Usage

ros2 launch laser_static_map_filter laser_static_map_filter.launch.py

About

Subtract a static map (OccupancyGridMap) from a point cloud (PointCloud2).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages