Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit c81bf44

Browse files
committed
Fix unhelpful error msg when serial cannot connect.
1 parent d0813e5 commit c81bf44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gps/src/gps_driver/gps_driver/rtcm_publisher.py

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def __del__(self):
3737

3838
def try_connect_serial(self):
3939
self.stream = None
40+
self.rtcm_reader = None
4041

4142
# Try to iterate through the three USB ports in use
4243
# Assume that ublox_gnss modules have already taken control of other ports

0 commit comments

Comments
 (0)