Skip to content

Commit

Permalink
Fix point cloud selection (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Idel-SI authored and wjwwood committed Jun 19, 2018
1 parent d535dd4 commit 8a26a7d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,7 @@ void PointCloudCommon::insertNewClouds(float point_decay_time, const rclcpp::Tim

cloud_info->scene_node_->attachObject(cloud_info->cloud_.get());

cloud_info->selection_handler_.reset(new PointCloudSelectionHandler(
getSelectionBoxSize(),
cloud_info.get(), context_));
cloud_info->setSelectable(selectable_property_->getBool(), getSelectionBoxSize(), context_);

cloud_infos_.push_back(*it);
}
Expand Down

0 comments on commit 8a26a7d

Please sign in to comment.