0
点赞
收藏
分享

微信扫一扫

带submodule的git仓库自动化一键git push、git pull脚本

通过ros系统中websocket中发送sensor_msgs::Image数据给web端显示(二)

mp4媒体流数据

#include <ros/ros.h>
#include <signal.h>
#include <sensor_msgs/Image.h>
#include <message_filters/subscriber.h>
#include <message_filters/synchronizer.h>
#include <message_filters/time_synchronizer.h>


#include <functional>

#include <websocketpp/config/asio_no_tls.hpp>
#include <websocketpp/server.hpp>


#include <iostream>
#include <chrono>// 头文件用于时间相关操作
#include <thread>
#include <unordered_set>
#include <memory>

#include <opencv2/core.hpp>
#include <opencv2/opencv.hpp>
#include <cv_bridge/cv_bridge.h>

#include <boost/thread.hpp>
#include <std_msgs/String.h>


/**
* websocket 发布mp4 mp4媒体数据
* sukai
* 2023 11.23
*
*/

// roslaunch turtlebot
举报

相关推荐

0 条评论