Skip to content

Commit

Permalink
planning: delete a message type not in use from planning.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtao authored and yifeijiang committed May 19, 2020
1 parent 43e69a0 commit 9eca931
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions modules/planning/proto/planning.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@ import "modules/map/proto/map_id.proto";
import "modules/planning/proto/decision.proto";
import "modules/planning/proto/planning_internal.proto";

message ADCSignals {
enum SignalType {
LEFT_TURN = 1;
RIGHT_TURN = 2;
LOW_BEAM_LIGHT = 3;
HIGH_BEAM_LIGHT = 4;
FOG_LIGHT = 5;
EMERGENCY_LIGHT = 6;
}
repeated SignalType signal = 1;
}

message EStop {
// is_estop == true when emergency stop is required
optional bool is_estop = 1;
Expand Down

0 comments on commit 9eca931

Please sign in to comment.