Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sam_bot_description/config/ekf.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### ekf config file ###
ekf_node:
ekf_filter_node:
ros__parameters:
# The frequency, in Hz, at which the filter will output a position estimate. Note that the filter will not begin
# computation until it receives at least one message from one of the inputs. It will then run continuously at the
Expand Down
2 changes: 1 addition & 1 deletion sam_bot_description/launch/display.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def generate_launch_description():
robot_localization_node = Node(
package='robot_localization',
executable='ekf_node',
name='ekf_node',
name='ekf_filter_node',
output='screen',
parameters=[os.path.join(pkg_share, 'config/ekf.yaml'), {'use_sim_time': LaunchConfiguration('use_sim_time')}],
)
Expand Down