User Tools

Site Tools


eeros_architecture:control_system:available_blocks:transition

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
eeros_architecture:control_system:available_blocks:transition [2017/12/07 17:45] – [Filter] grafeeros_architecture:control_system:available_blocks:transition [2017/12/07 17:47] – [Filter] graf
Line 37: Line 37:
 </code> </code>
  
-You can configure the transition block in such a way, that it does not filter. In this case, each time the faster output block runs, it takes its signal directly put through to the output. The output signals follows the input signal whithout any interpolation. You can choose this behavior with setting the ''steady'' parameter to ''true''.+You can configure the transition block in such a way, that it does not filter. In this case, each time the slower output block runs, it takes its signal directly from the actual input. The output signals follows the input signal without any filtering. You can choose this behavior with setting the ''steady'' parameter to ''true''.
 <code cpp> <code cpp>
-  Transition<Vector2> tInterpolator(10, true);+  Transition<Vector2> tFilter(0.1, true);
 </code> </code>
  
eeros_architecture/control_system/available_blocks/transition.txt · Last modified: 2021/02/10 15:40 by ursgraf