Skip to content

Commit 232d9ee

Browse files
Added Simulation to the nav bar (#13)
* Added Simulation to the nav bar * Update .gitmodules to add stretch_mujoco * Update home.html to link to the nav links in the stretch_mujoco docs Update home.html to link to the docs in #89 hello-robot/stretch_mujoco#89
1 parent 7e0e48f commit 232d9ee

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitmodules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,7 @@
3838
path = repos/stretch_ros2
3939
url = https://github.com/hello-robot/stretch_ros2
4040
branch = galactic
41-
41+
[submodule "repos/stretch_mujoco"]
42+
path = repos/stretch_mujoco
43+
url = https://github.com/hello-robot/stretch_mujoco
44+
branch = main

docs/overrides/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ <h2>
430430
</span>
431431
Simulating Stretch
432432
</h2>
433-
<a href="https://github.com/hello-robot/stretch_mujoco">Stretch Mujoco</a>
433+
<a href="stretch_mujoco/stretch_mujoco">Stretch Mujoco Docs</a>
434434
<a href="https://github.com/hello-robot/stretch_ros2/tree/humble/stretch_simulation">Stretch ROS2 Simulation</a>
435435
<a href="https://github.com/CardiffUniversityComputationalRobotics/stretch_ros2">Community ROS2 with Gazebo</a>
436436
<a href="https://github.com/google-deepmind/mujoco_menagerie/tree/main/hello_robot_stretch">Deepmind MuJoCo Menagerie</a>

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ nav:
8787
- Developing with Stretch: '!include ./repos/stretch_tutorials/mkdocs_dws.yml'
8888
- Python Tutorials: '!include ./repos/stretch_tutorials/mkdocs_pt.yml'
8989
- ROS 2 Tutorials: '!include ./repos/stretch_tutorials/mkdocs_rt.yml'
90+
- Simulation: '!include ./repos/stretch_mujoco/mkdocs.yml'
9091
- Extending Stretch:
9192
- Changing Tools: extending_stretch/changing_tools.md
9293
- URDF Management: extending_stretch/urdf_management.md

0 commit comments

Comments
 (0)