提交 76dffa97 编写于 作者: L Liangliang Zhang 提交者: Jiangtao Hu

Updated planning.proto to include RSS info

上级 fb4c048c
...@@ -40,6 +40,9 @@ message LatencyStats { ...@@ -40,6 +40,9 @@ message LatencyStats {
optional double init_frame_time_ms = 3; optional double init_frame_time_ms = 3;
} }
message RSSInfo {
}
// next id: 21 // next id: 21
message ADCTrajectory { message ADCTrajectory {
optional apollo.common.Header header = 1; optional apollo.common.Header header = 1;
...@@ -98,4 +101,7 @@ message ADCTrajectory { ...@@ -98,4 +101,7 @@ message ADCTrajectory {
SPEED_FALLBACK = 3; SPEED_FALLBACK = 3;
} }
optional TrajectoryType trajectory_type = 21 [default = UNKNOWN]; optional TrajectoryType trajectory_type = 21 [default = UNKNOWN];
// output related to RSS
optional RSSInfo rss_info = 100;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册