Skip to content

Commit e7acdde

Browse files
committed
Add a type field for custom traffic actions
Signed-off-by: Caspar de Haes <caspar.dehaes@five.ai>
1 parent aeb8541 commit e7acdde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osi_trafficcommand.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,10 @@ message TrafficAction
490490
// The custom command given to the traffic participant.
491491
//
492492
optional string command = 2;
493+
494+
// The type of the custom command given to the traffic participant.
495+
//
496+
optional string type = 3;
493497
}
494498

495499
// \brief Longitudinal Distance Action

0 commit comments

Comments
 (0)