WIP: Started furuta implementation
Compare changes
+ 40
− 16
@@ -18,12 +18,12 @@ export Furuta, FurutaSimulator, AbstractFuruta
@@ -33,15 +33,15 @@ struct Furuta <: PhysicalProcess
@@ -50,8 +50,8 @@ function Furuta(
@@ -78,7 +78,8 @@ bias(p::AbstractFuruta) = p.bias
@@ -86,11 +87,34 @@ control(p::FurutaSimulator, u::Number) = p.s(u)