Skip to content

Commit

Permalink
small update to node
Browse files Browse the repository at this point in the history
  • Loading branch information
Rijin committed Nov 18, 2023
1 parent 6f58dc2 commit e95711a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def __init__(self):
self.cv_bridge = CvBridge()

def image_callback(self, msg):

# Convert ROS2 image into cv2
if self.compressed:
np_arr = np.frombuffer(msg.data, np.uint8)
Expand Down
2 changes: 1 addition & 1 deletion watod-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ ACTIVE_PROFILES="perception vis_tools data_stream"

TAG="justin"

FOXGLOVE_BRIDGE_PORT=5768
FOXGLOVE_BRIDGE_PORT=5772

0 comments on commit e95711a

Please sign in to comment.