mirror of https://github.com/ArduPilot/ardupilot
.gitmodules: Add DDS dependencies
* Use interal forks Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com> Co-authored-by: Arsh Pratap <arshpratapofficial@gmail.com> Co-authored-by: Andrew Tridgell <andrew@tridgell.net> Co-authored-by: Russ Webber <russ@rw.id.au>
This commit is contained in:
parent
456a87de95
commit
75900523da
|
@ -34,3 +34,11 @@
|
|||
[submodule "modules/DroneCAN/libcanard"]
|
||||
path = modules/DroneCAN/libcanard
|
||||
url = https://github.com/DroneCAN/libcanard
|
||||
[submodule "modules/Micro-XRCE-DDS-Client"]
|
||||
path = modules/Micro-XRCE-DDS-Client
|
||||
url = https://github.com/ardupilot/Micro-XRCE-DDS-Client.git
|
||||
branch = develop
|
||||
[submodule "modules/Micro-CDR"]
|
||||
path = modules/Micro-CDR
|
||||
url = https://github.com/ardupilot/Micro-CDR.git
|
||||
branch = develop
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 3d1b17703c7cf4f22def2910bc845bdb5152d7b5
|
|
@ -0,0 +1 @@
|
|||
Subproject commit c28bf96f6e93ad1e01b8f0d74ea255e6bd8b07d2
|
Loading…
Reference in New Issue