File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
subprojects/robotpy-wpimath Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,13 @@ templates:
7070 - 2
7171 - 1
7272 - 1
73+ LinearSystemLoop_2_1_2 :
74+ qualname : frc::LinearSystemLoop
75+ subpackage : system
76+ params :
77+ - 2
78+ - 1
79+ - 2
7380 LinearSystemLoop_2_2_2 :
7481 qualname : frc::LinearSystemLoop
7582 subpackage : system
Original file line number Diff line number Diff line change 22from .._controls ._controls .system import (
33 LinearSystemLoop_1_1_1 ,
44 LinearSystemLoop_2_1_1 ,
5+ LinearSystemLoop_2_1_2 ,
56 LinearSystemLoop_2_2_2 ,
67 LinearSystemLoop_3_2_3 ,
78 LinearSystem_1_1_1 ,
2122__all__ = [
2223 "LinearSystemLoop_1_1_1" ,
2324 "LinearSystemLoop_2_1_1" ,
25+ "LinearSystemLoop_2_1_2" ,
2426 "LinearSystemLoop_2_2_2" ,
2527 "LinearSystemLoop_3_2_3" ,
2628 "LinearSystem_1_1_1" ,
You can’t perform that action at this time.
0 commit comments