提交 691d6cc4 编写于 作者: J Jiangtao Hu 提交者: Dong Li

add speed plan into planning debug.

上级 b4e712b1
......@@ -82,7 +82,12 @@ message LightSignal {
optional TurnSignal turn_signal = 2 [default = NO_TURN];
}
// next id: 12
message SpeedPlan {
optional string name = 1;
repeated apollo.common.SpeedPoint speed_point = 2;
}
// next id: 14
message PlanningData {
optional apollo.common.Header header = 1;
......@@ -97,6 +102,7 @@ message PlanningData {
repeated PlanningObstacle planning_obstacle = 4;
repeated apollo.common.Path path = 6;
repeated SpeedPlan speed_plan = 13;
optional apollo.localization.Pose init_status = 2 [deprecated = true]; // initial status of adc
optional apollo.planning.MainDecision main_decision = 3 [deprecated = true];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册