-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
33 lines (33 loc) · 1.18 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[submodule "src/kalman"]
path = src/kalman
url = https://github.com/EESC-MKGroup/Simple-Kalman-Filter
[submodule "src/threads"]
path = src/threads
url = https://github.com/EESC-MKGroup/Simple-Multithreading
[submodule "src/signal_processing"]
path = src/signal_processing
url = https://github.com/EESC-MKGroup/Simple-Signal-Processing
[submodule "src/timing"]
path = src/timing
url = https://github.com/EESC-MKGroup/Precise-Timing
[submodule "src/debug"]
path = src/debug
url = https://github.com/EESC-MKGroup/Simple-Data-Logging
[submodule "src/signal_io"]
path = src/signal_io
url = https://github.com/EESC-MKGroup/Signal-IO-Interface.git
[submodule "src/robot_control"]
path = src/robot_control
url = https://github.com/EESC-MKGroup/Robot-Control-Interface.git
[submodule "src/function_loader"]
path = src/function_loader
url = https://github.com/EESC-MKGroup/Simple-Function-Loader
[submodule "src/tinyexpr"]
path = src/tinyexpr
url = https://github.com/codeplea/tinyexpr.git
[submodule "src/wingetopt"]
path = src/wingetopt
url = https://github.com/alex85k/wingetopt
[submodule "src/linearizer"]
path = src/linearizer
url = https://github.com/EESC-MKGroup/Simple-System-Linearizer.git