Skip to content

Commit 41d4b60

Browse files
moved the dependencies to new repository as submodules
1 parent 9985cad commit 41d4b60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
create detailed guideline based on https://kobuki.readthedocs.io/en/release-1.0.x/software.html
44

5-
1. Install the dependencies
5+
1. Install the following binary dependencies
66

77
```bash
8-
sudo apt install ros-humble-ecl-build ros-humble-ecl-core ros-humble-ecl-lite ros-humble-ecl-console ros-humble-ecl-mobile-robot ros-humble-angles ros-humble-diagnostics ros-humble-joint-state-publisher ros-humble-testing ros-humble-ros-testing
8+
sudo apt install ros-humble-angles ros-humble-diagnostics ros-humble-joint-state-publisher ros-humble-ros-testing
99
```
1010

11-
2. Clone this repository
12-
11+
2. Clone main repository and dependencies
1312
```bash
1413
git clone https://github.com/AIResearchLab/kobuki.git
14+
git clone https://github.com/AIResearchLab/kobuki_dependencies.git
1515
```
1616

1717
3. Build the system with following command.

0 commit comments

Comments
 (0)