GitHunt
JA

jakubmuszynski/realsense_laserscan

Convert D435 depth map to laserscan on a set height using T265 odometry

realsense_laserscan

depthimage_to_laserscan uses middle section of the depth image to create laserscan data.

This repository creates laserscan from D435 depth map on a set height using T265 odometry. Set height is defined in horizontal camera position.
Pitch angle is used to choose which part of the image is passed on to depthimage_to_laserscan algorithm.
If pitch angle is too big, empty depth map is sent, resulting in no laserscan data output.

Usage:

roslaunch realsense_laserscan realsense_laserscan.launch

with RViz:

roslaunch realsense_laserscan realsense_laserscan_rviz.launch

Used repositories:

Languages

Python66.8%CMake33.2%

Contributors

Created October 30, 2020
Updated October 15, 2024
jakubmuszynski/realsense_laserscan | GitHunt