Interrupt a callback to start one other [closed]
Hi there, I have a problem with callbacks using python. Is there a way to interrupt one callback allowing the other one to start?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi there, I have a problem with callbacks using python. Is there a way to interrupt one callback allowing the other one to start?
Asked: 2016-11-29 06:40:56 -0500
Seen: 132 times
Last updated: Nov 29 '16
How to wait a method until a callback finishes?
Why would librviz (in Python) only sometimes read the config file?
smach register_trasition_cb passing *cb_args
Adding Collision Objects MoveIt! python
Publishing .bag file for different nodes
Python nodes and re-usable modules
Mistakes using service and client in same node (ROS2, Python)
What kinds of problems are you having, and what are you trying to achieve? I assumed that callbacks can run concurrently.