当前位置:网站首页>QModbus库使用,并作为ROS节点发布话题及程序CMakelist编写
QModbus库使用,并作为ROS节点发布话题及程序CMakelist编写
2022-07-27 18:55:00 【COCO_PEAK_NOODLE】
参考文章
https://www.manongdao.com/article-226361.html
最重要的一句话,是让系统找到cmake的位置
set(Qt5SerialBus_DIR "/home/xxx/Qt5.8.0/5.8/gcc_64/lib/cmake/Qt5SerialBus")
全部cmakelist
cmake_minimum_required(VERSION 2.8.3)
project(test_modbus)
add_compile_options(-std=c++11)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTORCC ON)
set(Qt5SerialBus_DIR "/home/xxx/Qt5.8.0/5.8/gcc_64/lib/cmake/Qt5SerialBus")
find_package(catkin REQUIRED roscpp std_msgs sensor_msgs)
find_package(Qt5Widgets REQUIRED)
find_package(Qt5SerialBus REQUIRED)
catkin_package()
include_directories(${
catkin_INCLUDE_DIRS})
include_directories(${
Qt5SerialBus_INCLUDE_DIRS})
add_definitions(${
Qt5SerialBus_DEFINITIONS})
qt5_wrap_ui( UIC src/test_modbus.ui)
add_executable(testmodbus src/main.cpp src/test_modbus.cpp src/test_modbus.h src/test_modbus.ui)
target_link_libraries(testmodbus ${
catkin_LIBRARIES} Qt5::Widgets Qt5::SerialBus)
边栏推荐
- MobileVIT学习笔记
- Can China make a breakthrough in the future development of the meta universe and occupy the highland?
- How to check whether there is Tsinghua source / delete Tsinghua source and keep the default source
- Chinese and English instructions - human alpha fetoprotein (AFP) ELISA quantitative Kit
- Chinese and English instructions - abfluor 488 cell apoptosis detection kit
- 激光雷达中国前装大幕开启,数百万颗产能待消化
- Win11用户名和密码备份方法
- Lidar China's front loading curtain opens, millions of production capacity to be digested
- puzzle(002)内固、外固、哈密顿
- 行为级描述与RTL级描述
猜你喜欢

A new technical director asked me to do an IP territorial function~

Command line PDF Converter::: fcoder 2PDF

Conquer 3 pieces of IT equipment for all programmers →

Leetcode daily practice - cm11 linked list segmentation

Explain cache consistency and memory barrier

Worthington plasma amine oxidase (PAO) instructions

激光雷达中国前装大幕开启,数百万颗产能待消化

Leetcode daily practice 206. Reverse the linked list

ECCV 2022 | 中科大&京东提出:数据高效的Transformer目标检测器

PG 之 Free Space Map & Visibility Map
随机推荐
Get the method registered in the delegate
Win11系统更新KB5014668后点开始按钮没反应怎么办?
[anti shake and throttling]
MAPGIS 3D scene rendering technology and Application
行为级描述与RTL级描述
“地理-语言”大模型文心ERNIE-GeoL及应用
Sre related question answering
MySQL back to table, SQL optimization, four isolation levels, three logs binlog, redo log, undo log
R language uses dplyr package to perform data aggregation statistics, calculate sliding window statistics, calculate sliding group mean, and merge the generated statistical data into the original data
常见ArrayLIst面试题
基于DSP 回传音通话降噪链路设计
MapGIS三维管线建模,唤醒城市地下管线脉搏
When accessing the shared folder, you will be prompted "because file sharing is not secure smb1 Protocol". Please use Smb2 protocol
Typoa spelling check: missing dictionary file for Chinese
综合设计一个OPPE主页--页面的精选配件的设计
Leetcode daily practice 206. Reverse the linked list
PHP code audit 6 - file contains vulnerability
The maximum recommended number of rows for MySQL is 2000W. Is it reliable?
Thinking about SLA of cloud computing
Simple use of express web server