24 #include <RobotAPI/interface/visualization/DebugDrawerInterface.h>
26 #ifndef MEMORYX_WSO_Box_H
27 #define MEMORYX_WSO_Box_H
34 Box(
float xCenter,
float yCenter,
float zCenter,
float xExtent,
float yExtent,
float zExtent)
37 m.block<3, 1>(0, 3) << xCenter, yCenter, zCenter;
46 inline bool inside(
const armarx::FramedPositionBasePtr& p)
const
55 debugDrawer->setBoxVisu(layerName, boxName,
pose,
extents, color);