Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem of urx.urrobot.RobotException: Robot stopped #112

Open
lainaddeys opened this issue Mar 1, 2023 · 2 comments
Open

Problem of urx.urrobot.RobotException: Robot stopped #112

lainaddeys opened this issue Mar 1, 2023 · 2 comments

Comments

@lainaddeys
Copy link

When I try to run a command ie robot.translate((0.5,0.5,0.5),0.1,0.1), the error always comes out "urx.urrobot.RobotException: Robot stopped" after the robot completes the movement. When I try to run a code like this:
def move():
robot.translate((0.5,0.5,0.5),0.1,0.1)
robot.movel((0.05,0.05,0.05,0,0,0),0.1,0.1)

It completes the first movement and proceeds with the error. I was wondering how do I fix this as my objective movements are much more complex. I installed the library by pip install urx on my Raspberry Pi. I hope someone can help me thank you.

@l-okkkkk-k
Copy link

I have the same problem. if you solve it please tell me

@canismarko
Copy link

I ran into this problem and realized it was solved on the the github version in commit e1f78ce.

The version on pypi (0.11.0) doesn't parse version > 3.5, and my robot had 3.7 (or something like that). So it assumed you're using version 0.0 and then doesn't read the running mode of the robot correctly.

Does the problem go away if you do

pip install git+https://github.com/SintefManufacturing/python-urx.git

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants