Skip to content

Commit

Permalink
Fix typo in rgbd_pcl launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadeiin committed Nov 27, 2024
1 parent cee5bc8 commit 2bb9768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depthai_ros_driver/launch/rgbd_pcl.launch
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<arg name="cam_pitch" value="$(arg cam_pitch)" />
<arg name="cam_yaw" value="$(arg cam_yaw)" />
<arg name="rectify_rgb" value="$(arg rectify_rgb)" />
<arg name="pointcloud_enable" value="true" />
<arg name="enable_pointcloud" value="true" />
</include>


Expand Down

0 comments on commit 2bb9768

Please sign in to comment.