- 使用源码安装的方式,安装realsense-ros。(Installation Instructions中的Method 2: The RealSense™ distribution)
- 直接运行
roslaunch realsense2_camera rs_camera.launch
会报错。 - 修改
src/realsense-ros/realsense2_camera/include/constants.h
下的代码,更改RS405_PID
为:
cpp
const uint16_t RS405_PID = 0x0B5B;
- 重新编译安装。