-
Eric Gallimore authored
Normalize and fix shutting down nodes. Removes calls to node.close() for nodes that don't have a close() method. Log "node name shutdown" messages on node termination if shutdown occurs without RosInterruptException being raised. For acomms_driver_node.py, check that the node is still in-scope in exceptions handler.
Eric Gallimore authoredNormalize and fix shutting down nodes. Removes calls to node.close() for nodes that don't have a close() method. Log "node name shutdown" messages on node termination if shutdown occurs without RosInterruptException being raised. For acomms_driver_node.py, check that the node is still in-scope in exceptions handler.
Loading