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
c92c8a80
Commit
c92c8a80
authored
Apr 02, 2019
by
Fernando Herrero
Browse files
amcl.launch fix initial_pose_ parameter names
parent
67e7e137
Changes
1
Hide whitespace changes
Inline
Side-by-side
launch/include/amcl.launch
View file @
c92c8a80
...
...
@@ -28,9 +28,9 @@
<param
name=
"map_frame_id"
value=
"$(arg map_frame_id)"
/>
<param
name=
"odom_frame_id"
value=
"$(arg odom_frame_id)"
/>
<param
name=
"base_frame_id"
value=
"$(arg base_frame_id)"
/>
<param
name=
"initial_
x"
value=
"$(arg initial_x)"
/>
<param
name=
"initial_
y"
value=
"$(arg initial_y)"
/>
<param
name=
"initial_
yaw"
value=
"$(arg initial_yaw)"
/>
<param
name=
"initial_
pose_x"
value=
"$(arg initial_x)"
/>
<param
name=
"initial_
pose_y"
value=
"$(arg initial_y)"
/>
<param
name=
"initial_
pose_a"
value=
"$(arg initial_yaw)"
/>
</node>
</group>
...
...
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