
ROS
文章平均质量分 68
notfindjob
为您提供优秀的软件架构方案!
展开
-
在QT中使用ROS插件
1、Ubuntu系统库自带的qtcreator没有ROS插件,我们需要安装有ROS插件的Qt Creator2、下载:How to Install (Users) — ROS Qt Creator Plug-in documentationhttps://ros-qtc-plugin.readthedocs.io/en/latest/_source/How-to-Install-Users.html3、拷贝到桌面上,运行sudo ./qtcreator-ros-bionic-lat..原创 2022-05-13 16:02:30 · 720 阅读 · 0 评论 -
ros(ubuntu1804)串口通信
1、安装串口包sudo apt-get install ros-melodic-serial2、使用rospy、roscpp、serial这三个包,创建talker功能包catkin_create_pkg stm32_talker rospy roscpp serial3、创建消息1)建立消息目录cd stm32_talkermkdir msg2) 建立消息体echo "uint8 data0" > msg/stm32_messageecho "uint8 da原创 2022-02-25 17:21:26 · 1252 阅读 · 0 评论 -
ROS安装使用gazebo
1、安装gazebosudo apt-get install gazebo92、运行报错报错内容:[Err] [ClientConfig.cc:222] Error copying default configuration file from [/usr/share/ignition/fuel_tools//config.yaml] to [/home/mike/.ignition/fuel/config.yaml][Err] [ClientConfig.cc:222] Error co原创 2022-02-24 16:04:55 · 2630 阅读 · 4 评论 -
roscore运行报错和rviz打开报错
1、roscore运行报错报错内容:Traceback (most recent call last): File "/opt/ros/melodic/bin/roscore", line 72, in <module> import roslaunch File "/opt/ros/melodic/lib/python2.7/dist-packages/roslaunch/__init__.py", line 62, in <module> from...原创 2022-02-24 15:42:44 · 7406 阅读 · 8 评论 -
Ubuntu18.04安装ros2
1、安装UTF8,本操作会把当前系统的语言改为英文sudo locale-gen en_US en_US.UTF-8sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8export LANG=en_US.UTF-82、查看语言环境:locale3、安装源设定1)添加密钥sudo apt update && sudo apt install curl gnupg2 lsb-releasecurl -s htt原创 2022-02-23 15:48:55 · 2427 阅读 · 0 评论 -
Ubuntu18.04安装ros
1、更换源sudo gpedit /etc/apt/sources.list新源:deb http://mirrors.aliyun.com/ubuntu/bionic main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/bionic-security main restricted universe multiversedeb http://mirrors.aliyun.com/ubun...原创 2022-02-23 11:45:28 · 197 阅读 · 0 评论 -
Ubuntu1804安装ROS(melodic版本)
ROS入门教程-安装并配置ROS环境(melodic版本)说明本教程详细描述了ROS的安装与环境配置。 此为 Ubuntu18.04 + melodic安装说明官方安装ROS说明http://wiki.ros.org/Installation/Ubuntu?distro=melodicubuntu18.04版本ubuntu18.04版本镜像官方下载连接:Ubuntu系统下载 | UbuntuROS的melodic版本安装说明1、安装源sudo sh -c 'echo "de原创 2022-02-18 09:56:26 · 1339 阅读 · 0 评论 -
Windows安装ROS (上)
Installation/Windows - ROS Wiki1、安装条件ROS for Windows requires 64-bit Windows 10 Desktop or Windows 10 IoT Enterprise. Please ensure that you have Powershell installed and in the system path. Excludec:\opt(and later your workspace folder) from re...原创 2022-02-15 17:17:38 · 331 阅读 · 0 评论