Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[submodule "dls2"]
path = dls2
url = git@github.com:iit-DLSLab/dls2.git
url = https://github.com/iit-DLSLab/dls2.git
[submodule "robotlib"]
path = robotlib
url = git@github.com:iit-DLSLab/robotlib.git
url = https://github.com/iit-DLSLab/robotlib.git
[submodule "dls2_ros2_interface"]
path = dls2_ros2_interface
url = git@github.com:iit-DLSLab/dls2_ros2_interface.git
url = https://github.com/iit-DLSLab/dls2_ros2_interface.git
[submodule "dls2_msgs"]
path = dls2_msgs
url = git@github.com:iit-DLSLab/dls2_msgs.git
url = https://github.com/iit-DLSLab/dls2_msgs.git
[submodule "pinocchio-gluecode"]
path = pinocchio-gluecode
url = git@github.com:iit-DLSLab/pinocchio-gluecode.git
url = https://github.com/iit-DLSLab/pinocchio-gluecode.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ docker pull ghcr.io/iit-dlslab/dls2-dev:latest
```bash
mkdir dls_ws
cd dls_ws
git clone --init --recursive https://github.com/iit-DLSLab/dls2-barebone.git
git clone --recursive https://github.com/iit-DLSLab/dls2-barebone.git
```
## Open docker image
```bash
Expand Down
2 changes: 1 addition & 1 deletion dls2
Submodule dls2 updated 1 files
+1 −1 .gitmodules
Loading