Function franka::hasRealtimeKernel

Function Documentation

bool franka::hasRealtimeKernel()

Determines whether the current OS kernel is a realtime kernel.

On Linux, this checks for the existence of /sys/kernel/realtime. On Windows, this always returns true.

Returns:

True if running a realtime kernel, false otherwise.