We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d0d2e commit 7ab3e2aCopy full SHA for 7ab3e2a
sdf_parsing/check_sdf.cc
@@ -27,7 +27,7 @@ int main(int argc, const char* argv[])
27
if (!rootElement->HasElement("model"))
28
{
29
std::cerr << sdfPath << " is not a model SDF file!" << std::endl;
30
- return -3;
+ return 0;
31
}
32
const sdf::ElementPtr modelElement = rootElement->GetElement("model");
33
const std::string modelName = modelElement->Get<std::string>("name");
0 commit comments