Ubuntu 20.04怎么编译AutoWare.auto 源码

声明:本文纯属个人学习使用,不做任何商业用途。如有雷同,请联系作者删除

编译AutoWare.auto源码找了很多教程,走了很多坑,避免大家入坑,特地整理了下。

一、Installation Requirements

To compile Autoware.Auto project from sources, the following tools must be installed in the system.

  • Apt packages

    $ sudo apt install -y git cmake python3-pip

  • Python modules

    $ pip3 install -U colcon-common-extensions vcstool

二、ROS 2 package dependencies

Autoware.Auto project requires some ROS 2 packages in addition to the core components. The tool rosdep allows an automatic search and installation of such dependencies.

1.安装ros和ros2

你可能感兴趣的:(Ubuntu,操作,无人驾驶,ubuntu,linux,自动驾驶)