Skip to content

Commit 21854c4

Browse files
author
Habedank Clemens
committed
added fields for further actions corresponding to OSC1.0 - messages to be implemented
1 parent fae8307 commit 21854c4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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)