We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa47fe3 commit 8d157b0Copy full SHA for 8d157b0
nav2_bringup/launch/bringup_launch.py
@@ -23,7 +23,7 @@
23
from launch.launch_description_sources import PythonLaunchDescriptionSource
24
from launch.substitutions import LaunchConfiguration, PythonExpression
25
from launch_ros.actions import Node
26
-from launch_ros.actions import PushRosNamespace
+from launch_ros.actions import PushROSNamespace
27
from launch_ros.descriptions import ParameterFile
28
from nav2_common.launch import RewrittenYaml
29
@@ -113,7 +113,7 @@ def generate_launch_description():
113
114
# Specify the actions
115
bringup_cmd_group = GroupAction([
116
- PushRosNamespace(
+ PushROSNamespace(
117
condition=IfCondition(use_namespace),
118
namespace=namespace),
119
0 commit comments