Skip to content
Snippets Groups Projects
Commit c3f8cfb0 authored by Fabian Reister's avatar Fabian Reister
Browse files

cleanup

parent 4af23421
Branches feature/remove-old-sick-driver
No related tags found
No related merge requests found
#include "aron_conversions.h"
// STL
#include <stdexcept>
#include <string>
// Simox
#include <SimoxUtility/shapes/OrientedBox.h>
#include <exception>
// RobotAPI
#include <RobotAPI/interface/objectpose/object_pose_types.h>
#include <RobotAPI/libraries/ArmarXObjects/ObjectPose.h>
#include <RobotAPI/libraries/ArmarXObjects/aron/ObjectPose.aron.generated.h>
#include <stdexcept>
#include <string>
namespace armarx::objpose
{
......@@ -98,7 +102,6 @@ namespace armarx::objpose
default:
// TODO(fabian.reister): do it the ARMARX way ...
throw std::invalid_argument("Invalid ObjectTypeEnum value: " + std::to_string(objectType));
return -1; // oh gcc ...
}
}
......
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