IntelRealSense深度相机D455在ROS1运行中的消息内容

IntelRealSense深度相机D455在ROS1运行中的消息内容

    • 通过下面命令所有相关信息通过ros topic的方式发布出去
    • rosnode查看
    • rqt_graph查看
    • rostopic查看
    • 通过下面命令直接查看RVIZ中点云信息
    • rosnode查看
    • rqt_graph查看
    • rostopic查看

在这里插入图片描述

Physical Port:: /sys/devices/pci0000:00/0000:00:11.0/0000:02:03.0/usb1/1-1/1-1:1.0/video4linux

Start the camera node
To start the camera node in ROS:

通过下面命令所有相关信息通过ros topic的方式发布出去

roslaunch realsense2_camera rs_camera.launch

rosnode查看

/camera/realsense2_camera
/camera/realsense2_camera_manager
/rosout

rqt_graph查看

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

rostopic查看

/camera/color/camera_info
/camera/color/image_raw
/camera/color/image_raw/compressed
/camera/color/image_raw/compressed/parameter_descriptions
/camera/color/image_raw/compressed/parameter_updates
/camera/color/image_raw/compressedDepth
/camera/color/image_raw/compressedDepth/parameter_descriptions
/camera/color/image_raw/compressedDepth/parameter_updates
/camera/color/image_raw/theora
/camera/color/image_raw/theora/parameter_descriptions
/camera/color/image_raw/theora/parameter_updates
/camera/color/metadata
/camera/depth/camera_info
/camera/depth/image_rect_raw
/camera/depth/image_rect_raw/compressed
/camera/depth/image_rect_raw/compressed/parameter_descriptions
/camera/depth/image_rect_raw/compressed/parameter_updates
/camera/depth/image_rect_raw/compressedDepth
/camera/depth/image_rect_raw/compressedDepth/parameter_descriptions
/camera/depth/image_rect_raw/compressedDepth/parameter_updates
/camera/depth/image_rect_raw/theora
/camera/depth/image_rect_raw/theora/parameter_descriptions
/camera/depth/image_rect_raw/theora/parameter_updates
/camera/depth/metadata
/camera/extrinsics/depth_to_color
/camera/motion_module/parameter_descriptions
/camera/motion_module/parameter_updates
/camera/realsense2_camera_manager/bond
/camera/rgb_camera/auto_exposure_roi/parameter_descriptions
/camera/rgb_camera/auto_exposure_roi/parameter_updates
/camera/rgb_camera/parameter_descriptions
/camera/rgb_camera/parameter_updates
/camera/stereo_module/auto_exposure_roi/parameter_descriptions
/camera/stereo_module/auto_exposure_roi/parameter_updates
/camera/stereo_module/parameter_descriptions
/camera/stereo_module/parameter_updates
/diagnostics
/rosout
/rosout_agg
/tf
/tf_static

/camera/color/camera_info的话题消息内容

---
header: 
  seq: 121
  stamp: 
    secs: 1701757644
    nsecs: 890126705
  frame_id: "camera_color_optical_frame"
height: 480
width: 640
distortion_model: "plumb_bob"
D: [-0.05529118701815605, 0.06646831333637238, 0.00021844496950507164, 8.94237746251747e-05, -0.021805301308631897]
K: [386.3393859863281, 0.0, 324.54986572265625, 0.0, 385.8198547363281, 241.42041015625, 0.0, 0.0, 1.0]
R: [1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]
P: [386.3393859863281, 0.0, 324.54986572265625, 0.0, 0.0, 385.8198547363281, 241.42041015625, 0.0, 0.0, 0.0, 1.0, 0.0]
binning_x: 0
binning_y: 0
roi: 
  x_offset: 0
  y_offset: 0
  height: 0
  width: 0
  do_rectify: False
---

/camera/depth/camera_info的话题消息内容

---
header: 
  seq: 41
  stamp: 
    secs: 1701757805
    nsecs: 683720589
  frame_id: "camera_depth_optical_frame"
height: 480
width: 640
distortion_model: "plumb_bob"
D: [0.0, 0.0, 0.0, 0.0, 0.0]
K: [386.1236267089844, 0.0, 323.4205322265625, 0.0, 386.1236267089844, 240.564453125, 0.0, 0.0, 1.0]
R: [1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]
P: [386.1236267089844, 0.0, 323.4205322265625, 0.0, 0.0, 386.1236267089844, 240.564453125, 0.0, 0.0, 0.0, 1.0, 0.0]
binning_x: 0
binning_y: 0
roi: 
  x_offset: 0
  y_offset: 0
  height: 0
  width: 0
  do_rectify: False
---

/camera/motion_module/parameter_descriptions /摄像机运动模块参数说明的消息内容

groups: 
  - 
    name: "Default"
    type: ''
    parameters: 
      - 
        name: "frames_queue_size"
        type: "int"
        level: 0
        description: "Max number of frames you can hold at a given time. Increasing this number will reduce\
  \ frame drops but increase latency, and vice versa"
        edit_method: ''
      - 
        name: "enable_motion_correction"
        type: "bool"
        level: 0
        description: "Enable/Disable Automatic Motion Data Correction"
        edit_method: ''
      - 
        name: "global_time_enabled"
        type: "bool"
        level: 0
        description: "Enable/Disable global timestamp"
        edit_method: ''
    parent: 0
    id: 0
max: 
  bools: 
    - 
      name: "enable_motion_correction"
      value: True
    - 
      name: "global_time_enabled"
      value: True
  ints: 
    - 
      name: "frames_queue_size"
      value: 32
  strs: []
  doubles: []
  groups: 
    - 
      name: "Default"
      state: True
      id: 0
      parent: 0
min: 
  bools: 
    - 
      name: "enable_motion_correction"
      value: False
    - 
      name: "global_time_enabled"
      value: False
  ints: 
    - 
      name: "frames_queue_size"
      value: 0
  strs: []
  doubles: []
  groups: 
    - 
      name: "Default"
      state: True
      id: 0
      parent: 0
dflt: 
  bools: 
    - 
      name: "enable_motion_correction"
      value: True
    - 
      name: "global_time_enabled"
      value: True
  ints: 
    - 
      name: "frames_queue_size"
      value: 16
  strs: []
  doubles: []
  groups: 
    - 
      name: "Default"
      state: True
      id: 0
      parent: 0
---

/camera/stereo_module/auto_exposure_roi/parameter_descriptions 相机立体模块自动曝光roi参数说明的消息内容

groups: 
  - 
    name: "Default"
    type: ''
    parameters: 
      - 
        name: "left"
        type: "int"
        level: 0
        description: "auto-exposure left coordinate"
        edit_method: ''
      - 
        name: "right"
        type: "int"
        level: 0
        description: "auto-exposure right coordinate"
        edit_method: ''
      - 
        name: "top"
        type: "int"
        level: 0
        description: "auto-exposure top coordinate"
        edit_method: ''
      - 
        name: "bottom"
        type: "int"
        level: 0
        description: "auto-exposure bottom coordinate"
        edit_method: ''
    parent: 0
    id: 0
max: 
  bools: []
  ints: 
    - 
      name: "left"
      value: 639
    - 
      name: "right"
      value: 639
    - 
      name: "top"
      value: 479
    - 
      name: "bottom"
      value: 479
  strs: []
  doubles: []
  groups: 
    - 
      name: "Default"
      state: True
      id: 0
      parent: 0
min: 
  bools: []
  ints: 
    - 
      name: "left"
      value: 0
    - 
      name: "right"
      value: 0
    - 
      name: "top"
      value: 0
    - 
      name: "bottom"
      value: 0
  strs: []
  doubles: []
  groups: 
    - 
      name: "Default"
      state: True
      id: 0
      parent: 0
dflt: 
  bools: []
  ints: 
    - 
      name: "left"
      value: 0
    - 
      name: "right"
      value: 639
    - 
      name: "top"
      value: 0
    - 
      name: "bottom"
      value: 479
  strs: []
  doubles: []
  groups: 
    - 
      name: "Default"
      state: True
      id: 0
      parent: 0
---

/tf_static的话题消息内容

 - 
    header: 
      seq: 0
      stamp: 
        secs: 1701759021
        nsecs: 810140552
      frame_id: "camera_color_frame"
    child_frame_id: "camera_color_optical_frame"
    transform: 
      translation: 
        x: 0.0
        y: -0.0
        z: -0.0
      rotation: 
        x: -0.5
        y: 0.4999999999999999
        z: -0.5
        w: 0.5000000000000001
---

通过下面命令直接查看RVIZ中点云信息

roslaunch realsense2_camera demo_pointcloud.launch

在这里插入图片描述

rosnode查看

/camera/realsense2_camera
/camera/realsense2_camera_manager
/camera/rviz
/rosout

rqt_graph查看

在这里插入图片描述
在这里插入图片描述

rostopic查看

/camera/color/camera_info
/camera/color/image_raw
/camera/color/image_raw/compressed
/camera/color/image_raw/compressed/parameter_descriptions
/camera/color/image_raw/compressed/parameter_updates
/camera/color/image_raw/compressedDepth
/camera/color/image_raw/compressedDepth/parameter_descriptions
/camera/color/image_raw/compressedDepth/parameter_updates
/camera/color/image_raw/theora
/camera/color/image_raw/theora/parameter_descriptions
/camera/color/image_raw/theora/parameter_updates
/camera/color/metadata
/camera/depth/camera_info
/camera/depth/color/points
/camera/depth/image_rect_raw
/camera/depth/image_rect_raw/compressed
/camera/depth/image_rect_raw/compressed/parameter_descriptions
/camera/depth/image_rect_raw/compressed/parameter_updates
/camera/depth/image_rect_raw/compressedDepth
/camera/depth/image_rect_raw/compressedDepth/parameter_descriptions
/camera/depth/image_rect_raw/compressedDepth/parameter_updates
/camera/depth/image_rect_raw/theora
/camera/depth/image_rect_raw/theora/parameter_descriptions
/camera/depth/image_rect_raw/theora/parameter_updates
/camera/depth/metadata
/camera/extrinsics/depth_to_color
/camera/motion_module/parameter_descriptions
/camera/motion_module/parameter_updates
/camera/pointcloud/parameter_descriptions
/camera/pointcloud/parameter_updates
/camera/realsense2_camera_manager/bond
/camera/rgb_camera/auto_exposure_roi/parameter_descriptions
/camera/rgb_camera/auto_exposure_roi/parameter_updates
/camera/rgb_camera/parameter_descriptions
/camera/rgb_camera/parameter_updates
/camera/stereo_module/auto_exposure_roi/parameter_descriptions
/camera/stereo_module/auto_exposure_roi/parameter_updates
/camera/stereo_module/parameter_descriptions
/camera/stereo_module/parameter_updates
/clicked_point
/diagnostics
/initialpose
/move_base_simple/goal
/rosout
/rosout_agg
/tf
/tf_static

比之前运行多了一些话题

/camera/pointcloud/parameter_descriptions
/camera/pointcloud/parameter_updates
/clicked_point
/initialpose
/move_base_simple/goal

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:/a/220479.html

如若内容造成侵权/违法违规/事实不符,请联系我们进行投诉反馈qq邮箱809451989@qq.com,一经查实,立即删除!

相关文章

线性回归既是一种数据挖掘与建模算法,也是统计学领域、计量经济学领域的常用学术建模方法,有何不同?

一.线性回归的基本形式 线性回归既是一种数据挖掘与建模算法,也是统计学领域、计量经济学领域的常用学术建模方法。在数据挖掘与建模领域,线性回归算法是一种较为基础的机器学习算法,其基本思想是将响应变量(因变量、被解释变量&…

协议栈的内部结构

上层会向下层逐层委派工作。 最上面的部分是网络应用程序,它们会将收发数据等工作委派给下层的部分来完成。尽管不同的应用程序收发的数据内容不同,但收发数据的操作是共通的。 应用程序的下面是Socket库,其中包括解析器,解析器…

Java+Swing+Mysql实现超市管理系统

一、系统介绍 1.开发环境 操作系统:Win10 开发工具 :IDEA2018 JDK版本:jdk1.8 数据库:Mysql8.0 2.技术选型 JavaSwingMysql 3.功能模块 4.系统功能 1.系统登录登出 管理员可以登录、退出系统 2.商品信息管理 管理员可以对商品信息…

Windows下安装Git和Git小乌龟

目录 Git简介 Git安装 Git小乌龟简介 Git小乌龟安装 Git简介 Git是一个开源的分布式版本控制系统,可以有效、高速地进行从很小到非常大的项目的版本管理。Git支持将本地仓库与远程仓库进行关联,实现多人协作开发。由于具有分布式版本控制、高效性、灵…

掌握Python Pingouin:数据统计新利器解析!

更多资料获取 📚 个人网站:ipengtao.com Pingouin库基于pandas、scipy和statsmodels,为用户提供了执行常见统计分析的功能。它支持各种统计方法和假设检验,例如 t-tests、ANOVA、correlation analysis 等。让我们看一些示例代码&…

打表技巧—连续正数和

与其明天开始,不如现在行动! 文章目录 连续正数和1 题目描述2 解决思路3 代码实现 💎总结 连续正数和 1 题目描述 定义一种数:可以表示成若干 (数量>1) 连续正数和的数比如: 5 23,5就是这样的数 12345,12就是这样…

全球与中国胃肠道治疗市场:增长趋势、竞争格局与前景展望

胃肠道治疗学是指医学和医疗保健的一个领域,专注于影响胃肠道 (GI) 的疾病和病症的诊断、治疗和管理。胃肠道治疗包括药物治疗和手术干预,旨在解决各种胃肠道疾病,如食道(GERD)、发炎性肠道疾病疾病(IBD)、消化性溃疡和腹泻。它包括多种医学方…

详解十大经典排序算法(五):归并排序(Merge Sort)

算法原理 归并排序的核心思想是将一个大的数组分割成多个小的子数组,然后分别对这些子数组进行排序,最后将排序后的子数组合并起来,得到一个有序的大数组。 算法描述 归并排序(Merge Sort)是一种经典的排序算法&#x…

Azure Machine Learning - 在 Azure 门户中创建演示应用

目录 准备环境启动向导配置搜索结果添加自动提示功能添加建议创建、下载和执行清理资源 使用 Azure 门户的“创建演示应用”向导来生成可下载的“localhost”样式的 Web 应用,该应用在浏览器中运行。 根据其配置,生成的应用在首次使用时就能正常运行&…

第2章 知识抽取:概述、方法

💗💗💗欢迎来到我的博客,你将找到有关如何使用技术解决问题的文章,也会找到某个技术的学习路线。无论你是何种职业,我都希望我的博客对你有所帮助。最后不要忘记订阅我的博客以获取最新文章,也欢…

信号可靠性剖析

问题 基于信号发送的进程间通信方式可靠吗??? 信号查看(kill -l) 信号的分类 不可靠信号 (传统信号) 信号值在 [1, 31] 之间的所有信号 可靠信号 (实时信号) 信号值在 [SIGRTMIN,SIGRTMAX],即:[34&…

odoo自定义提示性校验

背景: 在odoo16的原生的代码里,可以给按钮添加一个 confirm属性,从而达到 提示性校验的效果。 问题: 这个属性加了之后一定会弹出提示性校验的对话框,于是如何根据我们的实际业务,从后端返回提示性信息,…

2023-12-05 Qt学习总结 (AI辅助) 未完待续

点击 <C 语言编程核心突破> 快速C语言入门 Qt学习总结 前言一 Qt是什么二 Qt开发工具链三 Qt编程涉及的术语和名词四 Qt Creator使用五 hello Qt!六 Qt控件和事件七 Qt信号和槽八 Qt自定义信号和槽九 Qt QObject基类十 QWidget基类十一 QMainWindow基类十二 QLabel文本框…

SL6015B降压恒流60V耐压1.5A高辉调光LED芯片 电路简单 元器件少

SL6015B是一款专为LED照明应用设计的降压恒流芯片&#xff0c;具有60V的耐压能力&#xff0c;最大输出电流可达1.5A。它采用高辉调光方式&#xff0c;通过改变输入电压或电流来调节LED的亮度。此外&#xff0c;SL6015B还具有电路简单和元器件数量少的特点&#xff0c;使其成为一…

Dinky之安装部署与基本使用

Dinky之安装部署与基本使用 Dinky概览Linux安装部署解压到指定目录初始化MySQL数据库修改配置文件加载依赖启动Dinky Docker部署启动dinky-mysql-server镜像启动dinky-standalone-server镜像 Dinky的基本使用上传jar包Flink配置集群管理集群实例管理集群配置管理 创建作业语句编…

clickhouse的向量化执行

背景 clickhouse快的很大一部分原因来源于数据的向量化执行&#xff0c;本文就来看一下向量化执行和正常标量执行的区别 SIMD的向量化执行 从上图可知&#xff0c;clickhouse通过SIMD指令可以做到一个cpu周期操作两个向量的运算操作&#xff0c;比起普通的cpu指令效率提高了N…

第17章 匿名函数

第17.1节 匿名函数的基本语法 [捕获列表](参数列表) mutable(可选) 异常属性 -> 返回类型 { // 函数体 }语法规则&#xff1a;lambda表达式可以看成是一般函数的函数名被略去&#xff0c;返回值使用了一个 -> 的形式表示。唯一与普通函数不同的是增加了“捕获列表”。 …

读书笔记-《数据结构与算法》-摘要3[选择排序]

选择排序 核心&#xff1a;不断地选择剩余元素中的最小者。 找到数组中最小元素并将其和数组第一个元素交换位置。在剩下的元素中找到最小元素并将其与数组第二个元素交换&#xff0c;直至整个数组排序。 性质&#xff1a; 比较次数(N-1)(N-2)(N-3)…21~N^2/2交换次数N运行…

【Redis】Redis 的学习教程(十三)Redis 各场景

由于Redis 支持比较丰富的数据结构&#xff0c;因此他能实现的功能并不仅限于缓存&#xff0c;而是可以运用到各种业务场景中&#xff0c;开发出既简洁、又高效的系统 <dependency><groupId>org.springframework.boot</groupId><artifactId>spring-bo…

P=NP?

背景&#xff1a;   2000年5月24日&#xff0c;新罕布什尔州的克莱数学研究所列出了数学和计算机科学中七个未解决的问题。然而&#xff0c;直到今天&#xff0c;这些问题中只有一个被解决了&#xff0c;那就是庞加莱猜想&#xff08;Poincar Conjecture&#xff09;——被俄…