-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.config.json
More file actions
36 lines (36 loc) · 1.24 KB
/
Copy pathdocs.config.json
File metadata and controls
36 lines (36 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"$schema": "https://docs.trickfirerobotics.com/docs.config.schema.json",
"name": "Simulations",
"description": "Multi-sim environment: Gazebo Harmonic (ROS 2 Jazzy) for robot subsystems, and Project Chrono for terrain/wheel physics",
"icon": "MonitorCloud",
"sidebar": [
{ "label": "Getting Started", "slug": "index" },
{
"label": "Setup",
"items": [
{ "label": "Docker", "slug": "setup/docker" },
{ "label": "Native (pixi)", "slug": "setup/pixi" }
]
},
{
"label": "Gazebo",
"items": [
{
"label": "Running Gazebo",
"slug": "gazebo/gazebo"
},
{ "label": "Moving Joints", "slug": "gazebo/moving-joints" },
{
"label": "Adding a New Robot",
"slug": "gazebo/adding-robots"
},
{ "label": "Architecture", "slug": "gazebo/architecture" }
]
},
{
"label": "Chrono",
"items": [{ "label": "Running Simulations", "slug": "chrono/chrono" }]
},
{ "label": "Dev Notes", "slug": "dev-notes" }
]
}