mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Added a check, whether the package was parsed completely.
This commit is contained in:
@@ -81,7 +81,12 @@ public:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (!bp.empty())
|
||||
{
|
||||
LOG_ERROR("Package of type %d was not parsed completely!", static_cast<int>(type));
|
||||
bp.debug();
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user