#pragma once #include #include "ros_bridge/include/MessageBaseClass.h" typedef ROSBridge::MessageBaseClass ROSMsgBase; template class ContainerType > class PolygonArray : public ROSMsgBase, public ContainerType { public: explicit PolygonArray() : ROSMsgBase(), ContainerType() {} PolygonArray(const PolygonArray &other) : ContainerType(other) {} QString type() const override {return "PolygonArray";} };