Skip to content

Commit

Permalink
:wq
Browse files Browse the repository at this point in the history
:q
q
wq
  • Loading branch information
shayaf84 committed Nov 3, 2024
1 parent f76fc82 commit cff1957
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions urc_localization/launch/ekf.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def generate_launch_description():
remappings=[
("gps/fix", "/gps/data"),
("/imu", "/imu/data"),
("/odometry/filtered","/odometry/filtered/map")
],
)

Expand All @@ -43,6 +44,7 @@ def generate_launch_description():
remappings=[
("gps/fix", "/gps/data"),
("/imu", "/imu/data"),
("/odometry/filtered","odometry/filtered/twist")
],
)

Expand Down

0 comments on commit cff1957

Please sign in to comment.