Universal_Robots_Client_Library
Universal_Robots_Client_Library copied to clipboard
[start_ursim] Script does not check ursim version
start_ursim
does not check if the used ursim version is up-to-date. This can lead to the following problem:
- Having used the script earlier, docker pulled a version that was current at the time of use.
- The ur20 is released and the driver now passes this robot model to ursim.
- The old version does not know that version string and defaults to a ur5e.
This leads to no visible errors and unexpected results.
I believe this is a related issue: https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/842.
This issue is solved by #203.