Skip to content

Commit 0ba27f0

Browse files
committed
updated README and rosinstall with HTTPS-based links to repos
1 parent 8ba17c3 commit 0ba27f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Follow the steps below to clone SRPB-related packages:
2929

3030
```sh
3131
cd <WS_DIR>/src
32-
git clone --recurse-submodules git@github.com:rayvburn/srpb.git -b melodic-devel srpb/srpb
32+
git clone --recurse-submodules https://github.com/rayvburn/srpb.git -b melodic-devel srpb/srpb
3333
rosinstall -n . srpb/srpb/srpb.rosinstall
3434
```
3535

srpb.rosinstall

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
- git:
22
local-name: srpb/srpb_move_base
3-
uri: git@github.com:rayvburn/srpb_move_base.git # private repo
3+
uri: https://github.com/rayvburn/srpb_move_base.git
44
version: melodic-devel-srpb
55
- git:
66
local-name: srpb/people_msgs_utils
7-
uri: git@github.com:rayvburn/people_msgs_utils.git # private repo
7+
uri: https://github.com/rayvburn/people_msgs_utils.git
88
version: master
99
- git:
1010
local-name: srpb/social_nav_utils
11-
uri: git@github.com:rayvburn/social_nav_utils.git # private repo
11+
uri: https://github.com/rayvburn/social_nav_utils.git
1212
version: master

0 commit comments

Comments
 (0)