diff --git a/examples/Importers/ImportURDFDemo/URDF2Bullet.cpp b/examples/Importers/ImportURDFDemo/URDF2Bullet.cpp index d7ed716b0..97c92292a 100644 --- a/examples/Importers/ImportURDFDemo/URDF2Bullet.cpp +++ b/examples/Importers/ImportURDFDemo/URDF2Bullet.cpp @@ -362,8 +362,14 @@ void ConvertURDF2BulletInternal( switch (jointType) { + case URDFFloatingJoint: + case URDFPlanarJoint: case URDFFixedJoint: { + if ((jointType==URDFFloatingJoint)||(jointType==URDFPlanarJoint)) + { + printf("Warning: joint unsupported, creating a fixed joint instead."); + } if (createMultiBody) { //todo: adjust the center of mass transform and pivot axis properly