Skip to content

Commit 25a0f65

Browse files
clemenshabedankpmai
authored andcommitted
Minor changes in osi_trafficcommand.proto after review in UAP 2.1.5
- TBD discussed in OSI-Review meeting (Wednesday), if dynamic_shape in LaneChangeAction, and start_time field in ActionHeader shall be deleted. Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent 014501f commit 25a0f65

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

osi_trafficcommand.proto

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ message ActionHeader
134134
// \note Zero time point does not need to coincide with the UNIX epoch.
135135
//
136136
optional Timestamp start_time = 2;
137+
138+
// This boolean describes if the Orientation values in StatePoint shall be set or not: 1 = yes, 0 = no.
139+
optional bool Orientation_constrain = 3;
137140

138141
}
139142

@@ -233,11 +236,11 @@ message LaneChangeAction
233236
// Enum definition
234237
optional DynamicsShape dynamics_shape = 3;
235238

236-
// in seconds
237-
optional double LC_duration = 4;
239+
// duration of the lane change, in seconds
240+
optional double duration = 4;
238241

239-
// in meters
240-
optional double LC_distance = 5;
242+
// distance of the lane change, in meters
243+
optional double distance = 5;
241244

242245
enum DynamicsShape
243246
{

0 commit comments

Comments
 (0)