21 #include "gtest/gtest.h" 24 #include "modules/control/proto/control_cmd.pb.h" 26 #define RUN_GOLDEN_TEST \ 28 const ::testing::TestInfo *const test_info = \ 29 ::testing::UnitTest::GetInstance()->current_test_info(); \ 30 bool run_control_success = test_control(test_info->name(), 0); \ 31 EXPECT_TRUE(run_control_success); \ 55 bool test_control(
const std::string &test_case_name,
int case_num);
58 void trim_control_command(apollo::control::ControlCommand *origin);
59 ControlCommand control_command_;
61 static uint32_t s_seq_num_;
DECLARE_string(test_localization_file)
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Definition: control_component.h:53
static void SetUpTestCase()
Definition: control_test_base.h:48