安装指令
- 安装ros-noetic-full
 
- 安装显卡驱动
 
- 从Source安装:
 
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
   | mkdir -p autoware.ai/src cd autoware.ai/
  wget -O autoware.ai.repos "https://raw.githubusercontent.com/Autoware-AI/autoware.ai/1.14.0/autoware.ai.repos" wget -O autoware.ai.repos "https://raw.githubusercontent.com/Autoware-AI/autoware.ai/master/autoware.ai.repos"
  vcs import src < autoware.ai.repos
  rosdep update
 
 
  rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
  [ERROR] 不支持20.04focal版本
   | 
 
注意autoware无支持ubuntu20.04的版本。
所以我们只能采用docker安装的方案。
暂停中