Skip to content

Contains package that allows converting ROS disparity images to depth images.

License

Notifications You must be signed in to change notification settings

ToniRV/disparity_image_proc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

disparity_image_proc

Package to convert ROS disparity images to depth images.

Usage

Checkout the launch file for the actual input/output topic names, here is an example:

roslaunch disparity_image_proc disparity_to_depth.launch \
  left_cam_info:=/tesse/left_cam/camera_info \
  right_cam_info:=/tesse/right_cam/camera_info \
  disparity:=/stereo_gray/disparity

This will output the depth image to the topic: /disparity_image_proc/depth/image_raw by default.

About

Contains package that allows converting ROS disparity images to depth images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 90.4%
  • CMake 9.6%