-
Notifications
You must be signed in to change notification settings - Fork 25
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
[BUG] - Robot Manager Node not Deactivating on Error #202
Comments
Thanks for the detailed description, I will try to reproduce Meanwhile, could you monitor the topic "kuka_event_broadcaster/hardware_event" when such an error occurs? The hardware interface error event should be published to this topic, it would help me localize the issue if I knew if whether the message arrives there |
I monitored the "/kuka_event_broadcaster/hardware_event" topic and reproduced the error, but nothing published. After inspecting the topics using "rqt_graph", I see that nothing is publishing to the topic. This is likely the reason that the |
I recently discovered some odd behavior that may be causing the issue. When I first start the |
Thanks for the hint, I could also reproduce this error and it seems that there is indeed a mismatch in the topic names. |
Description
Description
I am running the
moveit_planning_example.launch.py
to control my Kuka LBR iisy 3 R760 robot with MoveIt2's Python API MoveItPy. Sometimes if the velocity/acceleration scaling factor is set too high in my configuration for MoveIt2, the velocity/acceleration limits will be exceeded, leading to an error and the protective stop engaging. Therobot_manager
node is supposed to be deactivated when an error occurs, allowing the user to reactivate therobot_manager
node and clear the stop flag that is being raised. However, this is not the case.See related discussion: #200
KUKA robot OS
iiQKA
KUKA robot OS version
iiQKA OS 1.2.13
KUKA external interface version
iiQKA External API 1.0.3
Affected robot model(s)
Kuka LBR iisy 3 R760
Version or commit hash of the driver
master
Setup
Reproduction steps
Logs
The text was updated successfully, but these errors were encountered: