We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc3083 commit d5c1ad1Copy full SHA for d5c1ad1
src/components.jl
@@ -92,7 +92,7 @@ function on_timer(rl::RateLimiter)
92
end
93
94
"""
95
- @with_kw mutable struct Mixer_2CH @deftype Float64
+ mutable struct Mixer_2CH @deftype
96
97
Mix two analog inputs. Implements the simulink block diagram, shown in `docs/mixer_2ch.png`.
98
src/winchcontroller.jl
@@ -4,7 +4,7 @@
4
5
6
7
- @with_kw mutable struct WinchController @deftype Float64
+ mutable struct WinchController
8
9
Basic winch controller. Works in one of the three modes `wcsLowerForceLimit`, `wcsSpeedControl` and
10
`wcsUpperForceLimit`.
0 commit comments