@chenghanzh Hi, you need to have localization and transform modules work to run perception. You need to check your sensor data to make sure you have the required data for those two modules.
@luqiang21
My record file looks like this. I downloaded it from apollo open data platform.

Do you know which command I should use and where I can find the output data (maybe visualize them)?
I tried to run files in /apollo/modules/perception/production/dag but it says segmentation fault. I think it might be input/output issues and I wander where I can find these files.
@chenghanzh To run each module, after you run bootstrap.sh, you can either run them using buttons in the dreamview, or run them using the corresponding dag files. The visualization of perception will be shown in dreamview. I suggest you try an AD simulator like LGSVL to go through all setups of apollo and check how each module works. Then you can try your data.
@luqiang21 I'll try it. Thank you so much!
@chenghanzh thank you for your interest in the Apollo Perception module. Currently closing this issue as it appears to be resolved. If you do have additional questions, feel free to reopen it.
@Chenghanzh did you solve the problem , i want the same work with prediction module any suggestion will be appreciated
Regards
@luqiang21 Hello, you mentioned that we can use LGSVL to test the Apollo, I wonder is there any detailed steps to run LGSVL? I find the official documents are so confusing that I cann't understand a lot.
For example, I'm not sure whether should I pull the lgsvl/apollo5.0 docker image and run all things in that image? What the relationship between the lgsvl/apollo5.0 image and the appolloauto/apollo image?
Hi @zhanghming, if you want to run apollo 5.0 with LGSVL simulator, you should use lgsvl/apollo5.0 docker image and our fork of apollo since we added files to enable the connection between apollo and LGSVL. lgsvl/apollo5.0is based on appolloauto/apollo.
Please let me know if you need any other help to run LGSVL.
Most helpful comment
Hi @zhanghming, if you want to run apollo 5.0 with LGSVL simulator, you should use
lgsvl/apollo5.0docker image and our fork of apollo since we added files to enable the connection between apollo and LGSVL.lgsvl/apollo5.0is based onappolloauto/apollo.Please let me know if you need any other help to run LGSVL.