Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Aug 21, 2024
1 parent fdc9057 commit 8213bf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/OAK-D.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/rgbd_camera:
camera_i_nn_type: none
stereo_i_subpixel: true
left_i_publish_topic: true
stereo_i_output_disparity: true
# left_i_publish_topic: true
# stereo_i_output_disparity: true
8 changes: 4 additions & 4 deletions launch/rgbd.launch
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@
<arg name="depth_registered_pub" default="$(arg name)" />
</include>

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

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

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

0 comments on commit 8213bf6

Please sign in to comment.