ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Althought this is mentioned here that if init_node is called with disable_signals=True we can call init_node from separate thread, but it still get's stuck here. (os.getpid() is different for main and test)

Now you can go down in impl/init.py and impl/masterslave.py to look deeper of how the different threads affect the node registration with the master.

Althought this is mentioned here that if init_node is called with disable_signals=True we can call init_node from separate thread, but it still get's gets stuck here. (os.getpid() is different for main and test)

Now you can go down in impl/init.py and impl/masterslave.py to look deeper of how the different threads affect the node registration with the master.