Skip to content

Commit

Permalink
adding avlar file, arlaunchfile, and ar node
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurenhut committed Dec 1, 2017
1 parent 42c716f commit 8c90d40
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions launch/artesting.launch
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>
1 change: 1 addition & 0 deletions src/ar_track_alvar
Submodule ar_track_alvar added at 9c8fa0

0 comments on commit 8c90d40

Please sign in to comment.