Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_rosnav
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
ros
navigation
iri_rosnav
Merge requests
!1
Melodic migration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Melodic migration
melodic_migration
into
master
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Fernando Herrero
requested to merge
melodic_migration
into
master
4 years ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
a30ced00
Prev
Next
Show latest version
1 file
+
9
−
7
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a30ced00
The static_tf_map transform is only used if the fake localization and the map are not used.
· a30ced00
Sergi Hernandez
authored
4 years ago
launch/nav.launch
+
9
−
7
Options
@@ -80,13 +80,15 @@
@@ -80,13 +80,15 @@
</group>
</group>
</group>
</group>
<group
unless=
"$(arg use_map)"
>
<group
unless=
"$(arg use_fake_loc)"
>
<node
pkg=
"tf"
<group
unless=
"$(arg use_map)"
>
type=
"static_transform_publisher"
<node
pkg=
"tf"
name=
"static_tf_map"
type=
"static_transform_publisher"
ns=
"$(arg ns)"
name=
"static_tf_map"
args=
" 0 0 0 0 0 0 $(arg map_frame_id) $(arg odom_frame_id) 100"
>
ns=
"$(arg ns)"
</node>
args=
" 0 0 0 0 0 0 $(arg map_frame_id) $(arg odom_frame_id) 100"
>
</node>
</group>
</group>
</group>
<group
if=
"$(arg use_fake_loc)"
>
<group
if=
"$(arg use_fake_loc)"
>
Loading