Skip to content

Commit

Permalink
Update osi_object.proto
Browse files Browse the repository at this point in the history
* resolves #844 

Signed-off-by: Carlo van Driesten <carlo.van-driesten@bmw.de>
  • Loading branch information
jdsika authored Nov 28, 2024
1 parent e78dff7 commit 08f544b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions osi_object.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 08f544b

Please sign in to comment.