Skip to content

Commit

Permalink
remove some fileds to get better rate
Browse files Browse the repository at this point in the history
  • Loading branch information
patates-cipsi418 committed Apr 15, 2024
1 parent df11047 commit 1bde1ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rove_bringup/config/vn_300.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ vectornav:
# Binary output register 1
BO1:
asyncMode: 1 # send only on port 1 to save serial bandwidth
rateDivisor: 40 # 800 / 40 = 20 Hz
rateDivisor: 5 # 800 / 5 = 160 Hz
#
# TimeStartup
# bit name meaning
Expand Down Expand Up @@ -67,7 +67,7 @@ vectornav:
commonField: 0x3ff # 10 first fields
timeField: 0x0000 # TIMEGROUP_NONE
imuField: 0x0000 # IMUGROUP_NONE
gpsField: 0x270 # Gnss fix, Gnss pose LLA, GNSS pose ECEF, GNSS pose uncertainity
gpsField: 0x210 # Gnss fix, GNSS pose uncertainity
attitudeField: 0x0000 # ATTITUDEGROUP_NONE
insField: 0xc # Vel body, pose ECEF
gps2Field: 0x0000 # GPSGROUP_NONE
Expand Down

0 comments on commit 1bde1ee

Please sign in to comment.