Apollo 11.0
自动驾驶开放平台
pointcloud_map_based_roi.launch
浏览该文件的文档.
1<!--this file list the modules which will be loaded dynamicly and
2 their process name to be running in -->
3<cyber>
4 <desc>cyber modules list config</desc>
5 <version>1.0.0</version>
6 <!-- sample module config, and the files should have relative path like
7 ./bin/cyber_launch
8 ./bin/mainboard
9 ./conf/dag_streaming_0.conf -->
10 <module>
11 <name>pointcloud_map_based_roi</name>
12 <dag_conf>/apollo/modules/perception/pointcloud_map_based_roi/dag/pointcloud_map_based_roi.dag</dag_conf>
13 <!-- if not set, use default process -->
14 <process_name>pointcloud_map_based_roi</process_name>
15 <version>1.0.0</version>
16 </module>
17</cyber>