ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
25.26k stars 9.72k forks source link

dreamview failed to start, possible cause: lane sampled_ width is too small.. I failed to start dreamview. From the dreamview.INFO log, I think possible cause: lane sampled_ width is too small. Please help resolve this issue. #15472

Open 777-q opened 4 months ago

777-q commented 4 months ago

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

Steps to reproduce the issue:

Supporting materials (screenshots, command lines, code/script snippets):

daohu527 commented 4 months ago

@777-q when lane width is below 1.05(half_vehicle_width) will cause this error.

Although it is an error level, it just checks the map is valid and will not affect the program start. We will change this error level to warn or other later.

so I think you should find the real error!