pub const TOL_NUMBER_PACKETS_LOST: f64 = 0.0;Expand description
Number of packets lost considered for the definition of velocity limits.
When a packet is lost, FCI assumes a constant acceleration model. For FR3 there are no
expected packet losses, therefore this number is 0. Port of franka::kTolNumberPacketsLost.