240
笔下虽有千言,胸中实无一策

实操 | Getting started with Self-Driving Car : Autoware package

Github

Bugfix

How to update PCL?

Update PCL for using fast PCL

sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl
sudo apt-get update
sudo apt-get dist-upgrade

Then, if Autoware is build, you can see the error message. You should set the LIBRARY_PATH.

export LIBRARY_PATH=/usr/lib/OpenNI2/Drivers:$LIBRARY_PATH

Could NOT find GLEW (missing: GLEW_INCLUDE_DIR GLEW_LIBRARY) ?

sudo apt-get install libglew-dev

orb_localizer compiling error

https://github.com/CPFL/Autoware/issues/553

 Still being debugged...

Implementation

 

posted @ 2017-01-31 11:55  CasperWin  阅读(657)  评论(0编辑  收藏  举报