From 4cc16136ceee122df879cc0089665cab43549717 Mon Sep 17 00:00:00 2001 From: GUILHERME GUEDES <144905104+guedera@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:52:30 -0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No final das instruções, fazendo o download do script "cb", o comando wget baixa o html da página. Este commit corrige o link para baixar o script corretamente. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09ed229d..9fa3742d 100755 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ pip install ros2_numpy Faça o download do script "cb" que será muito utilizado durante as aulas e mova o script para o diretorio /bin: ``` bash cd ~/Downlaods -wget https://github.com/Insper/404/blob/master/scripts_robotica/cb +wget https://raw.githubusercontent.com/Insper/404/refs/heads/master/scripts_robotica/cb chmod +x cb sudo cp cb /bin ```