Skip to content

Commit

Permalink
Update simulator/simple_planning_simulator/test/test_simple_planning_…
Browse files Browse the repository at this point in the history
…simulator.cpp
  • Loading branch information
kosuke55 committed Aug 20, 2024
1 parent 69c7ecb commit 8dbdd04
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ TEST_P(TestSimplePlanningSimulator, TestIdealSteerVel)
const auto params = GetParam();
// common parameters
const auto common_params = get_common_params(params);
auto command_type = common_params.first;
auto vehicle_model_type = common_params.second;
const auto command_type = common_params.first;
const auto vehicle_model_type = common_params.second;
std::cout << "\n\n vehicle model = " << vehicle_model_type << std::endl << std::endl;
// optional parameters
std::optional<std::string> conversion_type{}; // for ActuationCmdParamType
Expand Down

0 comments on commit 8dbdd04

Please sign in to comment.