Martin Otter
Martin Otter
> Hello @AndreasPfeiffer and @chrbertsch, I've read your article relative to the implementation of EKF in the FMU. Right now I am trying to implement it for the estimation of...
> The weird part is if you only load ModelicaServices and try to use it (because then it has references to Modelica but no uses-annotation so the tool needs to...
> > > **Reported by ahaumer on 26 Dec 2015 10:02 UTC** > Two mechanical components are missing: > > * a model of drive pulley > > * a...
Could someone fix the conflicting files and check the result.
> > > From our logs I see that for some unknown reason we are no longer able to fetch your GitHub user ID. We don't save the user ID...
I talked to a DLR lawyer. My understanding: - Sending an encrypted library is allowed (no export control permission needed). - Sending with the library an executable software that decrypts...
pre(..) is only allowed on discrete-time expressions (see section3.24). Usage of pre(..) on clocked variables is not allowed.
The idea of *clocked discretized continuous-time-partitions* is to integrate at clock ticks from the previous to the current clock tick. Of course, any continuous-time model is allowed here, and this...
I only scanned this pull request due to lack of time (and maybe missed essential points): If this proposal is just for making the specification clearer without changing existing models...
You are right, this should be clarified in the spec, something like: - If a clocked discrete-time variable is not assigned at a clock tick, it is implicitly assigned to...