We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ef29b commit 1bd8403Copy full SHA for 1bd8403
src/nodelet/line_segment_detector_nodelet.cpp
@@ -54,7 +54,7 @@
54
#include "opencv_apps/LineSegmentDetectorConfig.h"
55
56
57
-namespace line_segment_detector {
+namespace opencv_apps {
58
class LineSegmentDetectorNodelet : public opencv_apps::Nodelet
59
{
60
image_transport::Publisher img_pub_;
@@ -255,4 +255,5 @@ bool LineSegmentDetectorNodelet::need_config_update_ = false;
255
}
256
257
#include <pluginlib/class_list_macros.h>
258
+PLUGINLIB_EXPORT_CLASS(opencv_apps::LineSegmentDetectorNodelet, nodelet::Nodelet);
259
PLUGINLIB_EXPORT_CLASS(line_segment_detector::LineSegmentDetectorNodelet, nodelet::Nodelet);
0 commit comments