Skip to content

Commit 7175b02

Browse files
committed
debug: rename the transcription everywhere
1 parent 75c83cc commit 7175b02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/public/predictive_control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ SingleShooting
110110
MultipleShooting
111111
```
112112

113-
### TrapezoidalMethod
113+
### TrapezoidalCollocation
114114

115115
```@docs
116-
TrapezoidalMethod
116+
TrapezoidalCollocation
117117
```

src/ModelPredictiveControl.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export MovingHorizonEstimator
3939
export ManualEstimator
4040
export default_nint, initstate!
4141
export PredictiveController, ExplicitMPC, LinMPC, NonLinMPC, setconstraint!, moveinput!
42-
export TranscriptionMethod, SingleShooting, MultipleShooting, TrapezoidalMethod
42+
export TranscriptionMethod, SingleShooting, MultipleShooting, TrapezoidalCollocation
4343
export SimResult, getinfo, sim!
4444

4545
include("general.jl")

0 commit comments

Comments
 (0)