UniversalRobots / Universal_Robots_Client_Library

A C++ library for accessing the UR interfaces that facilitate the use of UR robotic manipulators by external applications.
Apache License 2.0
117 stars 86 forks source link

[start_ursim] Script does not check ursim version #191

Closed RobertWilbrandt closed 3 months ago

RobertWilbrandt commented 8 months ago

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.

gavanderhoorn commented 8 months ago

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

VinDp commented 3 months ago

This issue is solved by #203.