Test C++ production node with Python test node
Code development in Python is faster than in C++ (at least for me... right now). Therefor I would like to test ROS nodes implemented in C++ with nodes implemented in Python. Does someone know where to find examples in ROS packages or somewhere else how to do that?
I found a test launch file for roscpp which uses test_node_api.py. A quick search for test_node_api.py in ros_comm did not show any matches?