pub fn create_chain_from_joint_names<N>( robot: &Chain<N>, joint_names: &[String], ) -> Result<Chain<N>>where N: RealField + Float + SubsetOf<f64>,
Create a sub-chain of the collision check model by a name list