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

Tutorials #504

Merged
merged 79 commits into from
Oct 1, 2015
Merged

Tutorials #504

merged 79 commits into from
Oct 1, 2015

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented Sep 28, 2015

The purpose of this tutorial is to provide a quick introduction to using DART. We designed many hands-on exercises to make the learning effective and fun. To follow along with this tutorial, first locate the tutorial code in the directory: dart/tutorials. For each of the four tutorials, we provide the skeleton code as the starting point (e.g. tutorialMultiPendulum.cpp) and the final code as the answer to the tutorial (e.g. tutorialMultiPendulum-Finished.cpp). The examples are based on the APIs of DART 5.0.

Here is the prerelease version of the tutorial site for this PR. Note that once this PR is merged the official tutorial site will be this.

Any feedback is welcome!

@jslee02 jslee02 added this to the DART 5.1.0 milestone Sep 28, 2015
@jslee02
Copy link
Member Author

jslee02 commented Sep 30, 2015

Waiting a day for further comments before merging.

@@ -52,7 +52,7 @@ int main(int argc, char* argv[])
assert(myWorld != nullptr);
Eigen::Vector3d gravity(0.0, -9.81, 0.0);
myWorld->setGravity(gravity);

Copy link
Collaborator

Choose a reason for hiding this comment

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

Delete whitespace?

Copy link
Member Author

Choose a reason for hiding this comment

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

👍 Deleted

@psigen
Copy link
Collaborator

psigen commented Sep 30, 2015

Is this PR merging from some other bugfix branches? It seems like there are some minor const-correctness and other small fixes in here.

@jslee02
Copy link
Member Author

jslee02 commented Sep 30, 2015

I don't think so. It seems those fixes were for the bugs found during the tutorial writing. Ideally, it would be good to create separate PR for the fixes but they were minor enough to be included in here I guess.

@@ -23,3 +22,4 @@ TAGS
*~
/nbproject/
/doxygen/html/
docs/readthedocs/site
Copy link
Collaborator

Choose a reason for hiding this comment

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

Newline at EOF?

Copy link
Member Author

Choose a reason for hiding this comment

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

👍 added

@psigen
Copy link
Collaborator

psigen commented Sep 30, 2015

These tutorials look really good! Nice work guys.

jslee02 added a commit that referenced this pull request Oct 1, 2015
@jslee02 jslee02 merged commit 7c744b6 into release-5.1 Oct 1, 2015
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.

4 participants