Apollo 10.0
自动驾驶开放平台
cyber.pb.conf
浏览该文件的文档.
1# transport_conf {
2# shm_conf {
3# # "multicast" "condition"
4# notifier_type: "condition"
5# # "posix" "xsi"
6# shm_type: "xsi"
7# shm_locator {
8# ip: "239.255.0.100"
9# port: 8888
10# }
11# }
12# participant_attr {
13# lease_duration: 12
14# announcement_period: 3
15# domain_id_gain: 200
16# port_base: 10000
17# }
18# communication_mode {
19# same_proc: INTRA
20# diff_proc: SHM
21# diff_host: RTPS
22# }
23# resource_limit {
24# max_history_depth: 1000
25# }
26# }
27#
28transport_conf {
29 communication_mode {
30 same_proc: INTRA
31 diff_proc: SHM
32 diff_host: RTPS
33 }
34 participant_attr {
35 lease_duration: 12
36 announcement_period: 3
37 domain_id_gain: 250
38 port_base: 7400
39 }
40 shm_conf {
41 arena_shm_conf {
42 arena_channel_conf {
43 channel_name: "/apollo/msg"
44 max_msg_size: 33554432
45 max_pool_size: 32
46 }
47 }
48 }
49}
50
51run_mode_conf {
52 run_mode: MODE_REALITY
53 clock_mode: MODE_CYBER
54}
55
56scheduler_conf {
57 routine_num: 100
58 default_proc_num: 16
59}