Skip to content

Commit 95b636f

Browse files
committed
Update ekf.yaml and display.launch.py
Changed ekf_node to ekf_filter_node for consistency
1 parent 8ddf0d6 commit 95b636f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sam_bot_description/config/ekf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### ekf config file ###
2-
ekf_node:
2+
ekf_filter_node:
33
ros__parameters:
44
# The frequency, in Hz, at which the filter will output a position estimate. Note that the filter will not begin
55
# computation until it receives at least one message from one of the inputs. It will then run continuously at the

sam_bot_description/launch/display.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def generate_launch_description():
7272
robot_localization_node = Node(
7373
package='robot_localization',
7474
executable='ekf_node',
75-
name='ekf_node',
75+
name='ekf_filter_node',
7676
output='screen',
7777
parameters=[os.path.join(pkg_share, 'config/ekf.yaml'), {'use_sim_time': LaunchConfiguration('use_sim_time')}],
7878
)

0 commit comments

Comments
 (0)