Skip to content

Commit

Permalink
more helpful viewer error.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.csail.mit.edu/locomotion/robotlib/trunk@6494 c9849af7-e679-4ec6-a44e-fc146a885bd3
  • Loading branch information
russt committed Jul 7, 2013
1 parent 3d25616 commit ee9b831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems/plants/urdf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ bool URDFRigidBodyManipulator::addURDF(boost::shared_ptr<urdf::ModelInterface> _
mesh_map.insert(make_pair(mesh->filename, wavefront_model));
}
} else {
cerr << "Warning: Mesh " << mypath.native() << " ignored because it does not have extension .obj (nor can I find a juxtaposed file with a .obj extension)" << endl;
cerr << "Warning: Mesh " << fname << " ignored because it does not have extension .obj (nor can I find a juxtaposed file with a .obj extension)" << endl;
}
}
}
Expand Down

0 comments on commit ee9b831

Please sign in to comment.