Skip to content

Commit 1d3d370

Browse files
committed
fix(global-parameter-loader): add gtest of global-parameter-loader
Signed-off-by: Cynthia Liu <cynthia.liu@autocore.ai>
1 parent 3376160 commit 1d3d370

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/global_parameter_loader/test/test_global_params_launch.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ TEST(TestLaunchFile, test_launch_file)
2121
{
2222
// Define the path of Python launch file
2323
std::string global_params_launch_path = "global_params.launch.py";
24-
2524
// Define the parameters you want to pass to the launch file
2625
std::string use_sim_time_param = "false";
2726
std::string vehicle_model_param = "sample_vehicle";

0 commit comments

Comments
 (0)