From dee0cb52814352c2da0a4c3a215eb236aab2e53b Mon Sep 17 00:00:00 2001 From: Haneol Kim <58245037+ulken94@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:17:05 +0900 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a85b162..fe6129c 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ mkdir -p ~/ros2_ws/src cd ~/ros2_ws/src git clone https://github.com/j-marple-dev/slambox-ros2.git --recursive cd ../ -colcon build slambox_ros +colcon build --packages-select slambox_ros2 # Choose the shell which you are using source install/setup.{bash|zsh} ```