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

Adding collision sets to CollisionResult #670

Merged
merged 6 commits into from
Apr 16, 2016

Conversation

mxgrey
Copy link
Member

@mxgrey mxgrey commented Apr 15, 2016

This pull request addresses the discussion in PR #668

@@ -3,6 +3,7 @@
* All rights reserved.
*
* Author(s): Jeongseok Lee <jslee02@gmail.com>
* Michael X. Grey <mxgrey@gatech.edu>
Copy link
Member

Choose a reason for hiding this comment

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

Nitpick: We've added a comma at the end of the line when adding authors.

@jslee02
Copy link
Member

jslee02 commented Apr 15, 2016

Overall, looks good. Could we add a simple test for this?

@mxgrey
Copy link
Member Author

mxgrey commented Apr 15, 2016

Yep, I'm working on a test right now.

@@ -74,15 +81,73 @@ const std::vector<Contact>& CollisionResult::getContacts() const
}

//==============================================================================
const std::unordered_set<const dynamics::BodyNode*>
Copy link
Member

Choose a reason for hiding this comment

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

Maybe returning const reference instead of just const?

@jslee02 jslee02 added this to the DART 6.0.0 milestone Apr 16, 2016
@jslee02 jslee02 merged commit bb5ef56 into packaging/components Apr 16, 2016
@mxgrey mxgrey deleted the grey/CollisionResult branch April 18, 2016 16:25
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.

2 participants