Skip to content
Snippets Groups Projects
Unverified Commit 8f373e11 authored by Mikael Arguedas's avatar Mikael Arguedas Committed by GitHub
Browse files

update to use non deprecated pluginlib macro

parent 0f943d6b
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,5 @@ void CameraNodelet::onInit() { ...@@ -74,6 +74,5 @@ void CameraNodelet::onInit() {
// Register this plugin with pluginlib. // Register this plugin with pluginlib.
// //
// parameters are: package, class name, class type, base class type // parameters are: class type, base class type
PLUGINLIB_DECLARE_CLASS(libuvc_camera, driver, PLUGINLIB_EXPORT_CLASS(libuvc_camera::CameraNodelet, nodelet::Nodelet)
libuvc_camera::CameraNodelet, nodelet::Nodelet);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment