SintefManufacturing / python-urx

Python library to control a robot from 'Universal Robots' http://www.universal-robots.com/
GNU Lesser General Public License v3.0
526 stars 275 forks source link

Add support for polyscope 3.15 #126

Open benrichardson28 opened 6 months ago

benrichardson28 commented 6 months ago

Added new message formats and types to the secondary monitor.

After connection, the first message polyscope 3.15 sends is message_type = 20, so the changes account for that. Added new version assignment and check for 20-3 messages to change format string. Added KinematicsInfo data for message_type = 5. Added codepath for message_type = 6.