Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Sep 20, 2023
1 parent 15746a4 commit f5e7ae4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rosbot_bringup/launch/bringup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from launch.launch_description_sources import PythonLaunchDescriptionSource
from launch.substitutions import LaunchConfiguration, PathJoinSubstitution

# asda

def generate_launch_description():
use_sim = LaunchConfiguration("use_sim")
Expand Down Expand Up @@ -59,14 +58,14 @@ def generate_launch_description():
}.items(),
)

usser = PathJoinSubstitution([rosbot_bringup, "config", "ekf.yaml"])
ekf_config = PathJoinSubstitution([rosbot_bringup, "config", "ekf.yaml"])

robot_localization_node = Node(
package="robot_localization",
executable="ekf_node",
name="ekf_filter_node",
output="screen",
parameters=[usser],
parameters=[ekf_config],
)

actions = [
Expand Down

0 comments on commit f5e7ae4

Please sign in to comment.