提交 0503b554 编写于 作者: Q Qi Luo 提交者: Jiaming Tao

Control: Update estop information to help debug

上级 0a8b51aa
......@@ -206,7 +206,8 @@ Status ControlComponent::ProduceControlCommand(
if (local_view_.trajectory.trajectory_point_size() == 0) {
AWARN_EVERY(100) << "planning has no trajectory point. ";
estop_ = true;
estop_reason_ = "estop for empty planning trajectory";
estop_reason_ = "estop for empty planning trajectory, planning headers: " +
local_view_.trajectory.header().ShortDebugString();
}
if (!estop_) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册