Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hilary-luo committed Oct 31, 2023
1 parent d200e70 commit 88f9a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turtlebot4_navigation/launch/nav2.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 88f9a80

Please sign in to comment.