Skip to content

UR5e communication issues #48

@AlexKlimaj

Description

@AlexKlimaj

Hello,

I am trying to get this working with our new UR5e running URSoftware 5.0.5.30612

Any ideas? I will keep digging into it too.

teal_robot_1@teal-robot-1-laptop:~/python-urx/examples$ python3 simple.py
WARNING:ursecmon:tried 11 times to find a packet in data, advertised packet size: -2, type: 3
WARNING:ursecmon:Data length: 68
WARNING:ursecmon:tried 11 times to find a packet in data, advertised packet size: -2, type: 3
WARNING:ursecmon:Data length: 1092
WARNING:ursecmon:tried 11 times to find a packet in data, advertised packet size: -2, type: 3
WARNING:ursecmon:Data length: 1444
robot tcp is at:  [-0.1920632364955505, 0.015287737270173504, 0.9737677686073115, -2.0645150325986665, 0.38708977551397505, 1.2446845282632593]
absolute move in base coordinate
Traceback (most recent call last):
  File "simple.py", line 20, in <module>
    rob.movel(pose, acc=a, vel=v)
  File "/home/teal_robot_1/.local/lib/python3.6/site-packages/urx/urrobot.py", line 284, in movel
    return self.movex("movel", tpose, acc=acc, vel=vel, wait=wait, relative=relative, threshold=threshold)
  File "/home/teal_robot_1/.local/lib/python3.6/site-packages/urx/robot.py", line 180, in movex
    return self.set_pose(t, acc, vel, wait=wait, command=command, threshold=threshold)
  File "/home/teal_robot_1/.local/lib/python3.6/site-packages/urx/robot.py", line 105, in set_pose
    pose = URRobot.movex(self, command, t.pose_vector, acc=acc, vel=vel, wait=wait, threshold=threshold)
  File "/home/teal_robot_1/.local/lib/python3.6/site-packages/urx/urrobot.py", line 316, in movex
    self._wait_for_move(tpose[:6], threshold=threshold)
  File "/home/teal_robot_1/.local/lib/python3.6/site-packages/urx/urrobot.py", line 217, in _wait_for_move
    raise RobotException("Robot stopped")
urx.urrobot.RobotException: Robot stopped
teal_robot_1@teal-robot-1-laptop:~/python-urx/examples$

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions