File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def generate_launch_description():
40
40
],
41
41
output = "screen" ,
42
42
emulate_tty = True ,
43
- condition = LaunchConfigurationEquals (LaunchConfiguration ("params_file" ), "" )
43
+ # condition=LaunchConfigurationEquals(LaunchConfiguration("params_file"), "")
44
44
)
45
45
46
46
# map publisher node with params file
@@ -86,13 +86,6 @@ def generate_launch_description():
86
86
default_value = f'{ Path (pkg_grid_map_geo ) / "resources" / default_gdal_color_dataset } ' ,
87
87
description = "Full path to the elevation texture file." ,
88
88
),
89
- DeclareLaunchArgument (
90
- "gdal_dataset_color_path" ,
91
- default_value = os .path .join (
92
- pkg_grid_map_geo , "resources" , default_gdal_color_dataset
93
- ),
94
- description = "Full path to the elevation texture file." ,
95
- ),
96
89
DeclareLaunchArgument (
97
90
"params_file" ,
98
91
default_value = "" ,
@@ -101,7 +94,7 @@ def generate_launch_description():
101
94
102
95
static_transform_publisher ,
103
96
map_publisher ,
104
- map_publisher_with_param_file ,
97
+ # map_publisher_with_param_file,
105
98
rviz ,
106
99
]
107
100
)
You can’t perform that action at this time.
0 commit comments