This repository was archived by the owner on Aug 13, 2020. It is now read-only.
This repository was archived by the owner on Aug 13, 2020. It is now read-only.
Servo actuators modeling #80
Open
Description
Right now the control surfaces inputs have no delay (they go from 0 to 1 in no time). A transfer function for the actuators would be interesting to add, I have a branch
where I propose a first idea.
As you can see in line 53, what I simply do is multiply the signal by (1 - exp(-deltat/tau)) to simulate a 1st order transfer function, previously modifying the input function to add the argument tau
(line 16)