1 Star 0 Fork 1K

lyndo / apollo

forked from ApolloAuto / apollo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Hardware_FAQs.md 3.85 KB
一键复制 编辑 原始数据 按行查看 历史

Hardware FAQs

What hardware is needed for Apollo?

The required hardware for each version of Apollo can be found at the following links:


Which types of vehicles can Apollo be run on?

Currently, the Apollo control algorithm is configured for our default vehicle, which is a Lincoln MKZ. If you would like to use a different vehicle type, please visit this page.


Which types of LiDAR are supported by Apollo?

In Apollo 1.5, only Velodyne 64 is supported. Users are welcome to add drivers to ROS in order to support other models of LiDAR.


Do you have a list of Hardware devices that are compatible with Apollo

Refer to the Hardware Installation Guide 3.0 for information on all devices that are compatible with Apollo 3.0. If you are looking for a different version of Apollo, refer to that version's Hardware Installation guide found under docs/quickstart


What is the difference between Apollo Platform Supported devices and Apollo Hardware Development Platform Supported device?

  1. Apollo Platform Supported means
    • The device is part of the Apollo hardware reference design
    • One or more device(s) has/have been tested and passed to become a fully functional module of the corresponding hardware category, which provides adequate support for upper software layers
  2. Apollo Hardware Development Platform supported means one or more device(s) has/have been tested and passed for data collection purpose only. Please note, that in order to collect useful data, it is required for the device to work with the rest of necessary hardware devices listed in the Apollo Reference Design. In order to achieve the same performance in Perception and other upper software modules, it would require extra effort from the developers’ side, including the creation of new model(s), annotation of the data, training the new models, etc.

I do not have an IMU, now what?

Without an IMU, the localization would depend on GPS system which only updates once per second. On top of that, you wouldn't have velocity and heading information of your vehicle. That is probably not a good idea unless you have other solutions.


I have only VLP16, can I work with it? The documentation advises me to use HDL64

HDL64 provides a much denser point cloud than VLP-16 can. It gives a further detection range for obstacles. That is why we recommend it in the reference design. Whether VLP-16 works for your project, you will need to find out.


Is HDL32 (Velodyne 32 line LiDAR) compatible with Apollo?

Apollo can work successfully for HDL32 Lidars. You could follow the Puck Series Guide alongwith the following modification. However, please note that you would need to change the intrinsics for HDL32 in order to avoid the following error.


How to set the USB cameras to provide valid time stamp?

First use time_sync.sh script to sync the system clock to NTP servers. Then reset UVCVideo module with clock set to realtime with root access.

rmmod UVCVideo; modprobe UVCVideo clock=realtime

More Hardware FAQs to follow.

C++
1
https://gitee.com/lyndo/apollo.git
git@gitee.com:lyndo/apollo.git
lyndo
apollo
apollo
master

搜索帮助