文章目录 zmq_to_ros_bridge.cpp CMakeLists.txt zeromq_ros_tutorial.launch 使用 ZeroMQ 和 ROS 实现发送消息和接收消息 zmq_to_ros_bridge.cpp #include <zmq.hpp> #include <ros/ros.h> #include <std_msgs/String.h>