Skip to content

Commit

Permalink
[tutorials] Fix filename and title of hydroelastic tutorial (RobotLoc…
Browse files Browse the repository at this point in the history
  • Loading branch information
DamrongGuoy authored and RussTedrake committed Jul 3, 2023
1 parent d3bea00 commit dd28b0c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tutorials/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ drake_jupyter_py_binary(
)

drake_jupyter_py_binary(
name = "hydroelastic_basics",
name = "hydroelastic_contact_basics",
add_test_rule = 1,
test_timeout = "moderate",
deps = [
Expand Down
2 changes: 1 addition & 1 deletion tutorials/authoring_multibody_simulation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
"- [Drake MultibodyPlant](https://drake.mit.edu/doxygen_cxx/classdrake_1_1multibody_1_1_multibody_plant.html)\n",
"- [Drake SceneGraph](https://drake.mit.edu/doxygen_cxx/classdrake_1_1geometry_1_1_scene_graph.html)\n",
"- [Introduction to the basic robot pick-and-place using Drake](https://manipulation.csail.mit.edu/pick.html)\n",
"- Tutorial on [basic hydroelastic contact](./hydroelastic_basics.ipynb)"
"- Tutorial on [basic hydroelastic contact](./hydroelastic_contact_basics.ipynb)"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Basic hydroelastic contact\n",
"# Hydroelastic Contact: Basics\n",
"For instructions on how to run these tutorial notebooks, please see the [index](./index.ipynb).\n",
"\n",
"If you are not familiar with Drake, see the [index](./index.ipynb) or study [authoring_multibody_simulation.ipynb](./authoring_multibody_simulation.ipynb).\n",
Expand Down
6 changes: 3 additions & 3 deletions tutorials/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"\n",
"## Multibody Dynamics\n",
"\n",
"- [Authoring a multibody simulation](./authoring_multibody_simulation.ipynb)\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",
"- [PyPlot Animation with MultibodyPlant](./pyplot_animation_multibody_plant.ipynb)\n",
"- [Rendering MultibodyPlant](./rendering_multibody_plant.ipynb)\n",
"- [Taking Derivatives of MultibodyPlant Computations w.r.t. Mass](./multibody_plant_autodiff_mass.ipynb)\n",
"- [Basic hydroelastic contact](./hydroelastic_basics.ipynb)\n",
"- [Hydroelastic Contact: Basics](./hydroelastic_contact_basics.ipynb)\n",
"\n",
"More multibody tutorials coming soon!\n",
"\n",
Expand Down

0 comments on commit dd28b0c

Please sign in to comment.