Skip to content

Commit

Permalink
Merge pull request #27 from ros-perception/mikaelarguedas-patch-1
Browse files Browse the repository at this point in the history
update to use non deprecated pluginlib macro
  • Loading branch information
chadrockey authored Feb 7, 2019
2 parents f135fbd + 6394008 commit 958c9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DepthImageToLaserScanNodelet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ class DepthImageToLaserScanNodelet : public nodelet::Nodelet
}

#include <pluginlib/class_list_macros.h>
PLUGINLIB_DECLARE_CLASS(depthimage_to_laserscan, DepthImageToLaserScanNodelet, depthimage_to_laserscan::DepthImageToLaserScanNodelet, nodelet::Nodelet);
PLUGINLIB_EXPORT_CLASS(depthimage_to_laserscan::DepthImageToLaserScanNodelet, nodelet::Nodelet)

0 comments on commit 958c9c5

Please sign in to comment.