Closed sven-hoek closed 1 year ago
In https://github.com/ros-drivers/transport_drivers/pull/85, the port gets closed in case of an error but inside the constructor, close() is called a second time, which leads to errors.
close()
Ignore #88 , #89 is the current pull request for this issue
Closed by #89.
In https://github.com/ros-drivers/transport_drivers/pull/85, the port gets closed in case of an error but inside the constructor,
close()
is called a second time, which leads to errors.