-
Notifications
You must be signed in to change notification settings - Fork 779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need Help in Modular Testing #1010
Comments
For the error of POI, it seems having no problem to leave with it. |
@rongguodong can you edit your comment to include the link? thanks |
When I said "as instructed here", I meant the instruction in the screenshot of the console output, which said "Please check /apollo/data/log". :) |
@rongguodong Thanks for answering my question fast!
Any suggestion on what file that I should delete? |
So, you do not have enough space on hard drive? Please try to free up more spaces. Sometimes, /apollo/data/log and /apollo/data/core can take lots of spaces. |
If you have enough space and dreamview reports insufficient space, it sounds like a Dreamview issue. Please report it to Apollo. |
@rongguodong I follow the video again and find out that my dreamview was not able to detect traffic light signal as video show. Any suggestion that should double check on? Below is the json that I put in the cyberRT configuration. [{ { |
Are you talking about "NO SIGNAL" on top right corner? It seems not indicating if Apollo received signal result or not. |
Yes, I am talking about the No signal on the top right corner. Would you mind posting your setting of JSON file in the comment? I would give you more feedback when I find some possible errors. |
Your JSON seems fine. Particularly, I see you have "Signal Sensor". Please confirm that |
Don't you need a telephoto sensor for light detection? |
He is using modular testing, where the traffic light result is generated by simulator, not the perception module. If you want perception module to detect the traffic light, you do need a tele camera. |
Is the "traffic light" module enabled? If so, you should turn it off since it seems you are using the "signal sensor" in the simulator which publishes the signal information on the As noted above, check cyber_monitor; specifically you should locate and expand the |
@SungYinYang With an assumption that you have set up modular testing correctly following this documentation, "NO SIGNAL" message means that either you're not running Apollo's planning module or your planning module is not working properly. On the screenshot you posted above, I don't see a green curvy band coming from the ego vehicle in Dreamview like below meaning that your planning is not running. Without running the planning module, Dreamview will show the "NO SIGNAL" message on the top right. |
My GPU is RTX2080S.
I was running Apollo master pre6 branch
I follow the video from https://www.youtube.com/watch?time_continue=6&v=781zkzN2xMg&feature=emb_logo to do the modular testing.
When I enable localization on the modular tab, it has the following error.
Failed to load default POI. Please make sure the file exists at /apollo/modules/map/data/borregas_ave/default_end_way_point.txt
Furthermore, I was able to open my dreamview even the terminal tell me failed to start Dreamview. Is the above problem related to dreamview?
Any help and recommendation is appreciate!
Thanks in advance.
The text was updated successfully, but these errors were encountered: