You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use SCHED_FIFO for controller_manager's main thread (#719)
Previous investigations showed that using FIFO scheduling helps keeping
cycle times also non non-RT kernels. This combined with non-blocking read
can result in a very stable system.
This is, in fact, very close to what the actual controller_manager_node
does except that we always use FIFO scheduling independent of the actual
kernel in use.
0 commit comments