Skip to content

Commit

Permalink
Bug fix removing both right and depth publishing to avoid overhead
Browse files Browse the repository at this point in the history
  • Loading branch information
dinodeep committed Nov 30, 2023
1 parent 3c48504 commit 52e6f97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def inference(self):
# publish the data
self.left_publisher.publish(left_enc)
# self.right_publisher.publish(right_enc)
self.depth_publisher.publish(depth_enc)
# self.depth_publisher.publis(depth_enc)
self.xyz_publisher.publish(xyz_enc)

t = time.time()
Expand Down

0 comments on commit 52e6f97

Please sign in to comment.