Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Change to PLUGINLIB_EXPORT_CLASS
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah4rain committed Nov 9, 2018
1 parent cace4e7 commit 52efbb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -31,5 +31,5 @@ void VelodynePuckDecoderNodelet::onInit() {

} // end namespace velodyne_puck_decoder

PLUGINLIB_DECLARE_CLASS(velodyne_puck_decoder, VelodynePuckNodelet,
PLUGINLIB_EXPORT_CLASS(
velodyne_puck_decoder::VelodynePuckDecoderNodelet, nodelet::Nodelet);
4 changes: 2 additions & 2 deletions velodyne_puck_driver/src/velodyne_puck_driver_nodelet.cc
Expand Up @@ -76,5 +76,5 @@ void VelodynePuckDriverNodelet::devicePoll()
// Register this plugin with pluginlib. Names must match nodelet_velodyne.xml.
//
// parameters are: package, class name, class type, base class type
PLUGINLIB_DECLARE_CLASS(velodyne_puck_driver, VelodynePuckDriverNodelet,
velodyne_puck_driver::VelodynePuckDriverNodelet, nodelet::Nodelet);
PLUGINLIB_EXPORT_CLASS(
velodyne_puck_driver::VelodynePuckDriverNodelet, nodelet::Nodelet);

0 comments on commit 52efbb3

Please sign in to comment.