-
Notifications
You must be signed in to change notification settings - Fork 285
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
Tutorials #504
Changes from 77 commits
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
f7cbe31
created basic compound pendulum tutorial and started domino tutorial
mxgrey 7a470d3
final touches on pendulum tutorial
mxgrey 027c2a1
adding damping to the tutorial
mxgrey 3fd483d
Merge branch 'dofAPI' into tutorials
mxgrey 54e1d37
finished multi pendulum tutorial and added skeleton code
mxgrey ec8e9e2
renamed gui window
mxgrey 76fbf24
finished domino portion of the domino tutorial
mxgrey dd21616
minor changes on style
ckarenliu 1491e78
improvements to multi-pendulum tutorial
mxgrey 8cf601f
fixed wording in comment
mxgrey 72253b2
added a line of instruction
mxgrey 51e414c
added instruction line
mxgrey 41b52b9
adding manipulator to the dominoes tutorial
mxgrey a3f56da
more realistic dominoes
mxgrey c558097
implemented controllers for manipulator
mxgrey 00a6369
improved operational space controller
mxgrey 3d83424
finished domino tutorial
mxgrey aca6e39
merged
ckarenliu f9819fd
modified style
ckarenliu 3e33675
modified style for domino and pendulum tutorials
ckarenliu ed7f141
added biped tutorial; modified styles
ckarenliu 0c743f5
added Biped tutorial and associated files
ckarenliu b710756
reverted vehicle app
ckarenliu 71763eb
minor style changes on tutorialBiped-Finished.cpp
ckarenliu beef607
Add initial work for readthedocs
jslee02 3af870b
Add readthedocs badge to README.md
jslee02 f568f24
Merge branch 'tutorials_readthedocs' into tutorials
jslee02 966af76
added tutorials/introduction.md; modified mkdocs.yml
ckarenliu 7bc9b60
Merge pull request #423 from dartsim/tutorials_readthedocs
jslee02 a81b3e5
Merge remote-tracking branch 'origin/release-5.0' into tutorials
jslee02 5e33c29
avoiding bullet if it is not available
mxgrey c09c97c
added manipulator loading as a lesson
mxgrey 5dc233e
edited biped tutorial; small changes in tutorialBiped-Finished.cpp
ckarenliu 94ec483
spacing fix
mxgrey c6b1e69
adding collisions tutorial
mxgrey a96bc35
Merge branch 'tutorials' of http://github.com/dartsim/dart into tutor…
mxgrey 50e717b
filling in faces of SoftBodyNodes
mxgrey 14bec82
tossing rings and soft chains
mxgrey 67cb2fb
nicer colors for the softBodies demo
mxgrey 3d32915
added accessor function for BodyNodes
mxgrey 0307a6e
experimenting with collisions
mxgrey da3a168
passing ShapePtr by const ref
mxgrey 19708b3
copying SoftMeshShape properties over when cloning
mxgrey b6cdfe5
finished collisions tutorial
mxgrey ad35287
moved ShapePtr to the SmartPointers file
mxgrey f112215
final touches to collisions tutorial
mxgrey d464123
created documentation for collisions tutorial
mxgrey 3332edd
including smart pointers in Shape.h
mxgrey d1911c1
finished biped tuotial document; modified tutorialBiped-Finished.cpp
ckarenliu 1258c15
merged
ckarenliu f38907f
included random library in tutorialCollisions
ckarenliu 116a3ae
fixed the collisions tutorial to be more realistic
mxgrey 9e91b31
update collisions tutorial documentation
mxgrey 0c5ed5a
some small cleanup
mxgrey 7f5b5e3
beginning documentation for pendulum tutorial
mxgrey 7a67fd1
finished pendulum tutorial documentation
mxgrey eee1c76
beginning dominoes tutorial
mxgrey 261dad5
merged
ckarenliu cc91301
fixed up some inconsistencies
mxgrey b5d6bdd
added Fuschia color
mxgrey b5ee84c
added a standard soft body shape option
mxgrey 23d3413
added random header just in case
mxgrey 1034fef
finished documenation for domino tutorial
mxgrey 6bfc19d
fixed typo
mxgrey 33f88bf
updated introduction for DART
mxgrey 9b1e09f
merged
ckarenliu 2329367
edited multi-pendulum tutorial document
ckarenliu 74346c0
Merge branch 'master' into tutorials
mxgrey 52ac1fc
edited tutorial docs
ckarenliu 0880efa
Add facebook comment and "like" button to the tutorial pages
jslee02 0ed5f64
Replace comment system from Facebook to Disqus to allow anonymous com…
jslee02 9267aa4
Merge remote-tracking branch 'origin/master' into tutorials
jslee02 b693fc0
Merge remote-tracking branch 'origin/tutorials' into tutorials_commen…
jslee02 6e06410
Merge pull request #484 from dartsim/tutorials_comment_system
jslee02 a556cea
Fill uncompleted API tables
jslee02 26cc82d
Merge remote-tracking branch 'origin/release-5.1' into tutorials
jslee02 1127f24
Delete unnecessary whitespaces
jslee02 2a04bc8
Add newline at EOF of .gitignore
jslee02 12be7a1
Add hyper links
jslee02 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
[![Build Status](https://travis-ci.org/dartsim/dart.png?branch=master)](https://travis-ci.org/dartsim/dart) | ||
[![Build status](https://ci.appveyor.com/api/projects/status/6rta8olo95bpu84r?svg=true)](https://ci.appveyor.com/project/jslee02/dart) | ||
[![Documentation Status](https://readthedocs.org/projects/dart/badge/?version=latest)](https://readthedocs.org/projects/dart/?badge=latest) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Newline at EOF?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 added