Yaskawa-Global / motoros2

ROS 2 (rcl, rclc & micro-ROS) node for MotoPlus-compatible Yaskawa Motoman robot controllers
96 stars 20 forks source link

`Ros_InformChecker_ValidateJob(..)`: correct order of arguments when calling `mpOpen(..)` #290

Closed gavanderhoorn closed 1 month ago

gavanderhoorn commented 1 month ago

As per title.

According to the API documentation:

image

The incorrect order also worked, as O_RDONLY==0 and mode was also set to 0, but it should be corrected nevertheless.