|
| 1 | +# Overview |
| 2 | + |
| 3 | +<p align="center"> |
| 4 | + <img src="images/logo_brand_black.png" alt="AutoSDV Logo" width="300"/> |
| 5 | +</p> |
| 6 | + |
| 7 | +The AutoSDV project (Autoware Software-Defined Vehicle) is an affordable 1/10 scale autonomous driving platform developed by NEWSLab at National Taiwan University. It provides a complete stack from hardware specifications to software implementation for educational and research institutes. |
| 8 | + |
| 9 | +## Platform Models |
| 10 | + |
| 11 | +| Feature | Base | 360° LiDAR | Solid-State | Connected | |
| 12 | +| ---------------- | ----------- | --------------------- | ------------------ | ------------------ | |
| 13 | +| **LiDAR** | None | Velodyne VLP-32C | Seyond Robin-W | Seyond Robin-W | |
| 14 | +| **LiDAR FOV** | - | 360° × 40° | 120° × 25° | 120° × 25° | |
| 15 | +| **LiDAR Range** | - | 100m | 150m | 150m | |
| 16 | +| **Localization** | Vision only | NDT (full autonomous) | Development needed | Development needed | |
| 17 | +| **Connectivity** | Standard | Standard | Standard | 5G (Ataya/MOXA) | |
| 18 | +| **Battery Life** | 40 min | 40 min | 40 min | 40 min | |
| 19 | + |
| 20 | +<table align="center" border="0" style="margin: 2em 0;"> |
| 21 | + <tr> |
| 22 | + <td align="center" valign="bottom"> |
| 23 | + <img src="https://github.com/NEWSLabNTU/AutoSDV/blob/6a5099b8f098cb0b0eac59fe72e6b6a7af006898/figures/model_robin-w.webp?raw=true" alt="Robin-W Solid-State LiDAR Kit" width="80%"/> |
| 24 | + </td> |
| 25 | + <td align="center" valign="bottom"> |
| 26 | + <img src="https://github.com/NEWSLabNTU/AutoSDV/blob/6a5099b8f098cb0b0eac59fe72e6b6a7af006898/figures/model_velodyne_32c.webp?raw=true" alt="Velodyne 32C LiDAR Kit" width="80%"/> |
| 27 | + </td> |
| 28 | + <td align="center" valign="bottom"> |
| 29 | + <img src="https://github.com/NEWSLabNTU/AutoSDV/blob/6a5099b8f098cb0b0eac59fe72e6b6a7af006898/figures/model_cube1_moxa-5g.webp?raw=true" alt="MOXA 5G Kit" width="80%"/> |
| 30 | + </td> |
| 31 | + </tr> |
| 32 | + <tr> |
| 33 | + <td align="center"><b>Solid-State LiDAR</b></td> |
| 34 | + <td align="center"><b>360° LiDAR</b></td> |
| 35 | + <td align="center"><b>5G Connected</b></td> |
| 36 | + </tr> |
| 37 | +</table> |
| 38 | + |
| 39 | +## Core Components |
| 40 | + |
| 41 | +| Component | Specification | |
| 42 | +| ------------ | ---------------------------- | |
| 43 | +| **Chassis** | Tekno TKR9500 (16×11×5 inch) | |
| 44 | +| **Computer** | NVIDIA Jetson AGX Orin 64GB | |
| 45 | +| **Storage** | 1TB NVMe SSD | |
| 46 | +| **Camera** | ZED X Mini Stereo | |
| 47 | +| **IMU** | MPU9250 9-axis | |
| 48 | +| **Motor** | Brushless 4274/1500kv | |
| 49 | + |
| 50 | +## Software |
| 51 | + |
| 52 | +AutoSDV runs on Autoware with ROS 2, providing autonomous navigation capabilities for outdoor environments. |
| 53 | + |
| 54 | +| Component | Details | |
| 55 | +| --------------- | ----------------------------------------------- | |
| 56 | +| **Autoware** | Autoware.universe | |
| 57 | +| **ROS** | ROS 2 Humble | |
| 58 | +| **Source Code** | [GitHub](https://github.com/NEWSLabNTU/AutoSDV) | |
| 59 | + |
| 60 | +## Resources |
| 61 | + |
| 62 | +- **Documentation**: [AutoSDV Book](https://newslabntu.github.io/autosdv-book/) |
| 63 | +- **Source Code**: [GitHub Repository](https://github.com/NEWSLabNTU/AutoSDV) |
| 64 | +- **Issues**: [GitHub Issues](https://github.com/NEWSLabNTU/AutoSDV-book/issues) |
| 65 | + |
| 66 | +## Contributors |
| 67 | + |
| 68 | +- NEWSLab, National Taiwan University (Hsiang-Jui Lin, Chi-Sheng Shih) |
0 commit comments