From 585af026d4885c32ec6d23604aa08723f3ff5ed9 Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Wed, 29 Jul 2020 00:27:59 +0300 Subject: [PATCH] docs/simulation_native: Use main branch for simulation (en) --- docs/en/simulation_native.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/simulation_native.md b/docs/en/simulation_native.md index efeb2df3..eab42c55 100644 --- a/docs/en/simulation_native.md +++ b/docs/en/simulation_native.md @@ -13,7 +13,7 @@ Create the workspace and clone Clover sources: ```bash mkdir -p ~/catkin_ws/src cd ~/catkin_ws/src -git clone https://github.com/CopterExpress/clover -b clover_description +git clone https://github.com/CopterExpress/clover git clone https://github.com/CopterExpress/ros_led ```