Skip to main content

is_valid_elbow

Function is_valid_elbow 

Source
pub fn is_valid_elbow(elbow: &[f64; 2]) -> bool
Expand description

Determines whether the given elbow configuration is valid or not.

Port of franka::isValidElbow.