报错如下:
--- stderr: system_monitor
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
NLGENL3
linked by target "net_monitor_lib" in directory /home/tqf/autoware_install/autoware.universe/autoware/src/universe/autoware.universe/system/system_monitor
---
Failed <<< system_monitor [15.6s, exited with code 1]
解决方案:
只需安装:
sudo apt-get install libnl-genl-3-dev
便可解决