提交 dd5f6ee9 编写于 作者: D deidaraho 提交者: Qi Luo

planning: openspace, disenable export chart flag for conflict issue

上级 e8d3b115
......@@ -229,6 +229,7 @@ class OpenSpaceInfo {
}
const std::vector<TrajGearPair> &paritioned_trajectories() const {
// to-do(Runxin): export to chart
return paritioned_trajectories_;
}
......@@ -245,6 +246,7 @@ class OpenSpaceInfo {
}
const TrajGearPair &chosen_paritioned_trajectory() const {
// to-do(Runxin): export to chart
return chosen_paritioned_trajectory_;
}
......
......@@ -15,7 +15,6 @@
--enable_scenario_side_pass
--enable_scenario_traffic_light
--enable_collision_detection
--export_chart=true
# --smoother_config_filename=/apollo/modules/planning/conf/spiral_smoother_config.pb.txt
# --smoother_config_filename=/apollo/modules/planning/conf/cosTheta_smoother_config.pb.txt
......@@ -31,6 +30,7 @@
# --open_space_planner_switchable=true
# --enable_open_space_planner_thread=true
# --enable_record_debug=true
# --export_chart=true
# --use_gear_shift_trajectory=true
# --enable_parallel_hybrid_a=true
# --enable_parallel_open_space_smoother=false
......@@ -414,11 +414,10 @@ Status OnLanePlanning::Plan(
if (FLAGS_enable_record_debug) {
ptr_debug->MergeFrom(frame_->open_space_info().debug_instance());
ADEBUG << "Open space debug information added!";
if (FLAGS_export_chart) {
// call open space info load debug
ExportOpenSpaceChart(frame_->open_space_info().debug_instance(),
ptr_debug);
}
// call open space info load debug
// to-do: runxin, create a new flag to enable openspace chart
ExportOpenSpaceChart(frame_->open_space_info().debug_instance(),
ptr_debug);
}
} else {
const auto* best_ref_info = frame_->FindDriveReferenceLineInfo();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册