Closed 1121085292 closed 1 year ago
Yes, currently we can only do visualization through dreamview, you can also view the information of obstacles after fusion through cyber_monitor
, the information of obstacles includes which data source it is output from
Thinks.The Apollo 8.0 introduces the quick start of lidar and camera, which can train a dataset to test own perception algorithm, so I want to test my multi-sensor fusion algorithm How to operate? Do I need to co-simulate with Carla or someone to see the results in dreamview and view the fusion obstacles through the cyber_monitor?
you need to run lidar and camera detection module and fusion moudle. Then you can see the result on dreamview or cyber_monitor.
你好,我按照apollo8.0文档进行场景四:感知激光雷达功能测试时,直接按教程不能启动激光雷达模块,提示未找到/apollo/modules/perception/production/data/perception/lidar/models/cnnseg/cnnseg128_caffe/内文件,我在对/apollo/modules/perception/pipeline/config/lidar_detection_pipeline.pb.txt文件进行如下更改后, 启动激光雷达检测模块后,卡在这个界面是什么问题? 是更改文件需要使用buildtool build --gpu --packages modules/perception命令重新编译吗?但编译报错
你好,我按照apollo8.0文档进行场景四:感知激光雷达功能测试时,直接按教程不能启动激光雷达模块,提示未找到/apollo/modules/perception/production/data/perception/lidar/models/cnnseg/cnnseg128_caffe/内文件,我在对/apollo/modules/perception/pipeline/config/lidar_detection_pipeline.pb.txt文件进行如下更改后, 启动激光雷达检测模块后,卡在这个界面是什么问题? 是更改文件需要使用buildtool build --gpu --packages modules/perception命令重新编译吗?但编译报错
这个错误不影响功能,直接播放数据就可以在dreamview中看到数据了
We appreciate you go through Apollo documentations and search previous issues before creating an new one. If neither of the sources helped you with your issues, please report the issue using the following form. Please note missing info can delay the response time.
System information
apollo.sh config
if onmaster
branch:Steps to reproduce the issue:
Supporting materials (screenshots, command lines, code/script snippets):