提交 287ce45c 编写于 作者: T Tae Eun Choe 提交者: Xiangquan Xiao

Perception: Fix warning of unused variable (#853)

上级 5b98d2cd
......@@ -97,8 +97,7 @@ int PlaneFitPointCandIndices::Prune(unsigned int min_nr_samples,
PlaneFitGroundDetector::PlaneFitGroundDetector(
const PlaneFitGroundDetectorParam &param)
: BaseGroundDetector(param) {
bool is_initialized = Init();
assert(is_initialized);
assert(Init());
}
PlaneFitGroundDetector::~PlaneFitGroundDetector() { CleanUp(); }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册