Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Servo actuators modeling #80

Open
aqreed opened this issue Sep 14, 2016 · 2 comments
Open

Servo actuators modeling #80

aqreed opened this issue Sep 14, 2016 · 2 comments

Comments

@aqreed
Copy link
Member

aqreed commented Sep 14, 2016

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)

@aqreed aqreed changed the title Modelo dinámico servomotores Servo actuators modeling Nov 14, 2016
@aqreed
Copy link
Member Author

aqreed commented Nov 14, 2016

Translated to English. @AlexS12 this is low priority, but maybe we can start to discuss whether we are going to create a new class for the actuators or we are going to integrate it in the input_generators functions as I did in my branch.

@gurkanctn
Copy link
Contributor

two more options (probably less computation?):

  1. moving average of a few samples
  2. rate limiter

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants