Skip to content

Commit

Permalink
update to use non deprecated pluginlib macro
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas authored and ob-tim-liu committed Mar 16, 2018
1 parent 5f2fd25 commit 1f23e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros/astra_camera_nodelet.cpp
Expand Up @@ -55,4 +55,4 @@ class AstraDriverNodelet : public nodelet::Nodelet
}

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

0 comments on commit 1f23e60

Please sign in to comment.