当前位置:网站首页>ZeroMQ替代ros
ZeroMQ替代ros
2022-08-05 21:07:00 【小秋SLAM实战教程】
ZeroMQ主要是有一个命名空间zmq。其下包含着很多类。zmq.hpp中主要的类有:
context_t
message_t
socket_t
monitor_t
error_t
其中context_t、message_t都有一个友元类socket_t。
socket_t有一个友元类monitor_t。
https://blog.csdn.net/guotianqing/article/details/101429319
开始往pipeline发送数据
sudo apt-get install libzmq3-dev
mkdir -p catkin_ws_zmq/src
cd catkin_ws_zmq/src
git clone https://github.com/ravijo/ros_zeromq_tutorial.git
cd catkin_ws_zmq
catkin_make
source devel/setup.bash
rosrun ros_zeromq_tutorial talker_zmq
source devel/setup.bash
rosrun ros_zeromq_tutorial listener_zmq
边栏推荐
- office2019激活
- After importing the web project into idea, the blue dots of the file disappeared (web file resource root path)
- use of arrays
- Go语言之CGO
- Leetcode 算法面试冲刺 热题 HOT 100 刷题(300 301 309 312 322)(六十七)
- 链表系列① -- 移除链表元素
- 现阶段,你该如何把握元宇宙NFG行业的机遇?
- 数组的使用
- 第十五天(下)安装newman与jenkins使用
- Is it safe to open an account with a straight flush?
猜你喜欢
随机推荐
【php】设置php显示/隐藏错误信息
Shell case: jumpserver jumper
哈希表系列⑤ -- 四数相加 II
什么是好的应用程序?
【opencv图像处理】-- 7. 图像金字塔与直方图
Leetcode刷题之——二分法
[Advertising E-commerce] Which are the top ten advertising companies in the world?
【opencv图像处理】-- 6.图像轮廓(面积周长)、多边形逼近、外接矩形、查找/绘制轮廓
What adb commands have you mastered in app testing?
OpenSSL公私钥证书哪些事儿
use of arrays
samba的运用以及LVS服务,LVS中DR模式
Shell(5)数组
mpls comprehensive experiment
【idea插件】MetricsReloaded使用
极大似然估计和交叉熵
2.【openCV常用函数模板】
PID 控制理论
【KITTI】undefined reference to“YAML::detail::node_data::convert_to_map”解决办法
如何进行技术面试?