Skip to content
Snippets Groups Projects
Commit 6dc4dbb0 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Merge branch 'melodic_migration' into 'master'

Changed the macro used to create new plugins.

See merge request !1
parents e480739d ebebf08a
No related branches found
No related tags found
1 merge request!1Changed the macro used to create new plugins.
...@@ -134,11 +134,11 @@ void *PointCloudHoleDetectionAlgNodelet::spin_thread(void *param) ...@@ -134,11 +134,11 @@ void *PointCloudHoleDetectionAlgNodelet::spin_thread(void *param)
{ {
PointCloudHoleDetectionAlgNodelet *nodelet=(PointCloudHoleDetectionAlgNodelet *)param; PointCloudHoleDetectionAlgNodelet *nodelet=(PointCloudHoleDetectionAlgNodelet *)param;
nodelet->node->spin(); nodelet->node->nodelet_spin();
pthread_exit(NULL); pthread_exit(NULL);
} }
// parameters are: package, class name, class type, base class type // parameters are: package, class name, class type, base class type
PLUGINLIB_DECLARE_CLASS(iri_point_cloud_hole_detection, PointCloudHoleDetectionAlgNodelet, PointCloudHoleDetectionAlgNodelet, nodelet::Nodelet); PLUGINLIB_EXPORT_CLASS(PointCloudHoleDetectionAlgNodelet, 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