当前位置:网站首页>RViz报错: Error subscribing: Unable to load plugin for transport ‘compressed‘解决方法
RViz报错: Error subscribing: Unable to load plugin for transport ‘compressed‘解决方法
2022-08-03 07:49:00 【wongHome】
写在前面
运行环境:
Ubuntu 16.04、ROS-kinetic
一、问题描述
笔者在运行相机数据集时,打开RViz发现不能正常显示图像,并且在 RViz 的相机话题部分报错: Error subscribing: Unable to load plugin for transport ‘compressed’, 这说明缺少 关于 “compressed” 的插件。
二、解决方法
安装对应的插件:
sudo apt-get install ros-${ROS_DISTRO}-image-transport-plugins
由于自己是 ROS-kinetic, 所以这里运行
sudo apt-get install ros-kinetic-image-transport-plugins
然后重启RViz,就可以正常看到相机图像了。
参考链接
[1] Link. Unable to load plugin for transport ‘image_transport/compressed_sub’ [EB/OL]. https://answers.ros.org/question/270881/unable-to-load-plugin-for-transport-image_transportcompressed_sub/, 2019-11-15/2022-07-30.
边栏推荐
猜你喜欢
随机推荐
酷雷曼上新6大功能,全景营销持续加码
ArcEngine (3) zoom in and zoom out through the MapControl control to achieve full-image roaming
PostMan使用,访问路径@RequestMapping
sqlite date field plus one day
mysql5.7服务器The innodb_system data file 'ibdata1' must be writable导致无法启动服务器
用diskpart的offline命令弹出顽固硬盘
分治法求解中位数
标准输入流
跨域嵌套传递信息(iframe)
Charles packet capture tool learning record
Using pipreqs export requirements needed for the project. TXT (rather than the whole environment)
AI mid-stage sequence labeling task: three data set construction process records
0day_Topsec上网行为管理RCE
STL - string
rust 学习笔记
加速FinOps实践,为企业降本增效
ViewModel 记录下 +
tolower函数
C语言实现树的底层遍历--超简代码
sqlserver2019安装失败









