-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding avlar file, arlaunchfile, and ar node
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
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,24 @@ | ||
<launch> | ||
|
||
|
||
|
||
|
||
<arg name="marker_size" default="6.9" /> | ||
<arg name="max_new_marker_error" default="0.08" /> | ||
<arg name="max_track_error" default="0.2" /> | ||
<arg name="cam_image_topic" default="/cameras/right_hand_camera/image" /> | ||
<arg name="cam_info_topic" default="/cameras/right_hand_camera/camera_info" /> | ||
<arg name="output_frame" default="/right_hand_camera_axis" /> | ||
|
||
|
||
<node name="ar_track_alvar" pkg="ar_track_alvar" type="individualMarkersNoKinect" respawn="false" output="screen"> | ||
<param name="marker_size" type="double" value="$(arg marker_size)" /> | ||
<param name="max_new_marker_error" type="double" value="$(arg max_new_marker_error)" /> | ||
<param name="max_track_error" type="double" value="$(arg max_track_error)" /> | ||
<param name="output_frame" type="string" value="$(arg output_frame)" /> | ||
|
||
<remap from="camera_image" to="$(arg cam_image_topic)" /> | ||
<remap from="camera_info" to="$(arg cam_info_topic)" /> | ||
</node> | ||
|
||
</launch> |
Submodule ar_track_alvar
added at
9c8fa0