Skip to content

Releases: UniversalRobots/RTDE_Python_Client_Library

v2.7.12

Choose a tag to compare

@michal-milkowski michal-milkowski released this 30 Jun 09:31
29f02eb

Added devcontainer
Documentation in README file updated
Minor updates to debug messages in case of lost data packets
record.py is by default using buffered read (interpret all buffered data packages instead of dropping old ones, and processing only latest one)

v2.7.2

Choose a tag to compare

@michal-milkowski michal-milkowski released this 20 Dec 20:49

Fixed example_control_loop.py to match robot program.

v2.7.1

Choose a tag to compare

@michal-milkowski michal-milkowski released this 20 Dec 20:15

Several bugfixes to initial commit
Fixed issue #3 - added tags
Fixed issue #2 - added setup.py and setup.cfg to release package
Fixed issue #1 - removed depenency on VERSION file

  • Readme file updated with instructions for running inside venv, and with dockerized ursim
  • Removed dev package intended only for internal UR use