diff --git a/README.md b/README.md index 7f9f688..9ab59f3 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,14 @@ To specify a custom directory for the output file, use the `output_dir` paramete ros2 launch kinematic_icp offline_node.launch.py lidar_topic:= bag_filename:= output_dir:= ``` +## 2D LiDAR support + +You can run both the `online_node` and the `offline_node` on a 2D Laser topic (with message type `LaserScan`) by setting the `use_2d_lidar` flag to `true`. For example: + +```sh +ros2 launch kinematic_icp online_node.launch.py lidar_topic:= use_2d_lidar:=true +``` + ## Citation