toys/ins
anjingyu 32370295f7 feat: update adtools 2024-06-26 11:42:47 +08:00
..
app feat: update adtools 2024-06-26 11:42:47 +08:00
calib chore: migrate 2024-04-14 23:20:38 +08:00
ins chore: migrate 2024-04-14 23:20:38 +08:00
test-data feat: update 2024-05-20 22:53:25 +08:00
Cargo.toml feat: update 2024-06-13 18:07:30 +08:00
README.md feat: update 2024-05-20 22:53:25 +08:00

README.md

INS Apps in Rust

Configuration File Format

# INS settings, REQUIRED
# Support types: serial, net, file
[ins.serial]
parser = "gsof"
path = "/dev/ttyATC5"
baudrate = 230400

[ins.net]
parser = "gsof"
address = "192.168.1.111"
port = 5018

[ins.file]
parser = "gsof"
path = "/home/anjy/Documents/work/AD/ins-app/test-data/GSOF"
channel_name = "CentroidInsData"

# The CORS information, OPTIONAL
# Some INS systems will process this automatically
# auch as Applanix-LVX
[cors]
address = "60.205.8.49"
port = 8801
auth = "name:password"
mount_point = "RTCM32_GGB"

# The following two members are optional,
# if the INS didn't started, you can
# use the following fields to set the initial
# location.
longitude = 109.58242961625
latitude = 24.39409001584