mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Drake is a collection of tools for analyzing robot dynamics and building control systems. See https://drake.mit.edu/ for details. Co-authored-by: Tyler Veness <calcmogul@gmail.com>
37 lines
477 B
Plaintext
37 lines
477 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
\.inl$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
generatedFileExclude {
|
|
FRCNetComm\.java$
|
|
simulation/gz_msgs/src/include/simulation/gz_msgs/msgs\.h$
|
|
simulation/halsim_gui/src/main/native/include/portable-file-dialogs\.h$
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
wpilib
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^cameraserver/
|
|
^cscore
|
|
^drake/
|
|
^hal/
|
|
^imgui
|
|
^mockdata/
|
|
^networktables/
|
|
^ntcore
|
|
^opencv2/
|
|
^support/
|
|
^units/
|
|
^vision/
|
|
^wpi/
|
|
}
|