Skip to content
Snippets Groups Projects
Commit 694e1abd authored by jcarpent's avatar jcarpent
Browse files

[Test] Fix bug related to size mismatching

parent 03f07613
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ BOOST_AUTO_TEST_CASE ( loading_model )
typedef se3::GeometryData GeometryData;
std::string filename = PINOCCHIO_SOURCE_DIR"/models/romeo/romeo_description/urdf/romeo.urdf";
std::string filename = PINOCCHIO_SOURCE_DIR"/models/romeo/romeo_description/urdf/romeo_small.urdf";
std::vector < std::string > packageDirs;
std::string meshDir = PINOCCHIO_SOURCE_DIR"/models/romeo/";
packageDirs.push_back(meshDir);
......@@ -249,7 +249,7 @@ BOOST_AUTO_TEST_CASE (radius)
std::string filename = ROMEO_DESCRIPTION_MODEL_DIR"/romeo_description/urdf/romeo_small.urdf";
packageDirs.push_back(ROMEO_DESCRIPTION_MODEL_DIR);
#else
std::string filename = PINOCCHIO_SOURCE_DIR"/models/romeo/romeo_description/urdf/romeo.urdf";
std::string filename = PINOCCHIO_SOURCE_DIR"/models/romeo/romeo_description/urdf/romeo_small.urdf";
std::string meshDir = PINOCCHIO_SOURCE_DIR"/models/romeo/";
packageDirs.push_back(meshDir);
#endif // ROMEO_DESCRIPTION_MODEL_DIR
......@@ -326,7 +326,7 @@ BOOST_AUTO_TEST_CASE ( romeo_joints_meshes_positions )
std::string filename = ROMEO_DESCRIPTION_MODEL_DIR"/romeo_description/urdf/romeo_small.urdf";
packageDirs.push_back(ROMEO_DESCRIPTION_MODEL_DIR);
#else
std::string filename = PINOCCHIO_SOURCE_DIR"/models/romeo/romeo_description/urdf/romeo.urdf";
std::string filename = PINOCCHIO_SOURCE_DIR"/models/romeo/romeo_description/urdf/romeo_small.urdf";
std::string meshDir = PINOCCHIO_SOURCE_DIR"/models/romeo/";
packageDirs.push_back(meshDir);
#endif // ROMEO_DESCRIPTION_MODEL_DIR
......@@ -436,7 +436,7 @@ BOOST_AUTO_TEST_CASE ( hrp2_mesh_distance)
std::string filename = ROMEO_DESCRIPTION_MODEL_DIR"/romeo_description/urdf/romeo_small.urdf";
packageDirs.push_back(ROMEO_DESCRIPTION_MODEL_DIR);
#else
std::string filename = PINOCCHIO_SOURCE_DIR"/models/romeo/romeo_description/urdf/romeo.urdf";
std::string filename = PINOCCHIO_SOURCE_DIR"/models/romeo/romeo_description/urdf/romeo_small.urdf";
std::string meshDir = PINOCCHIO_SOURCE_DIR"/models/romeo/";
packageDirs.push_back(meshDir);
#endif // ROMEO_DESCRIPTION_MODEL_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