Geometric scene change detection between a base map and a new traversal, built for ROS2.
- ROS2 Humble
- PCL, Eigen3, OpenMP
- optmap — must be built in the same workspace; this package depends on it for submap retrieval at runtime.
From the workspace root:
colcon build --packages-select change_detection
source install/setup.bashros2 launch change_detection change_detector_launch.py \
pose_topic:=/dliom/odom_node/optmap_pose \
desc_topic:=/optmap/pc_descriptor_node/descriptorParameters are set in cfg/change.yaml, cfg/ground.yaml, and cfg/manager.yaml.