Apollo
10.0
自动驾驶开放平台
gnss_conf.pb.txt
浏览该文件的文档.
1
data {
2
format: NOVATEL_BINARY
3
serial {
4
device
:
"/dev/novatel0"
5
baud_rate: 115200
6
}
7
}
8
9
rtk_from {
10
format: RTCM_V3
11
ntrip {
12
address:
"<IP>"
13
port: <PORT>
14
mount_point:
"<MOUNTPOINT>"
15
user:
"<USER>"
16
password:
"<PASSWORD>"
17
timeout_s: 5
18
}
19
push_location:
true
20
}
21
22
rtk_to {
23
format: NOVATEL_BINARY
24
serial {
25
device
:
"/dev/novatel1"
26
baud_rate: 115200
27
}
28
}
29
30
command {
31
format: NOVATEL_BINARY
32
serial {
33
device
:
"/dev/novatel2"
34
baud_rate: 115200
35
}
36
}
37
38
rtk_solution_type: RTK_RECEIVER_SOLUTION
39
imu_type:
G320N
40
proj4_text:
"+proj=utm +zone=10 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs"
41
42
tf {
43
frame_id
:
"world"
44
child_frame_id:
"novatel"
45
}
46
47
# If given, the driver will send velocity info into novatel one time per second
48
wheel_parameters:
"SETWHEELPARAMETERS 100 1 1\r\n"
49
50
gpsbin_folder:
"data/gpsbin"
51
52
#########################################################################
53
# notice: only for debug, won't configure device through driver online!!!
54
#########################################################################
55
# login_commands: "UNLOGALL THISPORT\r\n"
56
# login_commands: "LOG COM2 GPRMC ONTIME 1.0 0.25\r\n"
57
# login_commands: "EVENTOUTCONTROL MARK2 ENABLE POSITIVE 999999990 10\r\n"
58
# login_commands: "EVENTOUTCONTROL MARK1 ENABLE POSITIVE 500000000 500000000\r\n"
59
# login_commands: "LOG GPGGA ONTIME 1.0\r\n"
60
61
# login_commands: "log bestgnssposb ontime 1\r\n"
62
# login_commands: "log bestgnssvelb ontime 1\r\n"
63
# login_commands: "log bestposb ontime 1\r\n"
64
# login_commands: "log INSPVAXB ontime 0.5\r\n"
65
# login_commands: "log INSPVASB ontime 0.01\r\n"
66
# login_commands: "log CORRIMUDATASB ontime 0.01\r\n"
67
# login_commands: "log RAWIMUSXB onnew 0 0\r\n"
68
# login_commands: "log INSCOVSB ontime 1\r\n"
69
# login_commands: "log mark1pvab onnew\r\n"
70
71
# login_commands: "log rangeb ontime 0.2\r\n"
72
# login_commands: "log bdsephemerisb\r\n"
73
# login_commands: "log gpsephemb\r\n"
74
# login_commands: "log gloephemerisb\r\n"
75
# login_commands: "log bdsephemerisb ontime 15\r\n"
76
# login_commands: "log gpsephemb ontime 15\r\n"
77
# login_commands: "log gloephemerisb ontime 15\r\n"
78
79
# login_commands: "log imutoantoffsetsb once\r\n"
80
# login_commands: "log vehiclebodyrotationb onchanged\r\n"
81
82
logout_commands:
"EVENTOUTCONTROL MARK2 DISABLE\r\n"
83
logout_commands:
"EVENTOUTCONTROL MARK1 DISABLE\r\n"
device
first check imutoantoffset saved in device
Definition
readme.txt:2
apollo::drivers::gnss::config::G320N
@ G320N
Definition
config.proto:93
apollo::drivers::robosense::frame_id
std::string frame_id
Point cloud frame id
Definition
point_cloud_msg.h:51
modules
calibration
data
mkz_example
gnss_conf
gnss_conf.pb.txt