pub fn check_realtime(config: RealtimeConfig) -> FrankaResult<()>Expand description
Checks the realtime prerequisites for config, returning libfranka’s error text.
With RealtimeConfig::Enforce this is the check franka::Robot::Robot performs before
connecting; with RealtimeConfig::Ignore it always succeeds.