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 Apr 17, 2023
1 parent 6c51b3a commit 4302467
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 @@
<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 4302467

Please sign in to comment.