Skip to content

Commit

Permalink
Bug Fix: Use the correct macro to enable depth streamer plugin (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
JieYingWu authored Apr 29, 2022
1 parent f963b76 commit 54eb94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ambf_plugins/core/ros_comm_plugin/DepthStreamerPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 54eb94f

Please sign in to comment.