Merge pull request #707 from matpalm/loadErrorMsgTypo

fix error msg when loading sdfs
This commit is contained in:
erwincoumans
2016-07-20 10:50:31 -07:00
committed by GitHub

View File

@@ -175,7 +175,7 @@ bool BulletURDFImporter::loadSDF(const char* fileName, bool forceFixedBase)
m_data->m_pathPrefix[0] = 0;
if (!fileFound){
std::cerr << "URDF file not found" << std::endl;
std::cerr << "SDF file not found" << std::endl;
return false;
} else
{