Skip to content

Commit 7c63b3b

Browse files
authored
Merge pull request #845 from OpenSimulationInterface/feat/add-tail-light
Add tail light to vehicle classification/light state
2 parents 3af2351 + c57aa8c commit 7c63b3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osi_object.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,10 @@ message MovingObject
954954
//
955955
optional GenericLightState reversing_light = 6;
956956

957+
// State of the tail light (rear position light).
958+
//
959+
optional GenericLightState tail_light = 11;
960+
957961
// State of the brake lights.
958962
//
959963
optional BrakeLightState brake_light_state = 7;

0 commit comments

Comments
 (0)