Skip to content

Commit

Permalink
comment out depthai from include file
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Jun 12, 2024
1 parent a3279a2 commit 18a2056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch/bringup/rgbd.launch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://gist.githubusercontent.com/nalt/dfa2abc9d2e3ae4feb82ca5608090387/raw/roslaunch.xsd">

<include file="$(find depthai_ros_driver)/launch/rgbd_pcl.launch"
<!-- include file="$(find depthai_ros_driver)/launch/rgbd_pcl.launch"
if="$(eval rgbd_camera == 'OAK-D-POE')">
<arg name="parent_frame" value="$(arg rgbd_parent_frame)" />
<arg name="cam_pos_x" value="$(arg rgbd_x)" />
Expand All @@ -15,7 +15,7 @@
<arg name="camera_model" value="OAK-D-POE" />
<arg name="params_file"
value="$(find biodigitalmatter_ros)/config/oak-d-s2-af-poe/rgbd.yaml" />
</include>
</include -->

<node pkg="tf" type="static_transform_publisher" name="rgbd_rs_broadcaster"
args="$(arg rgbd_x) $(arg rgbd_y) $(arg rgbd_z) $(arg rgbd_roll) $(arg rgbd_pitch) $(arg rgbd_yaw) $(arg rgbd_parent_frame) camera_link 100" />
Expand Down

0 comments on commit 18a2056

Please sign in to comment.