ROS
big-circle
To dream and to achieve.
展开
-
ROS2 Humble setup.py 弃用
版本高于58.2。重新编译功能包即可。原创 2022-07-15 16:07:43 · 459 阅读 · 2 评论 -
Ubuntu18.04源码安装opencv3.4
安装依赖 sudo apt install build-essential libgtk2.0-dev libavcodec-dev libavformat-dev libjpeg.dev sudo apt install libtiff5-dev libswscale-dev sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu xential-security main sudo apt update sudo apt inst.原创 2021-09-15 18:44:19 · 578 阅读 · 0 评论 -
Ubuntu18.04安装编译中科大ROS入门教程程序
安装ROS和git之后 mkdir -p tutorial_ws/src cd tutorial_ws/src git clone https://github.com/DroidAITech/ROS-Academy-for-Beginners.git cd .. rosdep install --from-paths src --ignore-src --rosdistro=melodic -y 运行roslaunch robot_sim_demo robot_spawn.launch后没有地原创 2021-09-09 13:56:35 · 253 阅读 · 0 评论 -
5个步骤解决rosdep update执行超时问题
6个步骤解决rosdep update执行超时问题 思路:使用"https://ghproxy.com/"代理加速 1 /usr/lib/python2.7/dist-packages/rosdep2/sources_list.py download_rosdep_data()函数的try后添加一行 url=“https://ghproxy.com/”+url 2 /usr/lib/python2.7/dist-packages/rosdistro/init.py DEFAULT_INDEX_URL原创 2021-08-11 09:40:38 · 606 阅读 · 3 评论