ROS
文章平均质量分 58
TwilightZrui
If you can't explain it simply, you don't understand it well enough.
展开
-
使用ROS-melodic自带的opencv3.2.0 (C++)
Install ROS-melodic# Setup your sources.listsudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'# Set up your keyssudo apt install curl curl -s https://raw.githubusercontent.c原创 2021-12-12 14:51:35 · 5176 阅读 · 0 评论 -
解决sudo rosdep init和rosdep update各种疑难杂症
问题描述:环境:ubuntu18+ROS molodic full-desktop在安装ROS的时候,最后两步骤sudo rosdep init和rosdep update出现各种问题,以此记录各种疑难杂症的解决方案。一、sudo rosdep initError1:ERROR: cannot download default sources list from:sudo rosdep initERROR: cannot download default sources list from:h原创 2021-12-04 14:47:12 · 20184 阅读 · 2 评论