On 3/28/2018 3:26 PM, Rick Mann wrote:
> Does MachineKit require a real time kernel even on a BBB with PRUs?

Yes, for most use cases.

Without a real-time kernel, the servo thread which typically runs
every millisecond (1 KHz rate) can be blocked for very long time
periods (hundreds of milliseconds).

The only times you don't need a real-time kernel are when you are
running a simulation or when your system does not have hard real time
constraints.  Some folks have used Machinekit and HAL to control
things like lawn sprinklers and window blinds, which don't need
real-time path following and work fine with a standard kernel and a
much slower control thread rate.

-- 
Charles Steinkuehler
[email protected]

-- 
website: http://www.machinekit.io blog: http://blog.machinekit.io github: 
https://github.com/machinekit
--- 
You received this message because you are subscribed to the Google Groups 
"Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to