pub const DEVIATION_MESSAGE: &str = "franka target control: the measured pose strayed \
further than max_deviation (or max_angular_deviation) from the start; the target was \
frozen where the command was and the motion finished from rest.";Expand description
The message of the FrankaError::Control the loop ends with after the deviation guard
froze the target.