File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ bindings to the Rust core.
7676 1. Either `main` or a specific version tag e.g. `v0.1.0`
7777
7878 ```console
79- git clone -b main git@ github.com: ekxide/rmw_iceoryx2.git ~/workspace/src/rmw_iceoryx2/
79+ git clone -b main https:// github.com/ ekxide/rmw_iceoryx2.git ~/workspace/src/rmw_iceoryx2/
8080 ```
8181
82821. Build ROS 2 with `rmw_iceoryx2` and the demo nodes:
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Scripts for gathering and plotting benchmark data.
771 . Set up the environment for ` rmw_iceoryx2 ` as per [ these instructions] ( ../README.md#Setup )
881 . Clone ` performance_test `
99 ``` console
10- git clone -b 2.3.0 git@ gitlab.com: ApexAI/performance_test.git ~/workspace/src/performance_test
10+ git clone -b 2.3.0 https:// gitlab.com/ ApexAI/performance_test.git ~/workspace/src/performance_test
1111 ```
12121. Patch `performance_test` to recognize `rmw_iceoryx2_cxx` as zero-copy-capable
1313 1. NOTE: This shall soon be merged upstream to `performance_test` for convenience
Original file line number Diff line number Diff line change 3030-->
3131
3232* Organize code base to separate rmw api and implementation details [ #16 ] ( https://github.com/ekxide/rmw_iceoryx2/issues/16 )
33+ * Use https based url for git repos [ #27 ] ( https://github.com/ekxide/rmw_iceoryx2/issues/27 )
3334
3435### Workflow
3536
Original file line number Diff line number Diff line change 11repositories:
22 eclipse-iceoryx/iceoryx:
33 type: git
4- url: git@ github.com: eclipse-iceoryx/iceoryx.git
4+ url: https:// github.com/ eclipse-iceoryx/iceoryx.git
55 version: e693cc28f64273891030a179ffc15fda155b305a
66 iceoryx2:
77 type: git
8- url: git@ github.com: eclipse-iceoryx/iceoryx2.git
8+ url: https:// github.com/ eclipse-iceoryx/iceoryx2.git
99 version: v0.5.0
You can’t perform that action at this time.
0 commit comments