From e0e15c85342fbbddbd4239bfb4c75a188eff9a33 Mon Sep 17 00:00:00 2001 From: horverno Date: Mon, 30 Oct 2023 07:41:37 +0100 Subject: [PATCH] ROS 2 one-liner install update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f30f0cd..f0d95a05 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ For advanced instructions on the Python pacakge plase see [this README](python/R ROS 2 ```sh -git clone https://github.com/PRBonn/kiss-icp && colcon build +cd ~/ros2_ws/src/ && git clone https://github.com/PRBonn/kiss-icp && cd ~/ros2_ws/ && colcon build --packages-select kiss_icp ```