User Tools

Site Tools


eeros_architecture:control_system:blocks

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
eeros_architecture:control_system:blocks [2022/04/19 12:33] – [Inputs and Outputs] ursgrafeeros_architecture:control_system:blocks [2022/04/19 12:36] (current) – [Predefined Blocks] ursgraf
Line 17: Line 17:
   sum.getIn(0).connect(step.getOut());   sum.getIn(0).connect(step.getOut());
   
-  Gain<> posController(174.5); // kp=174.5+  Gain<Vector2> posController(174.5); // kp=174.5
   posController.setName("gain block for position control");   posController.setName("gain block for position control");
 </code>  </code> 
Line 25: Line 25:
  
 Output signals are created together with the blocks. On the other side, there is no need to generate and name input signals.  Output signals are created together with the blocks. On the other side, there is no need to generate and name input signals. 
 +For most blocks you have to specify the signal types on its inputs or outputs with template parameters, see [[tools:cplusplus#templates|]]
  
  
eeros_architecture/control_system/blocks.txt · Last modified: 2022/04/19 12:36 by ursgraf