forked from tier4/AWSIM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
66 lines (58 loc) · 2.26 KB
/
mkdocs.yml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
site_name: AWSIM document
repo_url: https://github.com/tier4/AWSIM
theme:
name: material
palette:
primary: indigo
features:
- navigation.sections
- navigation.footer
- content.tabs.link
icon:
repo: fontawesome/brands/github
markdown_extensions:
- tables
- admonition
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- attr_list
nav:
- Home: index.md
- Getting started:
- Quick Start Demo: GettingStarted/QuickStartDemo/index.md
- Setup Unity Project: GettingStarted/SetupUnityProject/index.md
- Project guide:
- Directory: ProjectGuide/Directory/index.md
- Git Branch: ProjectGuide/GitBranch/index.md
- External Libraries: ProjectGuide/ExternalLibraries/index.md
- Components:
- Vehicle:
- AWSIM Vehicle: Components/Vehicle/AWSIMVehicle/index.md
- Add New Vehicle: Components/Vehicle/AddVehicle/index.md
- Sensors:
- LiDAR Sensor: Components/Sensors/LiDARSensor/index.md
- Camera Sensor: Components/Sensors/CameraSensor/index.md
- IMU Sensor: Components/Sensors/IMUSensor/index.md
- GNSS Sensor: Components/Sensors/GNSSSensor/index.md
- Environment:
- AWSIM Environment: Components/Environment/AWSIMEnvironment/index.md
- Add New Environment: Components/Environment/AddNewEnvironment/index.md
- PointCloudMapper: Components/Environment/PointCloudMapper/index.md
- Traffic:
- Random Traffic:
- Random Traffic Simulator: Components/Traffic/RandomTraffic/RandomTrafficSimulator/index.md
- Add Random Traffic Environment: Components/Traffic/RandomTraffic/AddRandomTrafficEnvironment/index.md
- NPC:
- NPC Pedestrian: Components/Traffic/NPC/NPC Pedestrian/index.md
- NPC Vehicle: Components/Traffic/NPC/NPC Vehicle/index.md
- ROS2:
- ROS2 topic list: Components/ROS2/ROS2TopicList/index.md
- Add custom ROS2 msg type: Components/ROS2/AddCustomROS2MessageType/index.md
- Developer guide:
- How to Contribute: DeveloperGuide/HowToContribute/index.md
- Trouble shooting: DeveloperGuide/TroubleShooting/index.md
- Documentation: DeveloperGuide/Documentation/index.md
- License : DeveloperGuide/License/index.md
- Contact : DeveloperGuide/Contact/index.md