Skip to content
This repository was archived by the owner on Sep 4, 2022. It is now read-only.

Commit e6ae4e5

Browse files
committed
rebase changes
1 parent 757eb02 commit e6ae4e5

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<launch>
2-
<node pkg="tf" type="static_transform_publisher" name="marker0" args="10 0 10 0 0.5 0 world /marker0 100">
3-
<node pkg="tf" type="static_transform_publisher" name="marker7" args="5 0 0 0 0 0 world /marker7 100">
2+
<node pkg="tf" type="static_transform_publisher" name="marker6" args="5 0 0 0.5 0 0 world /marker6 100">
3+
<node pkg="tf" type="static_transform_publisher" name="marker7" args="10 5 0 0 0.5 0 world /marker7 100">
4+
<node pkg="tf" type="static_transform_publisher" name="marker3" args="10 5 5 0 0 0.5 world /marker3 100">
45
</launch>

rover/src/owr_positioning/launch/create_artag_config.launch

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- video_stream_provider can be a number as a video device or a url of a video stream -->
99
<arg name="video_stream_provider" default="/dev/video0" />
1010
<!-- frames per second to query the camera for -->
11-
<arg name="fps" default="30" />
11+
<arg name="fps" default="1" />
1212
<!-- frame_id for the camera -->
1313
<arg name="frame_id" default="camera_link" />
1414
<!-- By default, calibrations are stored to file://${ROS_HOME}/camera_info/${NAME}.yaml
@@ -22,6 +22,7 @@
2222
<!-- force width and height, 0 means no forcing -->
2323
<arg name="width" default="0"/>
2424
<arg name="height" default="0"/>
25+
<arg name="buffer_queue_size" default="1"/>
2526
<!-- if show a image_view window subscribed to the generated stream -->
2627
<arg name="visualize" default="true"/>
2728

@@ -35,6 +36,7 @@
3536
<param name="fps" type="int" value="$(arg fps)" />
3637
<param name="frame_id" type="string" value="$(arg frame_id)" />
3738
<param name="camera_info_url" type="string" value="$(arg camera_info_url)" />
39+
<param name="buffer_queue_size" type="int" value="$(arg buffer_queue_size)" />
3840
<param name="flip_horizontal" type="bool" value="$(arg flip_horizontal)" />
3941
<param name="flip_vertical" type="bool" value="$(arg flip_vertical)" />
4042
<param name="width" type="int" value="$(arg width)" />
@@ -65,6 +67,5 @@
6567
<remap from="camera_image" to="$(arg cam_image_topic)" />
6668
<remap from="camera_info" to="$(arg cam_info_topic)" />
6769
</node>
68-
69-
<!-- node pkg="owr_positioning" type="create_artag_config" name="create_artag_config" output="screen"/ -->
70+
<!-- node pkg="owr_positioning" type="create_artag_config" name="create_artag_config" output="screen"/ -->
7071
</launch>

0 commit comments

Comments
 (0)