Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 0800179

Browse files
committed
🔧 Disable compressed image plugin
Fix #10
1 parent 4f1f1ad commit 0800179

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

launch/gazebo.launch

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,10 @@ https://github.com/ros/urdf_sim_tutorial -->
6565
</group>
6666
</group>
6767

68-
</launch>
68+
<group ns="camera/image_raw">
69+
<rosparam param="disable_pub_plugins">
70+
- 'image_transport/compressedDepth'
71+
</rosparam>
72+
</group>
73+
74+
</launch>

0 commit comments

Comments
 (0)