Skip to content
Snippets Groups Projects
Commit dd4a62a5 authored by Valenza Florian's avatar Valenza Florian
Browse files

[Unittest] Fix compilation error with/out hpp

parent 6a4767d2
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,7 @@ BOOST_AUTO_TEST_CASE (radius)
se3::computeBodyRadius(model, geom, geomData);
BOOST_FOREACH( double radius, geomData.radius) BOOST_CHECK(radius>=0.);
#ifdef WITH_HPP_MODEL_URDF
/// ************* HPP ************* ///
/// ********************************* ///
using hpp::model::JointVector_t;
......@@ -271,7 +272,7 @@ BOOST_AUTO_TEST_CASE (radius)
}
}
#endif // WITH_HPP_MODEL_URDF
}
#endif // if defined(WITH_URDFDOM) && defined(WITH_HPP_FCL)
......
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