PolygonArray.h 280 Bytes
Newer Older
1
#pragma once
2

3
#include "ros_bridge/include/MessageGroups.h"
4 5
#include "Wima/Geometry/Polygon2D.h"
#include "Wima/Geometry/WimaPolygonArray.h"
6 7

namespace  MsgGroups = ROSBridge::MessageGroups;
Valentin Platzgummer's avatar
Valentin Platzgummer committed
8
typedef WimaPolygonArray<Polygon2D, QVector, MsgGroups::PolygonArrayGroup> PolygonArray;