Skip to content

Commit

Permalink
ros2: restore namespace to tif_loader node in launch file
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
  • Loading branch information
srmainwaring committed Nov 1, 2023
1 parent f55db93 commit 8d533d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/load_tif.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def generate_launch_description():
# tif loader node
tif_loader = Node(
package="grid_map_geo",
# namespace="grid_map_geo",
namespace="grid_map_geo",
executable="test_tif_loader",
name="tif_loader",
parameters=[
Expand Down

0 comments on commit 8d533d1

Please sign in to comment.