Skip to content

Commit

Permalink
from_yaml_file: clarify where YAML files come from
Browse files Browse the repository at this point in the history
FANUC is not involved with ros-industrial/fanuc, quite the contrary.
It's a community project.
  • Loading branch information
gavanderhoorn committed May 2, 2024
1 parent d21190f commit 770a424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameters_from_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl Parameters {
/// opw_kinematics_joint_offsets: [0.0, 0.0, deg(-90.0), 0.0, 0.0, deg(180.0)]
/// opw_kinematics_joint_sign_corrections: [1, 1, -1, -1, -1, -1]
///
/// FANUC provides may such files for their robots on GitHub
/// ROS-Industrial provides many such files for FANUC robots on GitHub
/// (ros-industrial/fanuc, see fanuc_m10ia_support/config/opw_parameters_m10ia.yaml
/// YAML extension to parse the deg(angle) function is supported.
pub fn from_yaml_file<P: AsRef<Path>>(path: P) -> Result<Self, ParametersError> {
Expand Down

0 comments on commit 770a424

Please sign in to comment.