pub fn has_realtime_kernel() -> boolExpand description
Whether the running kernel advertises realtime capabilities.
Port of franka::hasRealtimeKernel: read /sys/kernel/realtime and parse it as a boolean
the way std::istream >> bool does, i.e. 1 is true and everything else is false.