Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210910794
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210910794
Commits
ba7110ed
Commit
ba7110ed
authored
5 years ago
by
Steven Macenski
Browse files
Options
Downloads
Plain Diff
fixing merge conflicts
parents
895388c6
15104c4c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nav2_bringup/bringup/launch/nav2_localization_launch.py
+1
-0
1 addition, 0 deletions
nav2_bringup/bringup/launch/nav2_localization_launch.py
nav2_bringup/bringup/launch/nav2_navigation_launch.py
+1
-1
1 addition, 1 deletion
nav2_bringup/bringup/launch/nav2_navigation_launch.py
with
2 additions
and
1 deletion
nav2_bringup/bringup/launch/nav2_localization_launch.py
+
1
−
0
View file @
ba7110ed
...
...
@@ -36,6 +36,7 @@ def generate_launch_description():
use_remappings
=
LaunchConfiguration
(
'
use_remappings
'
)
lifecycle_nodes
=
[
'
map_server
'
,
'
amcl
'
]
# Map fully qualified names to relative ones so the node's namespace can be prepended.
# In case of the transforms (tf), currently, there doesn't seem to be a better alternative
# https://github.com/ros/geometry2/issues/32
...
...
This diff is collapsed.
Click to expand it.
nav2_bringup/bringup/launch/nav2_navigation_launch.py
+
1
−
1
View file @
ba7110ed
...
...
@@ -34,8 +34,8 @@ def generate_launch_description():
params_file
=
LaunchConfiguration
(
'
params_file
'
)
bt_xml_file
=
LaunchConfiguration
(
'
bt_xml_file
'
)
use_remappings
=
LaunchConfiguration
(
'
use_remappings
'
)
map_subscribe_transient_local
=
LaunchConfiguration
(
'
map_subscribe_transient_local
'
)
lifecycle_nodes
=
[
'
controller_server
'
,
'
planner_server
'
,
'
recoveries_server
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment