-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
19 lines (19 loc) · 810 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[submodule "Onboard Codes/docker_ws/src/px4_msgs"]
path = Onboard Codes/docker_ws/src/px4_msgs
url = https://github.com/PX4/px4_msgs.git
branch = release/1.14
[submodule "Onboard Codes/ros2_ws/src/px4_msgs"]
path = Onboard Codes/ros2_ws/src/px4_msgs
url = https://github.com/PX4/px4_msgs.git
branch = release/1.14
[submodule "Simulation Codes/offboard_ws/src/px4_msgs"]
path = Simulation Codes/offboard_ws/src/px4_msgs
url = https://github.com/PX4/px4_msgs.git
branch = release/1.14
[submodule "Simulation Codes/PX4-gazebo-models"]
path = Simulation Codes/PX4-gazebo-models
url = https://github.com/PX4/PX4-gazebo-models.git
[submodule "Simulation Codes/PX4-Offboard/src/px4_msgs"]
path = Simulation Codes/PX4-Offboard/src/px4_msgs
url = https://github.com/PX4/px4_msgs.git
branch = release/1.14