diff --git a/turtlebot4_navigation/launch/nav2.launch.py b/turtlebot4_navigation/launch/nav2.launch.py index 02965d9..b4fd3d5 100644 --- a/turtlebot4_navigation/launch/nav2.launch.py +++ b/turtlebot4_navigation/launch/nav2.launch.py @@ -55,10 +55,10 @@ def launch_setup(context, *args, **kwargs): namespace_str = namespace.perform(context) if (namespace_str and not namespace_str.startswith('/')): - namespace_str = '/' + namespace_str + namespace_str = '/' + namespace_str launch_nav2 = PathJoinSubstitution( - [pkg_nav2_bringup, 'launch', 'navigation_launch.py']) + [pkg_nav2_bringup, 'launch', 'navigation_launch.py']) nav2 = GroupAction([ PushRosNamespace(namespace),