Skip to content

Commit

Permalink
[tutorials] Move Multibody to the top of the index page (#17555)
Browse files Browse the repository at this point in the history
* [tutorials] Move Multibody to the top of the index page

For many new users it will be a more graceful starting point than our
mathematical optimization toolbox.
  • Loading branch information
jwnimmer-tri committed Jul 13, 2022
1 parent 5e38e94 commit 5857b20
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tutorials/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"For an overview about the philosophy behind [Drake](https://drake.mit.edu), consider reading this [blog post](https://medium.com/toyotaresearch/drake-model-based-design-in-the-age-of-robotics-and-machine-learning-59938c985515).\n",
"We have organized the tutorials around the three major components described in that post:\n",
"\n",
"## Multibody Dynamics\n",
"\n",
"- [Authoring a multibody simulation](./authoring_multibody_simulation.ipynb)\n",
"- [Mathematical programming with MultibodyPlant](./mathematical_program_multibody_plant.ipynb)\n",
"- [PyPlot animation](./pyplot_animation_multibody_plant.ipynb)\n",
"- [Rendering MultibodyPlant](./rendering_multibody_plant.ipynb)\n",
"\n",
"More multibody tutorials coming soon!\n",
"\n",
"## Mathematical Programming\n",
"\n",
"- [MathematicalProgram](./mathematical_program.ipynb)\n",
Expand All @@ -24,15 +33,6 @@
"- [Sum-of-squares optimization](./sum_of_squares_optimization.ipynb)\n",
"- [Enabling licensed solvers on Deepnote](./licensed_solvers_deepnote.ipynb)\n",
"\n",
"## Multibody Dynamics\n",
"\n",
"- [Authoring a multibody simulation](./authoring_multibody_simulation.ipynb)\n",
"- [Mathematical programming with MultibodyPlant](./mathematical_program_multibody_plant.ipynb)\n",
"- [PyPlot animation](./pyplot_animation_multibody_plant.ipynb)\n",
"- [Rendering MultibodyPlant](./rendering_multibody_plant.ipynb)\n",
"\n",
"More multibody tutorials coming soon!\n",
"\n",
"## Dynamical Systems\n",
"\n",
"- [Modeling Dynamical Systems](./dynamical_systems.ipynb)\n",
Expand Down

0 comments on commit 5857b20

Please sign in to comment.