Robotics StackExchange | Archived questions

Interrupt a callback to start one other

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 by PinoPatatino on 2016-11-29 07:40:56 UTC

Comments

What kinds of problems are you having, and what are you trying to achieve? I assumed that callbacks can run concurrently.

Asked by petern3 on 2016-11-29 16:27:05 UTC

Answers