添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
道上混的火龙果  ·  How to set chipText ...·  2 年前    · 
乖乖的斑马  ·  jpa update batch size-掘金·  2 年前    · 
爱吹牛的高山  ·  赵志伟简介·  2 年前    · 

AutowareArchitectureProposal build

issue

install deps

git clone https://ghproxy.com/https://github.com/ros/rosdistro.git
rosdep install -y --from-path src --ignore-src --rosdistro $ROS_DISTRO
  1. Could not find a package configuration file provided by "uuid_msgs"
sudo apt-get install ros-melodic-uuid-msgs
  1. Could not find a package configuration file provided by "unique_id" with
sudo apt-get install ros-melodic-unique-id
  1. Could NOT find pugixml (missing: PUGIXML_LIBRARIES PUGIXML_INCLUDE_DIRS)
sudo apt-get install libpugixml-dev
  1. Could NOT find GeographicLib (missing: GeographicLib_LIBRARIES GeographicLib_INCLUDE_DIRS)
git clone https://gitee.com/masonqin/geographiclib.git
cd geographiclib/ && mkdir build && cd build && cmake .. 
make -j4 && sudo make install
  1. Could not find a package configuration file provided by "osqp" with any of
git clone --recursive https://ghproxy.com/https://github.com/oxfordcontrol/osqp
git submodule init
git submodule update
cd osqp && mkdir build && cd build
cmake .. -DBUILD_SHARED_LIBS=ON
make -j4 && sudo make install
  1. Could not find a package configuration file provided by "tf2_sensor_msgs"
sudo apt-get install ros-melodic-tf2-sensor-msgs
  1. Could not find a package configuration file provided by "fmt" with any
git clone  https://ghproxy.com/https://github.com/fmtlib/fmt.git
cd fmt && mkdir build && cd build
cmake .. && sudo make -j4 install
  1. Livox-SDK
git clone https://ghproxy.com/https://github.com/Livox-SDK/Livox-SDK.git
cd Livox-SDK && cd build
cmake .. && sudo make -j4 install
  1. can-msgs
sudo apt-get install ros-melodic-can-msgs
sudo apt-get install ros-melodic-velodyne-msgs
sudo apt-get install ros-melodic-automotive-platform-msgs
sudo apt-get install ros-melodic-automotive-navigation-msgs
sudo apt-get install ros-melodic-pacmod-msgs
sudo apt-get install ros-melodic-joy
sudo apt-get install ros-melodic-grid-map-ros
sudo apt-get install libpcap-dev