to_radians compas_fab.robots.to_radians(degrees)[source] Convert a list of floats representing degrees to a list of radians. Parameters: degreeslist of floatList of angle values in degrees. Returns: list of floatList of angle values in radians.