Skip to content

Commit 305b9c4

Browse files
committed
add interrupted state
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent c2555b1 commit 305b9c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/default_ad_api/src/utils/route_conversion.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ ExternalState convert_state(const InternalState & internal)
122122
case InternalState::REROUTING: return ExternalState::CHANGING;
123123
case InternalState::ARRIVED: return ExternalState::ARRIVED;
124124
case InternalState::ABORTED: return ExternalState::SET;
125+
case InternalState::INTERRUPTED: return ExternalState::SET;
125126
default: return ExternalState::UNKNOWN;
126127
}
127128
};

0 commit comments

Comments
 (0)