diff --git a/ambf_plugins/core/ros_comm_plugin/DepthStreamerPlugin.h b/ambf_plugins/core/ros_comm_plugin/DepthStreamerPlugin.h index d5e6625da..ef78a34c9 100644 --- a/ambf_plugins/core/ros_comm_plugin/DepthStreamerPlugin.h +++ b/ambf_plugins/core/ros_comm_plugin/DepthStreamerPlugin.h @@ -56,7 +56,7 @@ using namespace ambf; class afCameraDepthStreamerPlugin: public afObjectPlugin{ public: -#ifdef AF_ENABLE_AMBF_COMM_SUPPORT +#ifdef AF_ENABLE_OPEN_CV_SUPPORT virtual int init(const afBaseObjectPtr a_afObjectPtr, const afBaseObjectAttribsPtr a_objectAttribs) override; virtual void graphicsUpdate() override; virtual void physicsUpdate(double) override;