Skip to content

Commit

Permalink
Remove printing of s after final waypoint reached
Browse files Browse the repository at this point in the history
  • Loading branch information
Andeshog committed Apr 14, 2024
1 parent dfd3f64 commit 3865ed0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def guidance_callback(self):
if self.s >= self.path.NumSubpaths:
self.waypoints_received = False
self.waiting_message_printed = False
self.get_logger().info('Last waypoint reached, s = %f' % self.s)
self.get_logger().info('Last waypoint reached')

else:
if not self.waiting_message_printed:
Expand Down

0 comments on commit 3865ed0

Please sign in to comment.