当前位置: 首页 > news >正文

配置Intel Realsense D405驱动与ROS包

配置sdk使用

Ubuntu20.04LTS下安装Intel Realsense D435i驱动与ROS包_realsense的驱动包-CSDN博客

中的方法一

之后不通过apt安装包,使用官方的安装步骤直接clone

https://github.com/IntelRealSense/realsense-ros/tree/ros1-legacy

从这一步开始

执行完

这一步后需要修改代码,代码位于下面终端路径下的constants.h中修改405pid为0x0B5B

修改代码后需要在此进行编译

步骤如下(这里一开始是在camera_ws/src)

catkin_init_workspace
cd ..
catkin_make clean
catkin_make -DCATKIN_ENABLE_TESTING=False -DCMAKE_BUILD_TYPE=Release
catkin_make install

之后运行程序即可实现对405的ros1支持。

启动相机节点

roslaunch realsense2_camera rs_camera.launch

启动相机并用rviz查看

roslaunch realsense2_camera demo_pointcloud.launch 

虽然会有报错,但是暂不知原因,故且认作不做影响,如果有问题会更新在这里。


文章转载自:
http://certified.hfytgp.cn
http://bertha.hfytgp.cn
http://aspherical.hfytgp.cn
http://bowerbird.hfytgp.cn
http://bibitory.hfytgp.cn
http://barbarise.hfytgp.cn
http://adipsia.hfytgp.cn
http://beaverboard.hfytgp.cn
http://built.hfytgp.cn
http://abominate.hfytgp.cn
http://amputate.hfytgp.cn
http://cheeky.hfytgp.cn
http://aetiological.hfytgp.cn
http://alarmist.hfytgp.cn
http://activated.hfytgp.cn
http://burp.hfytgp.cn
http://cardiotomy.hfytgp.cn
http://bedesman.hfytgp.cn
http://acrocyanosis.hfytgp.cn
http://bah.hfytgp.cn
http://amdg.hfytgp.cn
http://atmolyze.hfytgp.cn
http://bvm.hfytgp.cn
http://calcareousness.hfytgp.cn
http://allemande.hfytgp.cn
http://behalf.hfytgp.cn
http://anthropophagite.hfytgp.cn
http://bugloss.hfytgp.cn
http://audient.hfytgp.cn
http://acatalasemia.hfytgp.cn
http://www.dtcms.com/a/151264.html

相关文章:

  • mysql数据库查看进程
  • 使用react的ant-design-pro框架写一个地图组件,可以搜索地图,可以点击地图获取点击的位置及经纬度
  • 【Deepseek学习大模型推理】MOONCAKE: A KVCache-centric Architecture 第一部分引言部分
  • springboot集成openfeign
  • How to install cuda-toolkit on Dell XPS 9560 with Linux mint 21
  • 安全邮件系统的Maple实现详解
  • C# 设计原则总结
  • Sci期刊的编辑会对投稿论文进行查重吗?
  • 560. 和为 K 的子数组(java)
  • 熊海CMS Cookie脆弱
  • linux系统调用
  • springmvc入门案例
  • 【编译原理】第三章 习题
  • React 5 种组件提取思路与实践
  • UIAutomator 与 Playwright 在 AI 自动化中的界面修改对比
  • IP-guard离线卸载客户端及清除策略说明
  • 基于Python Socket的多线程聊天程序实现
  • pod内部共享命名空间与k8s命名空间是一个东西吗?
  • Podman Desktop:现代轻量容器管理利器(Podman与Docker)
  • Vmware安装centos7和Redis
  • kafka安装、spark安装
  • 概率dp总结
  • LangChain Runnable简介
  • 黑马点评redis改 part 5
  • C++ STL 容器简介(蓝桥杯适用精简版)
  • docker底层原理简述
  • 开源版「v0」OpenUI:根据文本生成UI界面代码
  • 读书笔记:淘宝十年产品与技术演进史
  • 配置Spark历史服务器,轻松查看任务记录
  • 算法训练营第一天|704.二分查找、27.移除元素、977.有序数组的平方