Skip to content

Commit

Permalink
Merge pull request #2049 from furushchev/wall-extractor
Browse files Browse the repository at this point in the history
[jsk_pcl_ros_utils][plane_rejector] add onInitPostProcess
  • Loading branch information
k-okada committed Apr 10, 2017
2 parents 1e4ee2e + cd576f6 commit ee00780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_pcl_ros_utils/src/plane_rejector_nodelet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ namespace jsk_pcl_ros_utils
boost::bind(&PlaneRejector::updateDiagnostics,
this,
_1));

onInitPostProcess();
}

void PlaneRejector::subscribe()
Expand Down

0 comments on commit ee00780

Please sign in to comment.