realsense-D405 ros1驱动

  1. 使用源码安装的方式,安装realsense-ros。(Installation Instructions中的Method 2: The RealSense™ distribution)
  2. 直接运行roslaunch realsense2_camera rs_camera.launch会报错。
  3. 修改src/realsense-ros/realsense2_camera/include/constants.h下的代码,更改RS405_PID为:
cpp 复制代码
const uint16_t RS405_PID        = 0x0B5B;
  1. 重新编译安装。
相关推荐
古月居GYH1 天前
ROS一键安装脚本
人工智能·机器人·ros
DeepAlchemy1 天前
ROSSERIAL与Arduino IDE交叉开发(UBUNTU环境,包含ESP32、arduino nano)
c++·单片机·ros·rosserial
Mr.Winter`4 天前
轨迹优化 | 基于Savitzky-Golay滤波的无约束路径平滑(附ROS C++/Python仿真)
人工智能·算法·机器人·自动驾驶·ros·ros2·数值优化
huanggang9826 天前
在Ubuntu22.04上源码构建ROS noetic环境
ros·ubuntu 22.04
找不着地窖的皮险家7 天前
ROS Action
c++·机器人·ros
时凯凯凯凯7 天前
T265相机双目鱼眼+imu联合标定(全记录)
数码相机·realsense·标定·t265
Code-world-112 天前
Ubuntu 的 ROS 操作系统安装与测试
linux·ubuntu·ros·noetic ninjemy
饮啦冰美式15 天前
ROS2humble版本使用colcon构建包
ros
knighthood200115 天前
解决:ros进行gazebo仿真,rviz没有显示传感器数据
c++·ubuntu·ros
knighthood200117 天前
ros中仿真编写launch时robot_state_publisher,output参数
c++·ubuntu·ros