Skip to content
Snippets Groups Projects

Draft: Resolve "Implementation of new nodes creation"

Open Joan Vallvé Navarro requested to merge 454-implementation-of-new-nodes-creation into devel
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -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});
Loading