fix: update installation script to use master branch for cloning

This commit is contained in:
Даниил Грабарь
2026-06-18 11:15:10 +03:00
parent ec4e1d87ad
commit dca056064a
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ ROS 2 packages for controlling the **KUKA LBR IIWA 7 R800**: communication with
Install everything with a single command:
```bash
bash <(curl -fsSL https://gitverse.ru/api/repos/daniel-robotics/lightweight-cobot/raw/branch/main/install.sh)
curl -fsSL https://gitverse.ru/api/repos/daniel-robotics/lightweight-cobot/raw/branch/master/install.sh | bash
```
The script installs ROS 2 Jazzy, Webots, builds the workspace, and installs the `cobot` CLI.