Skip to content
Snippets Groups Projects
Commit 3deb10b4 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

[C++] URDF parser: Remove test of on unused attribute.

parent f307bdd7
No related branches found
No related tags found
No related merge requests found
......@@ -190,12 +190,6 @@ namespace se3
std::string link_name = link->name;
assert(link->getParent()!=NULL);
if (link->getParent() == NULL)
{
const std::string exception_message (link->name + " - joint information missing.");
throw std::invalid_argument(exception_message);
}
std::vector< boost::shared_ptr< T > > geometries_array = getLinkGeometryArray<T>(link);
FrameIndex frame_id = model.getFrameId(link_name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment