声明:本文纯属个人学习使用,不做任何商业用途。如有雷同,请联系作者删除
编译AutoWare.auto源码找了很多教程,走了很多坑,避免大家入坑,特地整理了下。
To compile Autoware.Auto project from sources, the following tools must be installed in the system.
$ sudo apt install -y git cmake python3-pip
$ pip3 install -U colcon-common-extensions vcstool
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