Added package for the current testing gps. Also added a testing launcher folder

This commit is contained in:
2018-01-06 13:14:36 -08:00
parent f207446293
commit 2aaca71e91
111 changed files with 10550 additions and 0 deletions

View File

@@ -0,0 +1,72 @@
# Configuration Settings for C94-M8P device
debug: 1 # Range 0-4 (0 means no debug statements will print)
save:
mask: 3103 # Save I/O, Message, INF Message, Nav, Receiver
# Manager, Antenna, and Logging Configuration
device: 4 # Save to EEPROM
device: /dev/ttyACM0
frame_id: gps_base
dynamic_model: stationary # Velocity restricted to 0 m/s. Zero dynamics
# assumed.
fix_mode: auto
dr_limit: 0
enable_ppp: false # Not supported by C94-M8P
rate: 4 # Measurement rate in Hz
nav_rate: 4 # in number of measurement cycles
uart1:
baudrate: 19200 # C94-M8P specific
in: 0 # No UART in for base
out: 32 # RTCM 3
# TMODE3 Config
tmode3: 1 # Survey-In Mode
sv_in:
reset: false # True: disables and re-enables survey-in (resets)
# False: Disables survey-in only if TMODE3 is
# disabled
min_dur: 300 # Survey-In Minimum Duration [s]
acc_lim: 3.0 # Survey-In Accuracy Limit [m]
# RTCM out config
rtcm:
ids: [5, 87, 77, 230] # RTCM Messages to configure for Base station
# Enabled: GPS MSM7, GLONASS MSM7,
# GLONASS CP bias, Stationary RTK ref
# 0xF5 0x05 Stationary RTK reference station
# ARP
# 0xF5 0x4A GPS MSM4
# 0xF5 0x4D GPS MSM7
# 0xF5 0x54 GLONASS MSM4
# 0xF5 0x57 GLONASS MSM7
# 0xF5 0x7C BeiDou MSM4
# 0xF5 0x7F BeiDou MSM7
# 0xF5 0xE6 GLONASS code-phase biases
# 0xF5 0xFE Reference station PVT
#(u-blox proprietary RTCM Message)
rates: [1, 1, 1, 10] # in number of navigation solutions, must match
# nav_rate, except for 0xE6
dat:
set: false
# GNSS Config
gnss:
glonass: true # Supported by C94-M8P
beidou: false # Supported by C94-M8P
qzss: false # Supported by C94-M8P
inf:
all: true # Whether to display all INF messages in console
# Enable u-blox message publishers
publish:
all: true
aid:
hui: false
nav:
posecef: false

View File

@@ -0,0 +1,46 @@
# Configuration Settings for C94-M8P device
debug: 1 # Range 0-4 (0 means no debug statements will print)
save:
mask: 3103 # Save I/O, Message, INF Message, Nav, Receiver
# Manager, Antenna, and Logging Configuration
device: 4 # Save to EEPROM
device: /dev/ttyACM1
frame_id: gps
rate: 4 # in Hz
nav_rate: 4 # [# of measurement cycles], recommended 1 Hz, may
# be either 5 Hz (Dual constellation) or
# 8 Hz (GPS only)
dynamic_model: airborne2 # Airborne < 2G, 2D fix not supported (3D only),
# Max Alt: 50km
# Max Horizontal Velocity: 250 m/s,
# Max Vertical Velocity: 100 m/s
fix_mode: auto
enable_ppp: false # Not supported by C94-M8P
dr_limit: 0
uart1:
baudrate: 19200 # C94-M8P specific
in: 32 # RTCM 3
out: 0 # No UART out for rover
gnss:
glonass: true # Supported by C94-M8P
beidou: false # Supported by C94-M8P
qzss: false # Supported by C94-M8P
dgnss_mode: 3 # Fixed mode
inf:
all: true # Whether to display all INF messages in console
# Enable u-blox message publishers
publish:
all: true
aid:
hui: false
nav:
posecef: false

View File

@@ -0,0 +1,46 @@
# Configuration Settings for C94-M8P device
debug: 1 # Range 0-4 (0 means no debug statements will print)
save:
mask: 3103 # Save I/O, Message, INF Message, Nav, Receiver
# Manager, Antenna, and Logging Configuration
device: 4 # Save to EEPROM
device: /dev/ttyUSB3
frame_id: gps
rate: 4 # in Hz
nav_rate: 4 # [# of measurement cycles], recommended 1 Hz, may
# be either 5 Hz (Dual constellation) or
# 8 Hz (GPS only)
dynamic_model: airborne2 # Airborne < 2G, 2D fix not supported (3D only),
# Max Alt: 50km
# Max Horizontal Velocity: 250 m/s,
# Max Vertical Velocity: 100 m/s
fix_mode: auto
enable_ppp: false # Not supported by C94-M8P
dr_limit: 0
uart1:
baudrate: 9600 # C94-M8P specific
in: 32 # RTCM 3
out: 0 # No UART out for rover
gnss:
glonass: true # Supported by C94-M8P
beidou: false # Supported by C94-M8P
qzss: false # Supported by C94-M8P
dgnss_mode: 3 # Fixed mode
inf:
all: true # Whether to display all INF messages in console
# Enable u-blox message publishers
publish:
all: true
aid:
hui: false
nav:
posecef: false

View File

@@ -0,0 +1,31 @@
# Sample NMEA parameter configuration
device: /dev/ttyUSB4
uart1:
baudrate: 9600 # C94-M8P specific
nmea:
set: true
version: 65
num_sv: 8
sv_numbering: 1
compat: true
consider: true
limit82: true
high_prec: false
filter:
pos: true
msk_pos: true
time: true
date: true
gps_only: true
track: true
gnssToFilter:
gps: false
sbas: true
qzss: true
glonass: false
beidou: true
main_talker_id: 1
gsv_talker_id: 1
bds_talker_id: [0,0]