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 50363db commit b1d484eCopy full SHA for b1d484e
src/predictive_control.jl
@@ -3,7 +3,7 @@ Abstract supertype of all predictive controllers.
3
4
---
5
6
- (mpc::PredictiveController)(ry, d=[]; kwargs...)
+ (mpc::PredictiveController)(ry, d=[]; kwargs...) -> u
7
8
Functor allowing callable `PredictiveController` object as an alias for [`moveinput!`](@ref).
9
0 commit comments