Skip to content

Commit

Permalink
use rgb not stereo for charuco
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Sep 4, 2024
1 parent cc19828 commit 4613c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch/eye_in_hand.launch
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@

<include file="$(find charuco_detector)/launch/charuco_detector.launch"
if="$(eval board == 'large')" pass_all_args="true">
<arg name="image_topic" value="/rgbd_camera/stereo/image_raw" />
<arg name="camera_info_topic" value="/rgbd_camera/stereo/camera_info" />
<arg name="image_topic" value="/rgbd_camera/rgb/image_raw" />
<arg name="camera_info_topic" value="/rgbd_camera/rgb/camera_info" />
</include>

<include file="$(find easy_handeye)/launch/calibrate.launch">
Expand Down

0 comments on commit 4613c5b

Please sign in to comment.