Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| app | 2 years ago | |
| calib | 2 years ago | |
| ins | 2 years ago | |
| test-data | 2 years ago | |
| Cargo.toml | 2 years ago | |
| README.md | 2 years ago | |
# 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
Toys
C++ JavaScript Unity3D Asset C Python other
Apache-2.0