Apollo
10.0
自动驾驶开放平台
gnss_conf.pb.txt
浏览该文件的文档.
1
data {
2
# format optional: NOVATEL_BINARY, HUACE_TEXT, ASENSING_BINARY, BROADGNSS_TEXT
3
format: NOVATEL_BINARY
4
5
# protocol optional: serial, tcp, udp, ntrip, can_card_parameter
6
serial {
7
device
:
"/dev/ttyACM0"
8
baud_rate: 115200
9
}
10
11
# tcp, udp: e.g.
12
#tcp {
13
# address: "192.168.10.100"
14
# port: 9904
15
#}
16
17
# can_card_parameter: e.g.
18
#can_card_parameter {
19
# brand: SOCKET_CAN_RAW
20
# type: PCI_CARD
21
# channel_id: CHANNEL_ID_ZERO
22
# interface: NATIVE
23
#}
24
}
25
26
#rtk_from {
27
# format: RTCM_V3
28
# ntrip {
29
#address: "111.111.111.11"
30
#port: 0000
31
#mount_point: "yourport"
32
#user: "username"
33
#password: "password"
34
#timeout_s: 5
35
# }
36
# push_location: true
37
#}
38
39
rtk_to {
40
format: NOVATEL_BINARY
41
serial {
42
device
:
"/dev/ttyACM1"
43
baud_rate: 115200
44
}
45
}
46
47
command {
48
format: NOVATEL_BINARY
49
serial {
50
device
:
"/dev/ttyACM2"
51
baud_rate: 115200
52
}
53
}
54
55
rtk_solution_type: RTK_RECEIVER_SOLUTION
56
imu_type:
CPT_XW5651
57
proj4_text:
"+proj=utm +zone=50 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs"
58
59
tf {
60
frame_id
:
"world"
61
child_frame_id:
"imu"
62
enable:
true
63
}
64
65
# If given, the driver will send velocity info into novatel one time per second
66
wheel_parameters:
"SETWHEELPARAMETERS 100 1 1\r\n"
67
68
gpsbin_folder:
"data/gpsbin"
69
70
#########################################################################
71
# notice: only for debug, won't configure device through driver online!!!
72
#########################################################################
73
# login_commands: "UNLOGALL THISPORT\r\n"
74
# login_commands: "LOG COM2 GPRMC ONTIME 1.0 0.25\r\n"
75
# login_commands: "EVENTOUTCONTROL MARK2 ENABLE POSITIVE 999999990 10\r\n"
76
# login_commands: "EVENTOUTCONTROL MARK1 ENABLE POSITIVE 500000000 500000000\r\n"
77
# login_commands: "LOG GPGGA ONTIME 1.0\r\n"
78
79
# login_commands: "log bestgnssposb ontime 1\r\n"
80
# login_commands: "log bestgnssvelb ontime 1\r\n"
81
# login_commands: "log bestposb ontime 1\r\n"
82
# login_commands: "log INSPVAXB ontime 0.5\r\n"
83
# login_commands: "log INSPVASB ontime 0.01\r\n"
84
# login_commands: "log CORRIMUDATASB ontime 0.01\r\n"
85
# login_commands: "log RAWIMUSXB onnew 0 0\r\n"
86
# login_commands: "log INSCOVSB ontime 1\r\n"
87
# login_commands: "log mark1pvab onnew\r\n"
88
89
# login_commands: "log rangeb ontime 0.2\r\n"
90
# login_commands: "log bdsephemerisb\r\n"
91
# login_commands: "log gpsephemb\r\n"
92
# login_commands: "log gloephemerisb\r\n"
93
# login_commands: "log bdsephemerisb ontime 15\r\n"
94
# login_commands: "log gpsephemb ontime 15\r\n"
95
# login_commands: "log gloephemerisb ontime 15\r\n"
96
97
# login_commands: "log imutoantoffsetsb once\r\n"
98
# login_commands: "log vehiclebodyrotationb onchanged\r\n"
99
100
logout_commands:
"EVENTOUTCONTROL MARK2 DISABLE\r\n"
101
logout_commands:
"EVENTOUTCONTROL MARK1 DISABLE\r\n"
102
103
use_gnss_time:
true
device
first check imutoantoffset saved in device
Definition
readme.txt:2
apollo::drivers::gnss::config::CPT_XW5651
@ CPT_XW5651
Definition
config.proto:92
apollo::drivers::robosense::frame_id
std::string frame_id
Point cloud frame id
Definition
point_cloud_msg.h:51
modules
drivers
gnss
conf
gnss_conf.pb.txt