Skip to content

Commit

Permalink
デバック用メッセージ削除
Browse files Browse the repository at this point in the history
  • Loading branch information
23-yoshikawa committed Aug 3, 2024
1 parent aa665c6 commit 1033aeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion device/camera_reader/camera_reader/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def _generate_header(self) -> Header:
def timer_callback(self):
ret, frame = self.cap.read()
if ret:
self.get_logger().info("read image")
msg = self.bridge.cv2_to_compressed_imgmsg(frame)
msg.header=self._generate_header()
self.publisher_.publish(msg)
Expand Down

0 comments on commit 1033aeb

Please sign in to comment.