Skip to content

Commit

Permalink
Patch bug in bringing up wrong node by hard-coding it off
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
  • Loading branch information
Ryanf55 committed Jan 20, 2024
1 parent 32bb128 commit 58261e1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions launch/load_tif.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def generate_launch_description():
],
output="screen",
emulate_tty=True,
condition=LaunchConfigurationEquals(LaunchConfiguration("params_file"), "")
# condition=LaunchConfigurationEquals(LaunchConfiguration("params_file"), "")
)

# map publisher node with params file
Expand Down Expand Up @@ -86,13 +86,6 @@ def generate_launch_description():
default_value=f'{Path(pkg_grid_map_geo) / "resources" / default_gdal_color_dataset}',
description="Full path to the elevation texture file.",
),
DeclareLaunchArgument(
"gdal_dataset_color_path",
default_value=os.path.join(
pkg_grid_map_geo, "resources", default_gdal_color_dataset
),
description="Full path to the elevation texture file.",
),
DeclareLaunchArgument(
"params_file",
default_value="",
Expand All @@ -101,7 +94,7 @@ def generate_launch_description():

static_transform_publisher,
map_publisher,
map_publisher_with_param_file,
# map_publisher_with_param_file,
rviz,
]
)
Expand Down

0 comments on commit 58261e1

Please sign in to comment.