Skip to content

Commit c63e506

Browse files
Habedank Clemenspmai
authored andcommitted
Added fields for further actions corresponding to OSC1.0
messages to be implemented Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent 4af4a63 commit c63e506

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

osi_trafficcommand.proto

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@ message TrafficAction
8383
// A SpeedAction
8484
//
8585
optional SpeedAction speed_action = 5;
86+
87+
// A LongitudinalDistanceAction (TODO: to be implemented)
88+
//
89+
optional LongitudinalDistanceAction longitudinal_distance_action = 6;
90+
91+
// LaneOffsetAction (TODO: to be implemented)
92+
//
93+
optional LaneOffsetAction lane_offset_action = 7;
94+
95+
// LateralDistanceAction (TODO: to be implemented)
96+
//
97+
optional LateralDistanceAction lateral_distance_action = 8;
8698
}
8799

88100
//

0 commit comments

Comments
 (0)