Open
Description
The driver is lock if there is a communication issue (ex., the cable is disconnected). The node won't report an error, exit, nor reconnect if the communication is reestablished.
Also, the method isConnected()
is not looking actively if the laser is connected, but only report a state written by the connect(std::string host, int port)
method.
I'm not sure if the correct behavior should be to kill the node or to report the error using ROS_ERROR
and try to reconnect in the background.
Metadata
Metadata
Assignees
Labels
No labels