Skip to content

Commit 1bd8403

Browse files
committed
Fix namespace and pkg name of nodelets
1 parent 01ef29b commit 1bd8403

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/nodelet/line_segment_detector_nodelet.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#include "opencv_apps/LineSegmentDetectorConfig.h"
5555

5656

57-
namespace line_segment_detector {
57+
namespace opencv_apps {
5858
class LineSegmentDetectorNodelet : public opencv_apps::Nodelet
5959
{
6060
image_transport::Publisher img_pub_;
@@ -255,4 +255,5 @@ bool LineSegmentDetectorNodelet::need_config_update_ = false;
255255
}
256256

257257
#include <pluginlib/class_list_macros.h>
258+
PLUGINLIB_EXPORT_CLASS(opencv_apps::LineSegmentDetectorNodelet, nodelet::Nodelet);
258259
PLUGINLIB_EXPORT_CLASS(line_segment_detector::LineSegmentDetectorNodelet, nodelet::Nodelet);

0 commit comments

Comments
 (0)