Skip to content

Commit b7db284

Browse files
authored
setup_robot_localization.rst: fix small typo (#812)
1 parent befcedc commit b7db284

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup_guides/odom/setup_robot_localization.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Next, we specify the parameters of the ``ekf_node`` using a YAML file. Create a
3636
.. code-block:: yaml
3737
3838
### ekf config file ###
39-
ekf_node:
39+
ekf_filter_node:
4040
ros__parameters:
4141
# The frequency, in Hz, at which the filter will output a position estimate. Note that the filter will not begin
4242
# computation until it receives at least one message from one of the inputs. It will then run continuously at the
@@ -103,7 +103,7 @@ Now, let us add the ``ekf_node`` into the launch file. Open ``launch/display.lau
103103
robot_localization_node = Node(
104104
package='robot_localization',
105105
executable='ekf_node',
106-
name='ekf_node',
106+
name='ekf_filter_node',
107107
output='screen',
108108
parameters=[os.path.join(pkg_share, 'config/ekf.yaml'), {'use_sim_time': LaunchConfiguration('use_sim_time')}]
109109
)

0 commit comments

Comments
 (0)