autoware

在 Autoware目录下执行
git checkout 1.10.

将版本切换到1.10.0 因为最新版驱动有问题然后执行

sudo apt-get update
sudo apt-get install -y python-catkin-pkg python-rosdep python-wstool ros-$ROS_DISTRO-catkin libmosquitto-dev gksu
cd ~/Autoware/ros/src
catkin_init_workspace
cd ../
rosdep update
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
./catkin_make_release

最后

./run

运行程序

上一篇:PAT 乙级 1034.有理数四则运算 C++/Java


下一篇:Redhat 官方Performance_Tuning_Guide