We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95aa818 commit 83f26d5Copy full SHA for 83f26d5
ublox_gps/config/neo_m8u_rover.yaml
@@ -11,15 +11,15 @@ ublox_gps_node:
11
12
device: /dev/ttyACM0
13
frame_id: m8u
14
- rate: 4 # in Hz
+ rate: 4.0 # in Hz
15
nav_rate: 4 # [# of measurement cycles], recommended 1 Hz, may
16
# be either 5 Hz (Dual constellation) or
17
# 8 Hz (GPS only)
18
dynamic_model: airborne2 # Airborne < 2G, 2D fix not supported (3D only),
19
# Max Alt: 50km
20
# Max Horizontal Velocity: 250 m/s,
21
# Max Vertical Velocity: 100 m/s
22
- fix_mode: 3
+ fix_mode: 3d
23
enable_ppp: true
24
dr_limit: 1
25
0 commit comments