Skip to content

Commit

Permalink
Fixed old Macro
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjin94 committed Jul 22, 2019
1 parent 858c10f commit 315befd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realtime_urdf_filter_nodelet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <pluginlib/class_list_macros.h>

// watch the capitalization carefully
PLUGINLIB_DECLARE_CLASS(realtime_urdf_filter, RealtimeURDFFilterNodelet, realtime_urdf_filter::RealtimeURDFFilterNodelet, nodelet::Nodelet);
PLUGINLIB_EXPORT_CLASS(realtime_urdf_filter::RealtimeURDFFilterNodelet, nodelet::Nodelet);

namespace realtime_urdf_filter
{
Expand Down

0 comments on commit 315befd

Please sign in to comment.