AutoWare compilation

1、Install dependencies

ROS(ubuntu 18.04 melodic)

2、Source code path

Auroware.ai:

autoware_share is the official test file and rviz configuration file

3、Compile

Take a laptop or host with Ubuntu 18.04 system, 1050ti graphics card, and CUDA 10.0 as an example. The graphics driver has been installed by default and the CUDA environment variable configuration has been completed. At the same time, the ros melodic environment has been installed.Remember that tensorrt is version 7.2 and opencv version is 3.2.

Compile under this premise

If there is no source code, enter the following command in the terminal:

If you don’t want to download the source code, you can directly use the source code of the tutorial. The source code is located in autoware/src. You can copy the src folder directly to the newly created autoware.ai folder above.

Then enter the following command in the terminal.

The above step will detect the dependencies required by our installation package and automatically install some dependencies.

11

If the above problem occurs, it is because some packages are not installed. You can use the following command to install it.

After the installation is complete, enter the following command again

If the following phenomenon occurs, it means that the dependencies required for compilation are completely installed.15

Then enter the following command.