From e4ad687e285162d119a43c018084568c8f3d9343 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 10 Dec 2021 09:07:27 +0300 Subject: [PATCH] docs: fix to native simulator setup article --- docs/ru/simulation_native.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ru/simulation_native.md b/docs/ru/simulation_native.md index c50c5223..f4f1d5f7 100644 --- a/docs/ru/simulation_native.md +++ b/docs/ru/simulation_native.md @@ -48,6 +48,7 @@ git clone --depth 1 https://github.com/ethz-asl/mav_comm ```bash cd ~/catkin_ws +sudo rosdep init rosdep update rosdep install --from-paths src --ignore-src -y ```