User Tools

Site Tools


getting_started:tutorials:controlsystem2

This is an old revision of the document!


Control System with Several Time Domains

A simple control system consists of a single time domain which has to be run periodically by the excutor. Write your main program as follows. First you have to define the executor and set ist own speed. The executor runs its own periodic task, the main task.

  eeros::Executor &executor = eeros::Executor::instance(); 
  executor.setPeriod(0.001); // runs every millisecond
getting_started/tutorials/controlsystem2.1477211378.txt.gz · Last modified: 2016/10/23 10:29 by graf