-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86af3fc
commit f70f3ef
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
...pr2_robot/jsk_pr2_accessories/pr2_hand_apriltag/example/kinect_april_tag_detection.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<launch> | ||
<!-- You need to run this launch file in the PR2 robot for higher frequency of the image, | ||
otherwise the internal message filter will not work --> | ||
<node pkg="apriltag_ros" type="apriltag_ros_continuous_node" name="apriltag_pose_detector"> | ||
<remap from="image_rect" to="/kinect_head/rgb/image_rect_color" /> | ||
<remap from="camera_info" to="/kinect_head/rgb/camera_info" /> | ||
<rosparam> | ||
<!-- NOTE: the size is the inner square's edge length of the tag, not the outer edge length!!! --> | ||
standalone_tags: [{id: 0, size: 0.0277, name: april},] | ||
tag_family: "tagStandard41h12" | ||
publish_tf: true | ||
</rosparam> | ||
</node> | ||
</launch> |