Skip to content

Commit

Permalink
[jsk_spot_startup] revert xml format
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Nov 22, 2023
1 parent b9ae429 commit 1ad9d6e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions jsk_spot_robot/jsk_spot_startup/launch/include/driver.launch
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,20 @@

<!-- republish compressed image -->
<node pkg="image_transport" type="republish" name="hand_color_compress"
args="raw in:=/spot/camera/hand_color/image compressed out:=/spot/camera/hand_color/image" />
args="raw in:=/spot/camera/hand_color/image compressed out:=/spot/camera/hand_color/image" />
<node pkg="image_transport" type="republish" name="hand_depth_compress"
args="raw in:=/spot/camera/hand_depth/image compressedDepth out:=/spot/camera/hand_depth/image" />
args="raw in:=/spot/camera/hand_depth/image compressedDepth out:=/spot/camera/hand_depth/image" />

<node pkg="image_transport" type="republish" name="frontleft_compress"
args="raw in:=/spot/camera/frontleft/image compressed out:=/spot/camera/frontleft/image" />
args="raw in:=/spot/camera/frontleft/image compressed out:=/spot/camera/frontleft/image" />
<node pkg="image_transport" type="republish" name="frontright_compress"
args="raw in:=/spot/camera/frontright/image compressed out:=/spot/camera/frontright/image" />
args="raw in:=/spot/camera/frontright/image compressed out:=/spot/camera/frontright/image" />
<node pkg="image_transport" type="republish" name="left_compress"
args="raw in:=/spot/camera/left/image compressed out:=/spot/camera/left/image" />
args="raw in:=/spot/camera/left/image compressed out:=/spot/camera/left/image" />
<node pkg="image_transport" type="republish" name="right_compress"
args="raw in:=/spot/camera/right/image compressed out:=/spot/camera/right/image" />
args="raw in:=/spot/camera/right/image compressed out:=/spot/camera/right/image" />
<node pkg="image_transport" type="republish" name="back_compress"
args="raw in:=/spot/camera/back/image compressed out:=/spot/camera/back/image" />
args="raw in:=/spot/camera/back/image compressed out:=/spot/camera/back/image" />

<!-- english speach node -->
<!-- disable sound_play in julius.launch and place it in fetch_bringup.launch -->
Expand Down

0 comments on commit 1ad9d6e

Please sign in to comment.