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

SphereShape #745

Merged
merged 27 commits into from
Aug 6, 2016
Merged

SphereShape #745

merged 27 commits into from
Aug 6, 2016

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented Jul 20, 2016

as proposed in #724.


This change is Reviewable

@mkoval
Copy link
Collaborator

mkoval commented Jul 21, 2016

It appears that this pull request should be merged after #749.

@jslee02
Copy link
Member Author

jslee02 commented Jul 21, 2016

#749 is merged.

@@ -387,8 +386,7 @@ void SupportPolygonVisual::initialize()
dart::dynamics::Frame::World(), "com");

mComRadius = mCentroidRadius;
mCom->setShape(std::make_shared<dart::dynamics::EllipsoidShape>(
mComRadius/2.0*Eigen::Vector3d::Ones()));
Copy link
Member Author

Choose a reason for hiding this comment

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

@mxgrey Did you mean mComRadius*2.0 in the first place? In that case, the below code should be just mComRadius rather than mComRadius/4.0.

@jslee02 jslee02 merged commit 3ccf020 into release-6.1 Aug 6, 2016
@jslee02 jslee02 deleted the js/sphere branch August 25, 2016 00:50
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