From a6a8b091ca2bcaadd4d72b372d77037ad93ec7f2 Mon Sep 17 00:00:00 2001 From: Max Argus Date: Thu, 12 Jul 2018 18:55:34 +0200 Subject: [PATCH] wip --- examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp b/examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp index 911654d67..e6e6c0081 100644 --- a/examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp +++ b/examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp @@ -1367,8 +1367,6 @@ void BulletURDFImporter::convertLinkVisualShapes2(int linkIndex, int urdfIndex, UrdfLink*const* linkPtr = model.m_links.getAtIndex(urdfIndex); if (linkPtr) { - //(gdb) p *model.m_links.m_valueArray.m_data[0] - std::cout << "mvp " << (*linkPtr)->m_visualArray.size() << std::endl; m_data->m_customVisualShapesConverter->convertVisualShapes(linkIndex,pathPrefix,localInertiaFrame, *linkPtr, &model, colObj->getBroadphaseHandle()->getUid(), bodyUniqueId); } }