Skip to content
Snippets Groups Projects
Commit 61e0c980 authored by cont-integration's avatar cont-integration
Browse files

[skip ci] applied clang format

parent 96eb1f67
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #20594 skipped
......@@ -530,11 +530,11 @@ TEST(LandmarkTest, Create_PO3D)
TEST(Landmark2dTest, ExternalIdAndType)
{
params_p_3d_ig["external_id"] = 1;
params_p_3d_ig["external_type"] = 2;
params_p_3d_fix["external_id"] = 3;
params_p_3d_ig["external_id"] = 1;
params_p_3d_ig["external_type"] = 2;
params_p_3d_fix["external_id"] = 3;
params_p_3d_fix["external_type"] = 4;
params_p_3d_fac["external_id"] = 5;
params_p_3d_fac["external_id"] = 5;
params_p_3d_fac["external_type"] = 6;
auto lmk_ig = FactoryLandmark::create("Landmark3d", params_p_3d_ig, {wolf_dir});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment