Skip to content

Commit bf4bf73

Browse files
Merge pull request #2 from NehilDanis/add_screen_outputting_option
Added screen output flag to see the ros_info
2 parents d1306c5 + aa93da6 commit bf4bf73

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

launch/track_aruco_marker.launch

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<arg name="marker_size" doc="The size of the marker (in meters)" />
99

10-
<node pkg="easy_aruco" type="easy_aruco_node" name="easy_aruco_node" >
10+
<node pkg="easy_aruco" type="easy_aruco_node" name="easy_aruco_node" output="screen" >
1111
<param name="object_type" value="aruco_marker" />
1212

1313
<param name="camera_namespace" value="$(arg camera_namespace)" />
@@ -18,4 +18,4 @@
1818

1919
<param name="marker_size" value="$(arg marker_size)" />
2020
</node>
21-
</launch>
21+
</launch>

launch/track_charuco_board.launch

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<arg name="square_number_x" doc="The number of squares in the x direction" />
1111
<arg name="square_number_y" doc="The number of squares in the y direction" />
1212

13-
<node pkg="easy_aruco" type="easy_aruco_node" name="easy_aruco_node" >
13+
<node pkg="easy_aruco" type="easy_aruco_node" name="easy_aruco_node" output="screen" >
1414
<param name="object_type" value="charuco_board" />
1515

1616
<param name="camera_namespace" value="$(arg camera_namespace)" />
@@ -24,4 +24,4 @@
2424
<param name="square_number_x" value="$(arg square_number_x)" />
2525
<param name="square_number_y" value="$(arg square_number_y)" />
2626
</node>
27-
</launch>
27+
</launch>

0 commit comments

Comments
 (0)