Skip to content

Latest commit

 

History

History
83 lines (59 loc) · 3.88 KB

01_hardware_setup.md

File metadata and controls

83 lines (59 loc) · 3.88 KB

1. Hardware setup

As a first step, prepare your hardwares including Sensor and ECU.

Sample hardware configuration

Warning

HESAI AT128 is deprecated because it has been discontinued.

This following hardware configuration is used throughout this tutorial.

  • ECU setup
    • x86-based ECU: ADLINK AVA-3510
    • Jetson-based ECU: ADLINK RQX-58G
  • Sensor setup
    • Sample configuration 1
      • Camera: TIER IV Automotive HDR Camera C1 (x2)
      • LiDAR: HESAI Pandar XT32 (x1)
    • Sample configuration 2
      • Camera: TIER IV Automotive HDR Camera C1 (x2)
      • LiDAR: HESAI AT128 (x1)

Connection diagram

The figures below depicts the connection diagram between sensors and ECUs for this tutorial. This network configuration, including applying the IP addresses to the specific interface, will be automatically done during the steps in 2.Installation page.

Note

Internet connection is required for 2.Installation step.

The next 2.Installation step requires the internet connection for git clone and ML model download. Please connect an Ethernet cable to the port indicated in the figure below for the internet connection.

Note

Try other display port if nothing is shown on the display.

connection diagram of sample system

hardware setup of sample system

Sensor driver

Edge.Auto supports a variety of sensor types. The following repositories are used to make those sensors available in your ROS2 environment. Please refer to the each repositories for more details.

Sensor/ECU synchronization

In this sample system, clock synchronization and timing synchronization between sensors and ECUs are realized to achieve highly accurate sensor fusion. The figure below depicts the synchronization design between sensors and ECUs in this sample system.

For more details, please refer to the tier4/sensor_trigger repository.

synchronization design of sample system

1-1. x86-based ECU

Before proceeding with 2.Installation step, install Ubuntu 22.04 to your x86-based ECU.

2-2. Jetson-based ECU

Before proceeding with 2.Installation step, install NVIDIA L4T R32.6.1 (including Ubuntu 18.04) to your Jetson-based ECU.

Note

BSP installation for ADLINK RQX-58G

RQX-58G need to be properly configured according to the official quick start guide from ADLINK Technology, Inc. Please see the official document in detail.

To download the BSP image, please visit the ADLINK official page here. (If you are accessing the site for the first time, you will be prompted to create an account.)

While TIER IV camera driver (tier4/tier4_automotive_hdr_camera) is included in the RQX-58G BSP official image, you can also update it during the following setup process.