Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failure in building point cloud models for OBB/RSS/kIOS/OBBRSS (issue #67) #72

Closed

Conversation

ricardoglc
Copy link

The functions beginModel, addTriangle and addSubModel now respect documentation, keeping tri_indices as NULL for point clouds. This fixes issue #67 .

@scpeters
Copy link
Contributor

scpeters commented Jun 9, 2015

+1 for the test passing, but I'm not very familiar with the details of what has changed, so I'll wait for someone else to review as well.

boost::shared_ptr<octomap::OcTree> getTree()
{
return tree;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems this accessor is added to address #73, which looks good to me. It would also good to provide const version of getTree() for const correctness as:

boost::shared_ptr<const octomap::OcTree> getTree() const
{
  return tree;
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might be able to add this later.

@jslee02 jslee02 added this to the FCL 0.4 milestone Dec 5, 2015
@jslee02
Copy link
Member

jslee02 commented Jan 15, 2016

👍 I believe this pull request is ready to merge.

@jslee02 jslee02 removed this from the FCL 0.4 milestone Apr 3, 2016
@jslee02
Copy link
Member

jslee02 commented Jul 19, 2016

I'd like to merge this unless someone has an objection. @ricardoglc could you resolve the confliction so that we could merge this?

@jslee02
Copy link
Member

jslee02 commented Nov 10, 2017

Close in favor of #237

@jslee02 jslee02 closed this Nov 10, 2017
jslee02 pushed a commit that referenced this pull request Nov 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants