From f929f91e0a66b69c2cd32d6fb43c5f2560bc71f8 Mon Sep 17 00:00:00 2001 From: Kotaro Yoshimoto Date: Tue, 25 Jun 2024 19:58:38 +0900 Subject: [PATCH] chore(ci): revert test diff Signed-off-by: Kotaro Yoshimoto --- .../predicted_path_checker/predicted_path_checker_node.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/control/predicted_path_checker/include/predicted_path_checker/predicted_path_checker_node.hpp b/control/predicted_path_checker/include/predicted_path_checker/predicted_path_checker_node.hpp index f5610e6576614..b3afcded60438 100644 --- a/control/predicted_path_checker/include/predicted_path_checker/predicted_path_checker_node.hpp +++ b/control/predicted_path_checker/include/predicted_path_checker/predicted_path_checker_node.hpp @@ -77,7 +77,6 @@ enum class State { DRIVE = 0, EMERGENCY = 1, STOP = 2, - A = 3, }; class PredictedPathCheckerNode : public rclcpp::Node