Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 87ccfba

Browse files
committedFeb 13, 2024·
add interrupted state
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent 86a4ed2 commit 87ccfba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎common/mission_planner_rviz_plugin/src/route_selector_panel.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ QString to_string_state(const RouteState & state)
2424
case RouteState::REROUTING: return "rerouting";
2525
case RouteState::ARRIVED: return "arrived";
2626
case RouteState::ABORTED: return "aborted";
27+
case RouteState::INTERRUPTED: return "interrupted";
2728
default: return "-----";
2829
}
2930
// clang-format on

0 commit comments

Comments
 (0)
Please sign in to comment.