Skip to content

Commit

Permalink
scripts/ping_publisher.py: Make obvious that first log is from hydrop…
Browse files Browse the repository at this point in the history
…hones library
  • Loading branch information
cbrxyz committed Oct 28, 2024
1 parent 0263711 commit 39f9006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def main():
pub = rospy.Publisher("hydrophones/solved", ProcessedPing, queue_size=10)
s.connect((HOST, PORT))
rospy.loginfo(
f"\nConnected to {HOST}:{PORT}\nPublishing to /hydrophones/solved",
f"\nping_publisher connected to {HOST}:{PORT}, forwarding TCP messages to {pub.resolved_name}...",
)

# Need to ignore the first 2 JSON Parse Errors (nothing wrong)
Expand Down

0 comments on commit 39f9006

Please sign in to comment.