We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348fb45 commit a22666cCopy full SHA for a22666c
tesseract_motion_planners/simple/test/simple_planner_test_utils.hpp
@@ -46,9 +46,9 @@ class TesseractPlanningSimplePlannerUnit : public ::testing::Test
46
{
47
auto locator = std::make_shared<tesseract_common::GeneralResourceLocator>();
48
Environment::Ptr env = std::make_shared<Environment>();
49
- tesseract_common::fs::path urdf_path(
+ std::filesystem::path urdf_path(
50
locator->locateResource("package://tesseract_support/urdf/lbr_iiwa_14_r820.urdf")->getFilePath());
51
- tesseract_common::fs::path srdf_path(
+ std::filesystem::path srdf_path(
52
locator->locateResource("package://tesseract_support/urdf/lbr_iiwa_14_r820.srdf")->getFilePath());
53
EXPECT_TRUE(env->init(urdf_path, srdf_path, locator));
54
env_ = env;
0 commit comments