Skip to content

Commit

Permalink
changed print to ros log
Browse files Browse the repository at this point in the history
  • Loading branch information
rbridges12 authored Apr 4, 2024
1 parent 3a56c66 commit 4235b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localization/gps_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def exit(self) -> None:

# rospy subscriber automatically runs this callback in separate thread
def process_rtcm(self, data) -> None:
print("processing RTCM")
rospy.loginfo("processing RTCM")
with self.lock:
self.ser.write(data.message)

Expand Down

0 comments on commit 4235b71

Please sign in to comment.