Skip to main content

has_realtime_kernel

Function has_realtime_kernel 

Source
pub fn has_realtime_kernel() -> bool
Expand 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.