/stereo_reconstruct_cg

ROS Wrapper for Stereo Reconstruction, generate Depth Image and Point Cloud by left and right images

Primary LanguageC++

Stereo Reconstruct

ROS Wrapper for Stereo Reconstruction, generate Depth Image and Point Cloud by left and right images


Build

catkin_make

Run

roslaunch stereo_reconstruct stereo_reconstruct.launch \
  camera:=mynteye left:=left_rect right:=right_rect mm:=true\
  rviz:=true colormap:=true

Save Pointcloud

rosrun pcl_ros pointcloud_to_pcd input:=/my_cloud _prefix:=/tmp/pcd/vel_

ELAS