27 auto simulation_end_checker =
28 std::make_unique<SimulationEndCheckerByGoalTape>(
31 return std::move(simulation_end_checker);
37 auto simulation_end_checker =
38 std::make_unique<SimulationEndCheckerByPosture>(
42 return std::move(simulation_end_checker);
46 auto simulation_end_checker =
47 std::make_unique<SimulationEndCheckerByPosition>(
50 return std::move(simulation_end_checker);