You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
OS Platform and Distribution (e.g., Linux Ubuntu 20.04):
Apollo installed from (source or binary):
Apollo version (9.0):
Output of apollo.sh config if on master branch:
Steps to reproduce the issue:
Please use bullet points and include as much details as possible:
After I installed it through package management according to the tutorial, I wanted to add the scene (lanefollowscenario) and follow the scene related documentation:
When I follow the above steps to add some code to planning_config.pb.txt, the planning module in dreamview cannot be started, and after running bag, an error is displayed:
E0312 20:04:22.025444 12098 file.cc:84] [mainboard]Failed to parse file /apollo/modules/planning/planning_component/conf/planning_config.pb.txt as text proto.
E0312 20:04:22.025497 12098 file.cc:106] [mainboard]Failed to parse file /apollo/modules/planning/planning_component/conf/planning_config.pb.txt as binary proto.
F0312 20:04:22.025518 12098 planning_component.cc:49] Check failed: ComponentBase::GetProtoConfig(&config_) [planning]failed to load planning config file /apollo/modules/planning/planning_component/conf/planning_config.pb.txt
As long as I don't add part of the code in the tutorial, the planning module can run. Is it because I am missing the relevant package installation or there is a problem in the tutorial.
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:
After I installed it through package management according to the tutorial, I wanted to add the scene (lanefollowscenario) and follow the scene related documentation:
使用方式
配置加载 LaneFollowScenario 插件
modules/planning/planning_component/conf/planning_config.pb.txt
文件中增加standard_planning_config
的配置,配置使用当前场景插件。When I follow the above steps to add some code to planning_config.pb.txt, the planning module in dreamview cannot be started, and after running bag, an error is displayed:
E0312 20:04:22.025444 12098 file.cc:84] [mainboard]Failed to parse file /apollo/modules/planning/planning_component/conf/planning_config.pb.txt as text proto.
E0312 20:04:22.025497 12098 file.cc:106] [mainboard]Failed to parse file /apollo/modules/planning/planning_component/conf/planning_config.pb.txt as binary proto.
F0312 20:04:22.025518 12098 planning_component.cc:49] Check failed: ComponentBase::GetProtoConfig(&config_) [planning]failed to load planning config file /apollo/modules/planning/planning_component/conf/planning_config.pb.txt
As long as I don't add part of the code in the tutorial, the planning module can run. Is it because I am missing the relevant package installation or there is a problem in the tutorial.
Supporting materials (screenshots, command lines, code/script snippets):
The text was updated successfully, but these errors were encountered: