Skip to main content
 

build status pypi DOI:10.1109/SII59315.2025.10871000
ps-3.14 ps-3.15.8 ps-5.5 ps-5.17.3

A C++ interface for controlling and receiving data from a UR robot using the Real-Time Data Exchange (RTDE) interface of the robot. The interface can also be used with python, through the provided python bindings.

[!tip] Announcements

  • PolyScopeX is now supported, when using the External Control UR Cap for PolyScopeX :rocket:
  • Control the robot joint torques directly using directTorque() and get the robot Mass matrix, Jacobian, Coriolis and centrifugal forces. (From PolyScope 5.26)

Key Features

  • Fast and lightweight interface for programming UR robots.
  • Uses the Real-Time Data Exchange (RTDE) of the robot.
  • Execute with real-time priority on operating systems with a real-time kernel, see the Real-time Setup Guide
  • Available on multiple platforms (Linux, Windows, macOS)
  • Can be used from C++ and Python.
  • Relies only on STL datatypes and can be used with various robot frameworks.
  • Switchable register range (FieldBus / PLC [0..23] or external clients range [24..47])
  • Use it with the UR's ExternalControl UR Cap, download it here see how to install it on the robot here. In order to setup ur_rtde for using it see here.
  • Easy to install and setup.

Documentation

Documentation with installation and build instructions, examples and API resides at https://sdurobotics.gitlab.io/ur_rtde/

How to Cite

If you use ur_rtde in your research, please cite this paper:

@inproceedings{10871000,
  author={Lindvig, Anders Prier and Iturrate, Iñigo and Kindler, Uwe and Sloth, Christoffer},
  booktitle={2025 IEEE/SICE International Symposium on System Integration (SII)},
  title={ur_rtde: An Interface for Controlling Universal Robots (UR) using the Real-Time Data Exchange(RTDE)}, year={2025}, pages={1118-1123}, keywords={Protocols;Linux;C++ languages;System integration;Writing;Manipulators;Real-time systems;Libraries;Timing;MATLAB},
  doi={10.1109/SII59315.2025.10871000}}

Quick Install

From PPA:

If you are on Ubuntu, you can install ur_rtde with:

sudo add-apt-repository ppa:sdurobotics/ur-rtde
sudo apt-get update
sudo apt install librtde librtde-dev

From PyPi:

If you only want to the use the Python interface, you can install ur_rtde through pip:

pip3 install ur_rtde

:warning: Notice! Make sure your pip version >=19.3, otherwise the install might fail.

Prebuilt python wheels support matrix:

macOS Intel macOS Apple Silicon Windows 64bit Windows 32bit Windows Arm64 manylinux x86_64 manylinux i686 manylinux aarch64 manylinux ppc64le manylinux s390x
CPython 3.6 :x: :x: :x: :x:
CPython 3.7 :x: :x: :x:
CPython 3.8 :x: :x: :x:
CPython 3.9 :x: :x: ✅¹
CPython 3.10 :x: :x: ✅¹
CPython 3.11 :x: :x: ✅¹
CPython 3.12 :x: :x: ✅¹
PyPy 3.7 v7.3 :x: :x: :x: :x: :x:
PyPy 3.8 v7.3 :x: :x: :x: :x: :x:
PyPy 3.9 v7.3 :x: :x: :x: :x: :x:

¹ Windows arm64 support is experimental.

Dependencies

Compatible Robots

  • All CB-Series from CB3/CB3.1 software 3.3
  • All e-Series

Compatible Operating Systems

Currently tested on:

  • Ubuntu 20.04 (Focal Fossa)
  • Ubuntu 22.04 (Jammy Jellyfish)
  • Ubuntu 24.04 (Noble Numbat)
  • macOS 15 (Sequoia)
  • Windows 10 Pro x64

Contact

If you have any questions or suggestions to the interface, feel free to contact Anders Prier Lindvig anpl@mmmi.sdu.dk or create an issue here.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ur_rtde-1.6.4.tar.gz (3.4 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

ur_rtde-1.6.4-pp310-pypy310_pp73-win_amd64.whl (2.6 MB view details)

Uploaded PyPyWindows x86-64

ur_rtde-1.6.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ur_rtde-1.6.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ur_rtde-1.6.4-pp39-pypy39_pp73-win_amd64.whl (2.6 MB view details)

Uploaded PyPyWindows x86-64

ur_rtde-1.6.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ur_rtde-1.6.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ur_rtde-1.6.4-pp38-pypy38_pp73-win_amd64.whl (2.6 MB view details)

Uploaded PyPyWindows x86-64

ur_rtde-1.6.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ur_rtde-1.6.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ur_rtde-1.6.4-pp37-pypy37_pp73-win_amd64.whl (2.6 MB view details)

Uploaded PyPyWindows x86-64

ur_rtde-1.6.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ur_rtde-1.6.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ur_rtde-1.6.4-cp312-cp312-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.12Windows x86-64

ur_rtde-1.6.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ur_rtde-1.6.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

ur_rtde-1.6.4-cp311-cp311-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.11Windows x86-64

ur_rtde-1.6.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ur_rtde-1.6.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

ur_rtde-1.6.4-cp310-cp310-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.10Windows x86-64

ur_rtde-1.6.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ur_rtde-1.6.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

ur_rtde-1.6.4-cp39-cp39-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.9Windows x86-64

ur_rtde-1.6.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ur_rtde-1.6.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

ur_rtde-1.6.4-cp38-cp38-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.8Windows x86-64

ur_rtde-1.6.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

ur_rtde-1.6.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

ur_rtde-1.6.4-cp37-cp37m-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.7mWindows x86-64

ur_rtde-1.6.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

ur_rtde-1.6.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

File details

Details for the file ur_rtde-1.6.4.tar.gz.

File metadata

  • Download URL: ur_rtde-1.6.4.tar.gz
  • Upload date:
  • Size: 3.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.20

File hashes

Hashes for ur_rtde-1.6.4.tar.gz
Algorithm Hash digest
SHA256 22bded24e42694f98068af307e71593219d3c7928bfb0af19e922eac3dfc895f
MD5 bac00200d65e11652f0d9ee2c11f8ef4
BLAKE2b-256 56bf22dbe94297cc72cc780e2eeb75d52553bda2e40097dba74822e91e2db608

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 31e6577d4b5131750f72dbee8329e875ac13f6a1ccc4c3f3166e88dfefcd4317
MD5 0854a56347d6fbd83088d541bb13485d
BLAKE2b-256 f58b05e2ee7c5a44e6a5957de6c92b26b3707f33eae9011c92506ef918df2500

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4feb96ed98b1ad195c246d0622c2b48e91460cd4565f585963ea1c23b3bc6476
MD5 9220490a2e04d31d90c852f2c44b359f
BLAKE2b-256 630ee28f791ddf0c45ac93c28f14450e0bac5a1b41621466c1875146bd99f636

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 286ae4f47cfd63b6fd4b90a7a09d2fcb7b15ade5645c0255f8010d222bc862d6
MD5 c9d34c982b7ccca9134ae93dd09dd31f
BLAKE2b-256 05f7260adfdac32d8de779c4ff4584b7dadb115b9ec3d3849ad14720a51378e7

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 03fe46aa7638818bef115c3918525bb65f742699fc614002c85ea3a734a4a136
MD5 e9e8fc14fc386dc2cac4e3635a166575
BLAKE2b-256 5e2f7f4077f3b05595e2d73eea47c8eb2cfe26d4a7cc2418c485320ce6e5c70e

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 323a520afb52d7dde437493647640efb2ed1feb6a8991d23043fecfa940bc02a
MD5 e81e952c217d312e7e7cd5180a3f6beb
BLAKE2b-256 b73ff7e477e5aa263e9baf2e9e8de726fbe3a137360495457c253722ad947155

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1567ba63740caa2ca616659c021cfef4fd1ce1fa360f80f8df413a08f2237259
MD5 7333279457848753eac114e4d58a8205
BLAKE2b-256 02ef4e752858ff2a21eca2d7c62599aac33c90c4feed555c198f828621a26cfc

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2ba6095458e2f9e5c009c5dbc3b2723d4920ae7ab31f0c4993cf215c4e4e90ca
MD5 f36107e659cbfa1626098bb46f2aa588
BLAKE2b-256 318910a8e979deda799ae033ecdc88d71f4df94629467594524a2fbaffc17571

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0f1868823ba5b9e9c9f2000a4ead79c22a7d0fe0b1f2a94dbdc5cc81dd9624a
MD5 544bd503eeb789d053a6ed745896b75a
BLAKE2b-256 3ed18a5ebe3bfae176a53f087aa77642041220fa9499469bb74eac93859410e2

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 68a6bcbb7e68f31448eb5963f8ad12b57d64a98440945989cd44188953fa9f46
MD5 c868c3fcdaf17935860ce5c40bb611bf
BLAKE2b-256 6a52da19e594ccb9cdb911a543ca4b89877ebb7dc419ade249761a35362abf0f

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 149e926daf84627f807708038c4d65324102da94184eea4bd9e8253c7b8190bb
MD5 95e211aa09c09f94697f8cfedc3010d5
BLAKE2b-256 bec831e6d1723b8c323fd95f6227934e58ae6e47ef8ef5015f8648de930f9ffb

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 562500b121fa2792e2a80ebc4daf2d6afaae9cf9f118f89b665878ac7e550d89
MD5 8ca30a9f1f8091ec30327ee3bfd8b725
BLAKE2b-256 edfd7f26d61a6f6ba40d8ed21680b65ce1637a4691002ae26ba7089833ca0d3d

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 49c851ad142a45400410326604ee473113296897a02e8439ade2dffc55082a9c
MD5 675a259524568f9c2bef0f5a56e80e86
BLAKE2b-256 673f89530ba9c34e9ea9f941b6629996823e838c6067bd64b63e65dd60eb6061

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ur_rtde-1.6.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.20

File hashes

Hashes for ur_rtde-1.6.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bc014673947d7d80f8316b68b140f7c5133a6c0fae182b35412a50f5a54e4671
MD5 50868256da95940503b6c609aa5969dc
BLAKE2b-256 472f61435920ce027623c7cbf34cae1f1fa1d754d83cedf54f377bd62b7df80b

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 edf6708b03c2ce911e251405759b2d3832879cbc330464c2e6f1ec61c058e5d6
MD5 16542db59595d123c6745d6088e6afe5
BLAKE2b-256 4fdf25f3251b6dbbe8a10ec265ce2e0b408f946435435c787caa02add2271b2e

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fa9137c9ff52460003307fb9fab35465855b0e9f19afc0bc69bd6231cc42b2c5
MD5 dde5fc717ca834eb0af149aae5900319
BLAKE2b-256 896f93a86c4c029161b460834b021e0eb6c1565db28d78338004b1c8354d2b6b

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ur_rtde-1.6.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.20

File hashes

Hashes for ur_rtde-1.6.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d9fe27f35754df2b2a61701328e35296e601103ad801c43af4427654e295ac2d
MD5 dfc9036c58af7a1dd8d819f3ff26f65f
BLAKE2b-256 b18bcaa54a9d47d32d38a198bc9276af6949bbed469d8adce2a984e843903af7

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fb61897f3e8f4064870b8706e5d94f52aece278b8ec4858404c1a8d41f90898
MD5 31d78d2a9eed9a058b0d4acfb6373683
BLAKE2b-256 3469dfccdc931fa8883b226ecf8c6e54e877b7d52e0d527a9b90c887761d4fc4

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e8aaaa3cc9933aacbb8b07b2e336583c2746193338ccb7fffea0a70c869e3a2b
MD5 7fd7d819d8d551a8797449fdfc8ea863
BLAKE2b-256 2eb95fa802807b0cc42b3c220d0aa13c2b8ec33ff149f8415b2bbd8b9bd74952

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ur_rtde-1.6.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.20

File hashes

Hashes for ur_rtde-1.6.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 74e76a32b65a631c8eb4765d7f8209e04f1bcaf3713da88feb31877d4942001c
MD5 6cb84a2c71633c0da64228297ba0c433
BLAKE2b-256 5e2f27bb634611f7e5c1e1665823f51cff27a316cba9c0edb46876529f6e2d1a

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b6af2112a6557ad6597f6e8e96298d7d2501e02b4873649dee43d2c0fd50a08
MD5 d97237a1d8e9e83b179d23796ea0b9ee
BLAKE2b-256 adddf69f713b2bbe98d98874fdd0615555bd0ec58d4369ac6f92198e99f9eec6

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4bed73675b5995e8e394b4756dd1916d6907335a409d38ef8860ca82089cca0c
MD5 c9a07428146d6f39e16ffca0848f2627
BLAKE2b-256 bd51851baf9fe05f3831f0715f8b3edec920a1fa778947eac8d0ef76423237d7

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: ur_rtde-1.6.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.20

File hashes

Hashes for ur_rtde-1.6.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 28b9a72a7447cc4f868058ed234ef27bbf3e8ebca50c7a5208f6f1f7d5887001
MD5 7ae19bdb5799b573c82d44c08f5da906
BLAKE2b-256 d21102655eaeae3e4a48d9c1a54b4a88d2e8b830cc3c70aa1448089339a289b0

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 adc93d2669013c62bb6f9c31ab4b3093fa063ab4bcb7bb7ad0a89be1585321ee
MD5 8c15d995cedc4c30a7b30457f3c4cdb4
BLAKE2b-256 93d753a7fe44878d1dbea39bf2d7ce6769cbc0dcb859b9fc8a896df30281baf4

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bac0b74be5504e15f7d6191403c8f44c1e58b790c4ef6e6738c0cd4c96643a08
MD5 b6b8cdd1550f8c5ccc328a61f98c32bc
BLAKE2b-256 d7aaa848d588119bcabffb95a561f7b4d9445c3e2669972f0dd1353a17b75087

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: ur_rtde-1.6.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.20

File hashes

Hashes for ur_rtde-1.6.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c79a5b43bbea3ad5f8ae6c52169bea645a5f3e69fce82e8e78b0e94e44d6afba
MD5 1f401fcbf9fd5e633e310b7ac052755b
BLAKE2b-256 93532986731ef8d43f3c1b5d023e1e450908f052a8695d948f93e6a90bbce200

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 157670b37bed3c3b0221e436694bb50c0feea20e6e2168373874813f135f20a5
MD5 a3890f10cc67f4f72cbce02120554c59
BLAKE2b-256 6786cfc17fc900f845eceb457ca5e4d7bb64318bc9e38ee3862866d927c2dad8

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ba417746c9bce950a076310e2e61c7e4cfc869c7ff67ba9edb9b3ee723f12e3b
MD5 219d2adddc852c206cf17b4715de2cc5
BLAKE2b-256 8c38feceeae09d5df3a690e2f273a04519641095b5c83a8a57a76a5a92db9031

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: ur_rtde-1.6.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.20

File hashes

Hashes for ur_rtde-1.6.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3fe1e1c8afcc1e5de44a6ae06b65058daec637ec87d9138be0ee7a9ecee62e51
MD5 bd01eded236bf037d696e3e433c8982b
BLAKE2b-256 606076dd95d092115f54e62487748c4d1ce598aa5ff55d0d72d54aada9a0f16b

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5824074502179502f5adcdc5c4e358aee70700a0c59c76d2ed44ad3f23d6adfa
MD5 822382513befde5bcb07fabc0bbe4d22
BLAKE2b-256 6e0e2d0ece2afdf16ae3717c94679464baa2e1ad41a609c6c2ec53559d2109a2

See more details on using hashes here.

File details

Details for the file ur_rtde-1.6.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ur_rtde-1.6.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ef0ae4c008523b10be03a312b0214a6b7b293eefeb781b27034705e2c8cdb624
MD5 e3ceedfbe1f2617e22a27efc8bb548c0
BLAKE2b-256 d6d0b122224cded3eb8ea474523656d5531506d8b41279d82c7c78dddf1b65b0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page