Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 761 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 761 Bytes

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