intel / ad-rss-lib

Library implementing the Responsibility Sensitive Safety model (RSS) for Autonomous Vehicles
https://intel.github.io/ad-rss-lib/
GNU Lesser General Public License v2.1
336 stars 138 forks source link

complie failure #136

Closed xmuchen closed 7 months ago

xmuchen commented 10 months ago

When I execute the following command

git clone https://github.com/intel/ad-rss-lib.git
cd ad-rss-lib
git submodule update --init
colcon build

This error occurred

企业微信截图_20231024191425

Please help me look at the problem

fabianoboril commented 9 months ago

Hi, please try to use "git submodule update --init --recursive". It seems like a part of the submodules are missing.

berndgassmann commented 7 months ago

problem should be solved.