Skip to content

lidarslam_ros2 Docs

ROS 2 LiDAR SLAM Docs

Pointcloud-map authoring, benchmark evidence, and browser-first map proof.

lidarslam_ros2 is organized around a practical public path: build a pointcloud map, validate it, and open it through Autoware-compatible map workflows.

RKO-LIO frontend graph_based_slam backend Foxglove proof path
Browser proof of an Autoware-compatible pointcloud map

Autoware-compatible proof

The public flow publishes a live /map/pointcloud_map, writes map_projector_info.yaml, and keeps map verification in the documented path.

Open the Foxglove viewer path

Map cleanup with evidence

Save-time dynamic filtering reduces map size while preserving coarse footprint overlap. The validation reports track both reduction and tile overlap.

Dynamic-object filter benchmark summary

Start Here

Operations

Current Snapshot

Area Current public position
Main path RKO-LIO + graph_based_slam
Public map output pointcloud_map/ + map_projector_info.yaml
Browser proof Foxglove path documented and smoke-tested
Long-loop evidence MID360
Ground-truth benchmark NTU VIRAL tnp_01
Save-time cleanup dynamic filter with cross-dataset validation

Releases

Local Preview

Build the docs:

python3 -m mkdocs build --strict

Serve them locally:

python3 -m mkdocs serve