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

fixed tutorialDominoes-Finished - this did not work #807

Merged
merged 1 commit into from
Oct 28, 2016

Conversation

fredowski
Copy link
Contributor

@fredowski fredowski commented Oct 27, 2016

I tried the tutorial with the dominoes but it did not work. I could never add
a new domino. There were three issues in the code.

a) The new domino was never added to the world.
b) The collision detection was always detecting a collision because
the new domino is in contact with the floor.
c) The tutorial description on the website is not related to
the code for the collision detection.

I fixed a) and b) and added some comments with this commit.


This change is Reviewable

I tried the tutorial but it did not work. I could never add
a new domino. There were three issues in the code.

a) The new domino was never added to the world.
b) The collision detection was always detecting a collision because
   the new domino is in contact with the floor.
c) The tutorial description on the website is not related to
   the code for the collision detection.

I fixed a) and b) and added some comments with this commit.
fredowski added a commit to fredowski/dartsim.github.io that referenced this pull request Oct 27, 2016
The domino tutorial did not work, because I could not add new dominos. This commit updates the tutorial description according to the pull request dartsim/dart#807
@jslee02 jslee02 added this to the DART 6.2.0 milestone Oct 28, 2016
@jslee02
Copy link
Member

jslee02 commented Oct 28, 2016

This looks good to me. Thanks @fredowski !

@jslee02 jslee02 merged commit e440593 into dartsim:master Oct 28, 2016
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