Skip to content

Commit 912e281

Browse files
Update Git Links (#48)
1 parent c1bd463 commit 912e281

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .gitmodules

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[submodule "tutorials/pick_and_place/ROS/src/niryo_one_ros"]
22
path = tutorials/pick_and_place/ROS/src/niryo_one_ros
3-
url = git@github.com:NiryoRobotics/niryo_one_ros.git
3+
url = https://github.com/NiryoRobotics/niryo_one_ros.git
44
[submodule "tutorials/pick_and_place/ROS/src/moveit_msgs"]
55
path = tutorials/pick_and_place/ROS/src/moveit_msgs
6-
url = git@github.com:ros-planning/moveit_msgs.git
6+
url = https://github.com/ros-planning/moveit_msgs.git
77
[submodule "tutorials/pick_and_place/ROS/src/ros_tcp_endpoint"]
88
path = tutorials/pick_and_place/ROS/src/ros_tcp_endpoint
9-
url = git@github.com:Unity-Technologies/ROS-TCP-Endpoint.git
9+
url = https://github.com/Unity-Technologies/ROS-TCP-Endpoint.git

Diff for: tutorials/pick_and_place/1_urdf.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This part includes downloading and installing the Unity Editor, setting up a bas
1515
## Setting up the Unity Scene
1616
1. Clone this repo to a location on your local machine:
1717
```bash
18-
git clone --recurse-submodules git@github.com:Unity-Technologies/Unity-Robotics-Hub.git
18+
git clone --recurse-submodules https://github.com/Unity-Technologies/Unity-Robotics-Hub.git
1919
```
2020

2121
1. Install [Unity Hub](https://unity3d.com/get-unity/download).

0 commit comments

Comments
 (0)