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
baa49b9b
Commit
baa49b9b
authored
Sep 21, 2021
by
Sergi Hernandez
Browse files
Solved a bug: the map topic remapping was invalid.
parent
148d5da0
Changes
1
Hide whitespace changes
Inline
Side-by-side
launch/include/move_base.launch
View file @
baa49b9b
...
...
@@ -27,7 +27,7 @@
name=
"$(arg move_base_name)"
output=
"$(arg output)"
launch-prefix=
"$(arg launch_prefix)"
>
<remap
from=
"
/
map"
to=
"$(arg map_topic)"
/>
<remap
from=
"map"
to=
"$(arg map_topic)"
/>
<remap
from=
"cmd_vel"
to=
"$(arg cmd_vel_topic)"
/>
<remap
from=
"odom"
to=
"$(arg odom_topic)"
/>
<remap
from=
"move_base_simple/goal"
to=
"$(arg move_base_name)_simple/goal"
/>
...
...
Sergi Hernandez
@shernand
mentioned in commit
7a1a9e76
·
Sep 27, 2021
mentioned in commit
7a1a9e76
mentioned in commit 7a1a9e76a01400c22f963f023262ebabae58f0af
Toggle commit list
Sergi Hernandez
@shernand
mentioned in merge request
!5 (merged)
·
Sep 27, 2021
mentioned in merge request
!5 (merged)
mentioned in merge request !5
Toggle commit list
Sergi Hernandez
@shernand
mentioned in commit
465f2cdd
·
Sep 27, 2021
mentioned in commit
465f2cdd
mentioned in commit 465f2cdd48cfcb4ac18e9dff59bd50493da74f40
Toggle commit list
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