Skip to content

Commit

Permalink
fix odom input for navsat transform
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalTheCoder committed Dec 8, 2024
1 parent 7786a21 commit 29ed484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions urc_localization/config/ekf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ navsat_transform:
# Frequency of the main run loop
frequency: 30.0
# Delay time, in seconds, before we calculate the transform from the UTM frame to your world frame.
delay: 5.0
delay: 2.0
magnetic_declination_radians: -0.06736971
yaw_offset: 1.57079632679
zero_altitude: false
zero_altitude: true
broadcast_utm_transform: true
publish_filtered_gps: true
use_odometry_yaw: true
Expand Down
2 changes: 1 addition & 1 deletion urc_localization/launch/ekf.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def generate_launch_description():
],
remappings=[
("/imu","/imu/data"),
("/odometry/filtered","/odometry/filtered_map"),
("/odometry/filtered","/odometry/filtered_twist"),
("/gps/fix","/gps/data")
]
)
Expand Down

0 comments on commit 29ed484

Please sign in to comment.