From 7b691892f3099ce6f8aee0cfab1d90354c7ebaf7 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Mon, 11 Jul 2022 12:36:55 +0200 Subject: [PATCH] remove catkin_init_workspace --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 18f0e75..ece79c8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ mkdir ws/src cd ws/src git clone --recursive https://github.com/gepetto/ouster-gazebo-simulation.git cd .. -catkin_init_workspace catkin build catkin test ```