File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 8
8
<param name =" use_sim_time" value =" true" />
9
9
10
10
# Bag file
11
- <node name =" bag_player" type =" play" pkg =" rosbag" args =" $(arg bag_file) --clock -s 0 -r 1.0 -l" />
11
+ <node name =" bag_player" type =" play" pkg =" rosbag" args =" $(arg bag_file) --clock -s 0 -r 1.0 -l" >
12
+ <remap from =" /tf" to =" /tf_fake" />
13
+ </node >
12
14
13
15
# Frames
14
16
<include file =" $(find nix_launchers)/launch/frames.launch" />
23
25
<arg name =" initial_z" default =" 0" />
24
26
<arg name =" initial_a" default =" 0.18" />
25
27
<arg name =" map" default =" marsella_5cm_full.bt" />
28
+ <arg name =" map_path" default =" $(find dll)/maps/$(arg map)" />
26
29
27
30
# 2020-06-25-15-10-43_0.bag
28
31
<!-- arg name="initial_x" default="6.23"/>
32
35
<arg name="map" default="basement_2.bt"/-->
33
36
34
37
# Odom to TF
35
- <!-- node pkg="odom_to_tf" type="odom_to_tf.py" name="odom_to_tf">
38
+ <node pkg =" odom_to_tf" type =" odom_to_tf.py" name =" odom_to_tf" >
36
39
<param name =" laser_frame" value =" base_link" />
37
40
<param name =" rotate_90" value =" false" />
38
- </node-- >
41
+ </node >
39
42
40
43
# Launch DLL
41
44
<node name =" dll_node" type =" dll_node" pkg =" dll" output =" screen" >
46
49
<param name =" global_frame_id" value =" $(arg global_frame_id)" />
47
50
48
51
<param name =" rate" value =" 10.0" />
49
- <param name =" map_path" value =" $(find dll)/launch/$( arg map )" />
52
+ <param name =" map_path" value =" $(arg map_path )" />
50
53
<param name =" sensor_dev" value =" 0.02" />
51
54
<param name =" publish_point_cloud" value =" true" />
52
55
<param name =" update_min_d" value =" 0.1" />
You can’t perform that action at this time.
0 commit comments