Skip to content

Commit

Permalink
[jsk_spot_startup] fix topic name for compression
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Jul 4, 2023
1 parent 2397186 commit f75fe9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<node pkg="image_transport" type="republish" name="hand_color_in_hand_depth_frame_compress"
args="raw in:=/spot/camera/hand_color_in_hand_depth_frame/image compressed out:=/spot/camera/hand_color_in_hand_depth_frame/image" />
<node pkg="image_transport" type="republish" name="hand_depth_in_hand_depth_frame_compress"
args="raw in:=/spot/camera/hand_depth_in_hand_depth_frame/image compressedDepth out:=/spot/camera/hand_depth_in_hand_depth_frame/image" />
args="raw in:=/spot/camera/hand_depth_in_hand_color_frame/image compressedDepth out:=/spot/camera/hand_depth_in_hand_color_frame/image" />

<node pkg="image_transport" type="republish" name="frontleft_compress"
args="raw in:=/spot/camera/frontleft/image compressed out:=/spot/camera/frontleft/image" />
Expand Down

0 comments on commit f75fe9f

Please sign in to comment.