Skip to content

Commit

Permalink
tweaks eih
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Sep 4, 2024
1 parent 52c0098 commit 9e5fe2a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions launch/eye_in_hand.launch
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@

<arg name="board" default="large" />

<include file="$(dirname)/rgbd.launch" />
<include file="$(dirname)/rgbd.launch">
<arg name="no_mapping" value="true" />
<include file="$(dirname)/robots.launch">
<arg name="no_rws" value="true" />
<arg name="no_rrc" value="true" />
</include>

<group if="$(eval board == 'large')">
Expand All @@ -45,22 +46,22 @@

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

<include file="$(find easy_handeye)/launch/calibrate.launch">
<arg name="eye_on_hand" value="true" />

<!-- you can choose any identifier, as long as you use the same for publishing the calibration -->
<arg name="namespace_prefix" value="my_eih_calib" />

<!-- fill in the following parameters according to your robot's published tf frames -->
<arg name="robot_base_frame" value="/base_link" />
<arg name="robot_effector_frame" value="/tool0" />

<!-- fill in the following parameters according to your tracking system's published tf frames -->
<arg name="tracking_base_frame" value="/rgbd_camera_rgb_camera_optical_frame" />
<arg name="tracking_marker_frame" value="/charuco" />

<arg name="freehand_robot_movement" value="true" />

</include>
</launch>

0 comments on commit 9e5fe2a

Please sign in to comment.