diff --git a/osi_object.proto b/osi_object.proto index fb0c518b3..f4a326e59 100644 --- a/osi_object.proto +++ b/osi_object.proto @@ -954,6 +954,10 @@ message MovingObject // optional GenericLightState reversing_light = 6; + // State of the tail light (rear position light). + // + optional GenericLightState tail_light = 11; + // State of the brake lights. // optional BrakeLightState brake_light_state = 7;