Browse Source

delete matrix submodule

master
Daniel Agar 3 years ago
parent
commit
38516f7e9c
No known key found for this signature in database
GPG Key ID: FD3CBA98017A69DE
  1. 4
      .gitmodules
  2. 2
      src/lib/CMakeLists.txt
  3. 1
      src/lib/matrix

4
.gitmodules vendored

@ -14,10 +14,6 @@ @@ -14,10 +14,6 @@
path = Tools/sitl_gazebo
url = https://github.com/PX4/PX4-SITL_gazebo.git
branch = master
[submodule "src/lib/matrix"]
path = src/lib/matrix
url = https://github.com/PX4/PX4-Matrix.git
branch = master
[submodule "src/drivers/gps/devices"]
path = src/drivers/gps/devices
url = https://github.com/PX4/PX4-GPSDrivers.git

2
src/lib/CMakeLists.txt

@ -31,8 +31,6 @@ @@ -31,8 +31,6 @@
#
############################################################################
px4_add_git_submodule(TARGET git_matrix PATH "matrix")
add_subdirectory(airspeed)
add_subdirectory(avoidance)
add_subdirectory(battery)

1
src/lib/matrix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Subproject commit d03bf42f6071f71cbc71bb820a0a4479575e9931
Loading…
Cancel
Save