Skip to content

Commit

Permalink
continuing to try to display compressed transport
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Aug 20, 2024
1 parent 54f6ff6 commit b1b460d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch/rgbd.launch
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
<arg name="depth_registered_pub" default="$(arg name)" />
</include>

<group ns="$(arg name)/rgb">
<group ns="$(arg name)/rgb/image_raw">
<rosparam param="disable_pub_plugins">
- 'image_transport/compressedDepth'
- 'image_transport/theora'
</rosparam>
</group>

<group ns="$(arg name)/stereo">
<group ns="$(arg name)/stereo/image_raw">
<rosparam param="disable_pub_plugins">
- 'image_transport/compressedDepth'
- 'image_transport/theora'
Expand Down

0 comments on commit b1b460d

Please sign in to comment.