Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
labrobotica
ros
navigation
iri_rosnav
Commits
a30ced00
Commit
a30ced00
authored
Sep 22, 2020
by
Sergi Hernandez
Browse files
The static_tf_map transform is only used if the fake localization and the map are not used.
parent
cc96bfdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
launch/nav.launch
View file @
a30ced00
...
...
@@ -80,13 +80,15 @@
</group>
</group>
<group
unless=
"$(arg use_map)"
>
<node
pkg=
"tf"
type=
"static_transform_publisher"
name=
"static_tf_map"
ns=
"$(arg ns)"
args=
" 0 0 0 0 0 0 $(arg map_frame_id) $(arg odom_frame_id) 100"
>
</node>
<group
unless=
"$(arg use_fake_loc)"
>
<group
unless=
"$(arg use_map)"
>
<node
pkg=
"tf"
type=
"static_transform_publisher"
name=
"static_tf_map"
ns=
"$(arg ns)"
args=
" 0 0 0 0 0 0 $(arg map_frame_id) $(arg odom_frame_id) 100"
>
</node>
</group>
</group>
<group
if=
"$(arg use_fake_loc)"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment