Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KalanaRatnayake committed Jun 21, 2024
2 parents 30eca8e + dd4307e commit 6499eb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ docker compose -f compose-build.yaml up

3. Clone main repository and dependencies
```bash
git clone https://github.com/AIResearchLab/kobuki.git
git clone https://github.com/AIResearchLab/kobuki_dependencies.git
git clone --recurse-submodules https://github.com/AIResearchLab/kobuki.git
git clone --recurse-submodules https://github.com/AIResearchLab/kobuki_dependencies.git
```

4. Build the system with following command.
Expand Down Expand Up @@ -151,4 +151,4 @@ Run following commands in the workspace to use kobuki keyboard control.
```bash
source ./install/setup.bash
ros2 run kobuki_keyop kobuki_keyop_node
```
```

0 comments on commit 6499eb6

Please sign in to comment.