Skip to content

Commit

Permalink
try to disable compression from rgbd output
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Aug 20, 2024
1 parent b9e5ad3 commit df40294
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions launch/rgbd.launch
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@
<arg name="depth_registered_pub" default="$(arg name)" />
</include>

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

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

<include file="$(dirname)/rgbd_mapping.launch" unless="$(arg no_mapping)">
<arg name="name" value="$(arg name)" />
<arg name="rectify_rgb" value="$(arg rectify_rgb)" />
Expand Down

0 comments on commit df40294

Please sign in to comment.