Universal_Robots_Client_Library icon indicating copy to clipboard operation
Universal_Robots_Client_Library copied to clipboard

[start_ursim] Script does not check ursim version

Open RobertWilbrandt opened this issue 1 year ago • 1 comments

start_ursim does not check if the used ursim version is up-to-date. This can lead to the following problem:

  1. Having used the script earlier, docker pulled a version that was current at the time of use.
  2. The ur20 is released and the driver now passes this robot model to ursim.
  3. The old version does not know that version string and defaults to a ur5e.

This leads to no visible errors and unexpected results.

RobertWilbrandt avatar Dec 06 '23 08:12 RobertWilbrandt

I believe this is a related issue: https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/842.

gavanderhoorn avatar Dec 06 '23 08:12 gavanderhoorn

This issue is solved by #203.

VinDp avatar May 29 '24 12:05 VinDp