Skip to content

Commit 25bc883

Browse files
authored
Update section headers to have at most one Level 1 heading
1 parent 7079938 commit 25bc883

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

  • docs/reference-design/get-started/GoKart
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Overview
1+
## Overview
22

33
This document elaborates the hardware and software configurations for using Autoware for autonomous driving. Hence, it will serve as a guideline to select hardware and software components to build autonomous vehicles. However, this document is NOT prepared as neither step-by-step instructions nor Q&A books, which will be provided as a reference link if available.
44

5-
# Design Overview
5+
## Design Overview
66

77
![Meta-Info Radar Chart for Go-Kart Design](images/MetaRadarChart-GoKart.png)
88

99
![Tech Feature Radar Chart for Go-Kart Design](images/TechRadarChart-GoKart.png)
1010

11-
# Who should read
11+
## Who should read
1212

1313
One is interested in building your small size autonomous vehicles and looks for the place to start with.
1414

15-
# References and Resources
15+
## References and Resources
1616

1717
- Complete Go-Kart with Autoware documents: [link](https://go-kart-upenn.readthedocs.io/en/latest/)
1818
- ROS 2 Foxy setup and autonomous code: [link](https://github.com/mlab-upenn/gokart-sensor/tree/ros2_foxy_purepursuit)
@@ -21,50 +21,50 @@ One is interested in building your small size autonomous vehicles and looks for
2121

2222
- STM32 nucleo controller code: [link](https://github.com/mlab-upenn/gokart-mechatronics/tree/main/STM32%20Control)
2323

24-
# Contributors
24+
## Contributors
2525

2626
-  Autoware Center of Excellence (under Prof. Rahul Mangharam)
2727

28-
# Targeted Use Cases
28+
## Targeted Use Cases
2929

3030
| Use Cases: | Education | Racing | PoC | Open AD Kit | Commercial Services/Production |
3131
| :--------: | :-------------------------------: | :-------------------------------: | :--------------------------------: | :---------------------------------: | :---------------------------------: |
3232
| Go-Kart | <input type="checkbox" checked /> | <input type="checkbox" checked /> | <input type="checkbox" checked /> | <input type="checkbox" disabled /> | <input type="checkbox" disabled /> |
3333

34-
# ODD
34+
## ODD
3535

3636
| ODD | Cargo | Bus | RoboTaxi | Low Speed (Utility) Vehicle | Delivery Robot |
3737
| :-----: | :---------------------------------: | :--------------------------------: | :---------------------------------: | :---------------------------------: | :---------------------------------: |
3838
| Go-Kart | <input type="checkbox" disabled /> | <input type="checkbox" disabled /> | <input type="checkbox" disabled /> | <input type="checkbox" disabled /> | <input type="checkbox" disabled /> |
3939

40-
# Automation Level
40+
## Automation Level
4141

4242
| Automation Level | 0 | 1 | 2 | 3 | 4 | 5 |
4343
| :--------------: | :--------------------------------: | :--------------------------------: | :-------------------------------: | :--------------------------------: | :---------------------------------: | :---------------------------------: |
4444
| Go-Kart | <input type="checkbox" checked /> | <input type="checkbox" checked /> | <input type="checkbox" checked /> | <input type="checkbox" checked /> | <input type="checkbox" disabled /> | <input type="checkbox" disabled /> |
4545

46-
# System Architecture
46+
## System Architecture
4747

4848
Autonomous Go-Kart is a one-third scale autonomous go-kart autonomous vehicle for development and prototyping purpose. It can be used for developing and testing software components in Autoware.
4949

5050
![System Architecture](images/avev_gokart.png)
5151

52-
# Hardware Configuration
52+
## Hardware Configuration
5353

54-
## Chassis
54+
### Chassis
5555

5656
- TopKart: [link to purchase]()
5757

58-
## Sensors
58+
### Sensors
5959

6060
- Lidar: Ouster LIDAR OS1 and Velodyne M1600
6161
- Camera: OAK-D camera
6262
- GNSS: RTK-GNSS
6363

64-
## Computing Platforms
64+
### Computing Platforms
6565

6666
- X86 laptop with nVidia GPU
6767

68-
# Software Configuration
68+
## Software Configuration
6969

7070
![GoKart-ComputeSensing.png](images/GoKart-ComputeSensing.png)

0 commit comments

Comments
 (0)