Skip to content

Commit

Permalink
updated telematics fix publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed Nov 7, 2024
1 parent 19b8a92 commit b56619e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rb_ws/src/buggy/scripts/visualization/telematics.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ def republish_fixinfo(self, msg, publishers):
else:
fix_string += "FIX_RTK_FIXED"

fix_string += "\nsbas_used: " + str(msg.sbas_used)
fix_string += "\ndngss_used: " + str(msg.dngss_used)
# fix_string += "\nsbas_used: " + str(msg.sbas_used)
# fix_string += "\ndngss_used: " + str(msg.dngss_used)
publishers[0].publish(fix_string)
publishers[1].publish(fix_type)

Expand Down

0 comments on commit b56619e

Please sign in to comment.