SintefManufacturing / python-urx

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

StopJ - functionality #83

Open robin-gdwl opened 4 years ago

robin-gdwl commented 4 years ago

Quick question regarding the stopJ function:

as far as I understand every time a new program is sent to the robot the current one stops abruptly before the next one is started. This would mean that the stopJ function which is used to smoothly decellerate the robot can't do its job as the robot is already stopped abruptly. Please let me know if this is the case or am I missing something. Is there a way to smoothly decellerate the robot while it is executing another motion?