Skip to content

Commit

Permalink
removing ctr
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrhuynh committed May 31, 2024
1 parent 6c1f98c commit 4882626
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ def main(args=None):
rclpy.init(args=args)
node = CameraSyncNode()

try:
rclpy.spin(node)
except KeyboardInterrupt:
pass
rclpy.spin(node)

node.destroy_node()
rclpy.shutdown()
Expand Down

0 comments on commit 4882626

Please sign in to comment.