轻量级ROS1/ROS2移动机器人人机交互软件
Go to file
2022-04-14 22:10:15 +08:00
.github/ISSUE_TEMPLATE Update issue templates 2021-05-20 19:03:53 +08:00
.vscode vscode配置上传 2021-05-21 16:37:08 +08:00
basewidget 按照谷歌规范调整代码格式 2021-05-21 15:18:25 +08:00
html 仪表盘功能实现 2021-01-31 15:43:37 +08:00
include/cyrobot_monitor Update qnode.hpp 2021-12-27 11:01:47 +08:00
resources update robot pose and some bug 2021-05-23 07:05:49 -07:00
src 导航目标点发布使用action client 2021-12-02 07:21:10 -08:00
ui update robot pose and some bug 2021-05-23 07:05:49 -07:00
.gitignore vscode配置上传 2021-05-21 16:37:08 +08:00
base.txt add return function 2020-04-14 11:47:38 +08:00
CMakeLists.txt 1, 修改CMakeLists.txt文件, 支持使用指定Qt版本编译程序. 2021-07-15 18:22:20 +08:00
CMakeLists.txt.user ROS_GUi_App 2020-04-05 15:44:51 +08:00
LICENSE Create LICENSE 2020-04-08 13:48:23 +08:00
mainpage.dox ROS_GUi_App 2020-04-05 15:44:51 +08:00
package.xml add return function 2020-04-14 11:47:38 +08:00
README_en.md Update README_en.md 2020-09-27 10:29:39 +08:00
README.md Update README.md 2022-04-14 22:10:15 +08:00

ROS Qt Deskotp GUI App


简体中文 | English

  • Use qt5 to implement the ros robot human-machine interface

  • Attention! This code is for learning purposes only and cannot be used for any other purpose without the author's permission.

  • Continuously updating.....

  • Welcome to submit bugs in issues

Branch

1.Kinetic version branch(Branches are merged)

2. Qml version branch(To be perfected)

  • The interface is more beautiful, the function is simple, can be used as a robot on-board display

  • qml_simple

3. Lite branch

  • This version is the implementation of the 《ROS Human-Computer Interactive Software Development》 series of courses, the basic functions of master branch, the code is easy to understand

  • simple

4. Windows version branch

5,rviz menu tree branch

  • Use the menu tree that rviz brings with you to add display layers instead of manually creating layer menus and displays.

  • rviz_tree

  • image.png


Features

1Speed dashboard

  • Before use, you must set the odom topic in the menu-settings-and-topic settings:

在这里插入图片描述 在这里插入图片描述

2Robot speed control

在这里插入图片描述

3Power display

  • Before use, you must set the power topic(Std_msg/Float32) in the menu-settings-and-topic settings

在这里插入图片描述

4rviz module

在这里插入图片描述

4.1 Subscribe to map topics

在这里插入图片描述

4.2 Laser Display

在这里插入图片描述

4.3 Set the initial point of navigation

在这里插入图片描述

4.4 Set up navigation target points

在这里插入图片描述

4.5 Fixed-point return
  • Before use, you must set the amcl topic in the menu-settings-and-topic settings
  • 使用前须在菜单->设置->话题设置中设置amcl话题 在这里插入图片描述
4.6 Subscribe to image topics
  • Provides four image display forms that can display four images at the same time

加粗样式

  • Before use, you need to set the topic and image encoding of the image in the menu->settings->-video (the encoding must be correctly set, otherwise the image will not be displayed correctly). When setting the error, the prompt for coding the wrong is output in info, and the correct encoding is set according to the prompt)
4.7 Quick instructions

在这里插入图片描述 在这里插入图片描述

4.8 Display RobotModel

在这里插入图片描述

4.9 Available in six rviz tools

在这里插入图片描述

4.10 Show The Topic List

image.png

4.11 To be perfected....

Installation tutorial

1first install ros support for qt pkg

sudo apt-get install ros-melodic-qt-create
sudo apt-get install ros-melodic-qt-build
sudo apt-get install qtmultimedia5-dev

2Compile

Put the package in the ros src package directory

catkin_make

3run

rosrun cyrobot_monitor cyrobot_monitor

LIENSE

GNU GPL

在这里插入图片描述

  • As long as the software contains products or code that follow this Agreement, the software must also comply with the GPL License Agreement, i.e. it must be open source free, not charged from a closed source, and not commercial software.

Key features of GPL open source protocol

  • Copy Freedom allows software to be copied to anyone's computer without limiting the number of copies.

  • Freedom of communication Allows software to be disseminated in various forms.

  • Fee-based communication allows the software to be sold in a variety of media, but buyers must be made aware in advance that the software is free to be obtained;

  • Fee-based communication allows the software to be sold in a variety of media, but buyers must be made aware in advance that the software is free to be obtained; Freedom of modification allows developers to add or remove the functionality of the software, but the software must still be licensed on a GPL license agreement after modification.