Action client wait_for_result() in python
Hello,
I would like to write an Action client in python without using the blocking function wait_for_result
. From what I have seen this is possible in c++ in ROS and in python on ROS2. It is possible to do it in ROS melodic using python? Thanks in advance.