Skip to content

Commit 132cb81

Browse files
authored
Add git submodules (#1)
1 parent f7bd9ab commit 132cb81

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed

.gitmodules

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[submodule "ROS/src/robotiq"]
2+
path = ROS/src/robotiq
3+
url = https://github.com/ros-industrial/robotiq.git
4+
[submodule "ROS/src/universal_robot"]
5+
path = ROS/src/universal_robot
6+
url = https://github.com/ros-industrial/universal_robot
7+
[submodule "ROS/src/moveit_msgs"]
8+
path = ROS/src/moveit_msgs
9+
url = https://github.com/ros-planning/moveit_msgs.git
10+
[submodule "ROS/src/ros_tcp_endpoint"]
11+
path = ROS/src/ros_tcp_endpoint
12+
url = https://github.com/Unity-Technologies/ROS-TCP-Endpoint.git

ROS/src/moveit_msgs

Submodule moveit_msgs added at 1d6168c

ROS/src/robotiq

Submodule robotiq added at 66961ec

ROS/src/ros_tcp_endpoint

Submodule ros_tcp_endpoint added at c56f558

ROS/src/universal_robot

Submodule universal_robot added at 06d8b9e

0 commit comments

Comments
 (0)