Skip to content
Snippets Groups Projects
Commit 12f24ade authored by jcarpent's avatar jcarpent Committed by Valenza Florian
Browse files

[Utils] Update tools to take into account the new buildModel API

parent 1025a9cf
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ int main(int argc, char *argv[])
{
case se3::URDF:
#ifdef WITH_URDFDOM
model = se3::urdf::buildModel(filename, verbose);
se3::urdf::buildModel(filename,model,verbose);
#else
std::cerr << "It seems that the URDFDOM module has not been found during the Cmake process." << std::endl;
#endif
......
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