Skip to content
Snippets Groups Projects
Commit 1f447b6c authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Clean up code

parent f8a64abd
No related branches found
No related tags found
No related merge requests found
#include <VirtualRobot/XML/ObjectIO.h>
#include "ObjectFinder.h"
#include <SimoxUtility/filesystem/list_directory.h>
......@@ -7,12 +6,12 @@
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include <ArmarXCore/core/system/cmake/CMakePackageFinder.h>
#include "ObjectFinder.h"
namespace armarx
{
namespace fs = std::filesystem;
ObjectFinder::ObjectFinder(const std::string& objectsPackageName) : packageName(objectsPackageName)
{
Logging::setTag("ObjectFinder");
......
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