Skip to content

Commit 6ab7a45

Browse files
committed
tracker_artoolkit5: Only process image if new one arrived
calib: dynamic_transform_publisher_node: Refurbish interface and fixing dyn reconf by using asynch spinner during configuration calib: one_shot_calib: Add RPY output calib: Add empty yaml files for later coming TFs and launch file for camera TFs localization: Make use of dynamic_transform_publisher camera TFs Signed-off-by: Timo Korthals <tkorthals@cit-ec.uni-bielefeld.de>
1 parent 18f6acc commit 6ab7a45

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

launch/start.launch

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
<launch>
22

3-
<!-- <include file="$(find sense)/launch/example.launch"><arg name="CAM" value="1" /></include>
3+
<!--START THE CAMERAS-->
4+
<include file="$(find sense)/launch/example.launch"><arg name="CAM" value="1" /></include>
45
<include file="$(find sense)/launch/example.launch"><arg name="CAM" value="2" /></include>
56
<include file="$(find sense)/launch/example.launch"><arg name="CAM" value="3" /></include>
6-
<include file="$(find sense)/launch/example.launch"><arg name="CAM" value="4" /></include>-->
7+
<include file="$(find sense)/launch/example.launch"><arg name="CAM" value="4" /></include>
78

9+
<!--START THE TRACKING-->
810
<include file="$(find tracker_artoolkit5)/launch/example.launch"><arg name="CAM" value="1" /></include>
9-
<include file="$(find tracker_artoolkit5)/launch/example.launch"><arg name="CAM" value="2" /></include> -->
10-
<!-- <include file="$(find tracker_artoolkit5)/launch/example.launch"><arg name="CAM" value="3" /></include> -->
11-
<!-- <include file="$(find tracker_artoolkit5)/launch/example.launch"><arg name="CAM" value="4" /></include> -->
12-
13-
14-
<node pkg="tf" type="static_transform_publisher" name="tf_world" args="0 0 0 0 0 0 world map 50" />
15-
<node pkg="tf" type="static_transform_publisher" name="tf_odom" args="0 0 0 0 0 0 map odom 50" />
16-
<node pkg="tf" type="static_transform_publisher" name="tf_cam1" args="0.926471 0.998127 3.80908 0.999948 -0.000610155 0.0100664 -0.00116429 odom cam1 50" />
17-
<node pkg="tf" type="static_transform_publisher" name="tf_cam2" args="-1.11753 0.953969 3.85658 0.99974 -0.00253604 -0.0200204 -0.0105956 odom cam2 50" />
18-
<node pkg="tf" type="static_transform_publisher" name="tf_cam3" args="-1.32182 -1.1788 3.62416 0.999997 0.00036887 0.00206406 0.00116467 odom cam3 50" />
19-
<node pkg="tf" type="static_transform_publisher" name="tf_cam4" args="-0.842545 1.35542 3.7464 0.918062 -0.00312821 0.219655 0.330007 odom cam4 50" />
11+
<include file="$(find tracker_artoolkit5)/launch/example.launch"><arg name="CAM" value="2" /></include>
12+
<include file="$(find tracker_artoolkit5)/launch/example.launch"><arg name="CAM" value="3" /></include>
13+
<include file="$(find tracker_artoolkit5)/launch/example.launch"><arg name="CAM" value="4" /></include>
2014

15+
<!--TFs FOR CAMERAS-->
16+
<include file="$(find calib)/launch/camera_tf.launch"/>
2117

2218

2319
<?ignore
@@ -26,7 +22,8 @@ prefix='<include file="$(find localization)/launch/generic_ekf.launch"><arg name
2622
sufix='" /></include>'
2723
for i in $(seq 0 63); do echo ${prefix}${i}${sufix};done
2824
?>
29-
25+
26+
3027
<include file="$(find localization)/launch/generic_ekf.launch"><arg name="id" value="0" /></include>
3128
<include file="$(find localization)/launch/generic_ekf.launch"><arg name="id" value="1" /></include>
3229
<!--<include file="$(find localization)/launch/generic_ekf.launch"><arg name="id" value="2" /></include>

0 commit comments

Comments
 (0)