Set the L515 camera to close-range mode in realsense-ros

Article directory

problems encountered

The L515 camera is invoked in realsense-ros, and the close-range depth information cannot be obtained under the default settings.

RGB map
insert image description here

Point Cloud Visualization
insert image description here

Solution

  1. open realsense-viewer
    insert image description here
  2. Set close-range mode, preset is short range
    insert image description here
  3. Export configuration json
    insert image description here
  4. use realsense in ros
roslaunch realsense2_camera rs_camera.launch devic

Guess you like

Origin blog.csdn.net/weixin_42990464/article/details/130682913