Skip to content

Commit

Permalink
removing realsense filters
Browse files Browse the repository at this point in the history
  • Loading branch information
igormaurell committed Jul 3, 2023
1 parent d70f839 commit a286b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion butia_vision_bridge/launch/butia_vision_bridge.launch
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<!-- <arg name="enable_pointcloud" value="true"/> -->
<arg name="color_fps" value="15"/>
<arg name="depth_fps" value="15"/>
<arg name="filters" value="pointcloud,spatial,hole_filling,temporal"/>
<arg name="filters" value="pointcloud"/>
<arg name="depth_width" value="640"/>
<arg name="depth_height" value="480"/>
<arg name="color_width" value="640"/>
Expand Down

0 comments on commit a286b6b

Please sign in to comment.