File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,9 @@ message TrafficCommand
65
65
// model that certain actions must or shall be terminated, there are
66
66
// explicit actions nested inside this message (AbortActionsAction,
67
67
// EndActionsAction), which hold a reference to the respective actions.
68
- // It is highly recommended for the scenario engine to handle the state
69
- // machine of traffic actions and to use AbortActionsActions /
68
+ //
69
+ // It is highly recommended that the scenario engine handles the state
70
+ // machine of traffic actions and uses AbortActionsActions /
70
71
// EndActionsAction to transfer information to the traffic participant.
71
72
// Furthermore, the scenario engine shall listen to DismissedActions of
72
73
// \c TrafficCommandUpdate to reflect this in the evaluation of the
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ package osi3;
10
10
//
11
11
// \brief This message enables the traffic participant model to send updates
12
12
// to the scenario engine about the execution of its received \c TrafficCommand input.
13
- // While traffic actions are usually executed successfully by the traffic participant
13
+ // While traffic actions are usually executed successfully by the traffic participant,
14
14
// there may be actions which the traffic participant is not able to execute
15
15
// either for capability or situation-specific reasons. This message gives
16
16
// the traffic participant the basic possiblity to send feedback if an action
@@ -67,7 +67,7 @@ message TrafficCommandUpdate
67
67
68
68
// Information about the reason of failure.
69
69
//
70
- // \note This is just a custom, informal string without a standardized meaning.
70
+ // \note This is a custom, informal string without a standardized meaning.
71
71
//
72
72
optional string failure_reason = 2 ;
73
73
}
You can’t perform that action at this time.
0 commit comments