Open baggepinnen opened 4 months ago
This changes the pendulum to use the BodyCylinder component instead of BodyShape. BodyCylinder.r unfortunately has to be a structural parameter due to JSCompiler bug. This in turn breaks the rest of the tutorial which uses this parameter.
BodyCylinder
BodyShape
BodyCylinder.r
Issue: https://github.com/JuliaComputing/JuliaSimCompiler.jl/issues/334
This changes the pendulum to use the
BodyCylinder
component instead ofBodyShape
.BodyCylinder.r
unfortunately has to be a structural parameter due to JSCompiler bug. This in turn breaks the rest of the tutorial which uses this parameter.Issue: https://github.com/JuliaComputing/JuliaSimCompiler.jl/issues/334