Skip to content

Commit 83f26d5

Browse files
committed
fix: neo_m8u_rover.yaml type issues
1 parent 95aa818 commit 83f26d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ublox_gps/config/neo_m8u_rover.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ ublox_gps_node:
1111

1212
device: /dev/ttyACM0
1313
frame_id: m8u
14-
rate: 4 # in Hz
14+
rate: 4.0 # in Hz
1515
nav_rate: 4 # [# of measurement cycles], recommended 1 Hz, may
1616
# be either 5 Hz (Dual constellation) or
1717
# 8 Hz (GPS only)
1818
dynamic_model: airborne2 # Airborne < 2G, 2D fix not supported (3D only),
1919
# Max Alt: 50km
2020
# Max Horizontal Velocity: 250 m/s,
2121
# Max Vertical Velocity: 100 m/s
22-
fix_mode: 3
22+
fix_mode: 3d
2323
enable_ppp: true
2424
dr_limit: 1
2525

0 commit comments

Comments
 (0)