Skip to content

Commit

Permalink
Add dictionary parameter to aruco.launch
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 13, 2024
1 parent 3b7242f commit b8344db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clover/launch/aruco.launch
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<remap from="image_raw" to="main_camera/image_raw"/>
<remap from="camera_info" to="main_camera/camera_info"/>
<remap from="map_markers" to="aruco_map/map"/>
<param name="dictionary" value="2"/> <!-- DICT_4X4_250 -->
<param name="estimate_poses" value="true"/>
<param name="send_tf" value="true"/>
<param name="use_map_markers" value="true"/>
Expand Down

0 comments on commit b8344db

Please sign in to comment.