File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ message TrafficCommandUpdate
49
49
// \note If more than one action id is supplied it means that
50
50
// multiple actions are regarded as dismissed.
51
51
//
52
- repeated DismissedAction dismissed_action;
52
+ repeated DismissedAction dismissed_action = 4 ;
53
53
54
54
//
55
55
// \brief Action which a traffic participant dismisses.
@@ -63,12 +63,12 @@ message TrafficCommandUpdate
63
63
// \c TrafficAction::ActionHeader::action_id of a prior sent \c TrafficCommand and must correspond
64
64
// to the same traffic participant.
65
65
//
66
- optional Identifier dismissed_action_id = 4 ;
66
+ optional Identifier dismissed_action_id = 1 ;
67
67
68
68
// Information about the reason of failure.
69
69
//
70
70
// \note This is just a custom, informal string without a standardized meaning.
71
71
//
72
- optional string failure_reason = 5 ;
72
+ optional string failure_reason = 2 ;
73
73
}
74
74
}
You can’t perform that action at this time.
0 commit comments