Skip to content

Commit 1d6901b

Browse files
committed
don't manually define PLUGIN_NAME/PLUGIN_VERSION
1 parent 1932864 commit 1d6901b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/sim_ros2_interface/sim_ros2_interface.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
#include <boost/any.hpp>
1212

1313
#include "config.h"
14+
#include "plugin.h"
1415

1516
#if image_transport_FOUND
1617
#include <image_transport/image_transport.hpp>
1718
#endif
1819

19-
#define PLUGIN_NAME "Ros2Interface"
20-
#define PLUGIN_VERSION 5
21-
2220
struct ScriptCallback
2321
{
2422
int scriptId;

0 commit comments

Comments
 (0)