-
Notifications
You must be signed in to change notification settings - Fork 402
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
URScript via topic cancels robot program on controller #33
Comments
You basically have two options (depending on the type of scripts you're sending only one)
However, only some script commands qualify for this (See link above: A secondary program may not take any physical time to execute) |
|
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a question or rather a functionallity question. Currently we control the robot partly by script commands via the ROS topic and partly by a program on the robot. The program gets canceled if there are commands send via the topic. We solve this issue by restarting the program on the controller by setting of an IO. The problem is that the loading takes a few seconds which is not good for our time critical process.
Is there a way to not cancel the running program on the robot controller when sending commands via the topic?
It is currently not possible to do the whole execution via script commands and without the program on the controller.
The text was updated successfully, but these errors were encountered: