Skip to content

Commit

Permalink
Workaround print that helps to get a connection to RTK server
Browse files Browse the repository at this point in the history
  • Loading branch information
maseabunikie committed Nov 22, 2023
1 parent 4eeb849 commit 21b48c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ntrip_ros.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def __init__(self):
self._rtcm_pub = self.create_publisher(self._rtcm_message_type, '/fmu/in/GpsInjectData', 1000)
# self._rtcm_pub = self.create_publisher(self._rtcm_message_type, 'rtcm', 1000)

self.get_logger().warning('Workaround print so we get a connection to RTK server.')

# Initialize the client
self._client = NTRIPClient(
Expand Down

0 comments on commit 21b48c2

Please sign in to comment.