Description
Stereo_Image_Proc is a package native to ROS that takes two images from a stream and then combines them to return a disparity map that in turn returns a pointwise representation of the environment around the rover.
INTRO
This guide assumes three things:
The husky_ws is setup using the previous step and the .bashrc has been setup properly for said workstation
- Git (start at the Install Git on Linux section)
The previous step (install) for the camera install was run
STEPS
- Run the husky playpen lauch file
roslaunch husky_gazebo husky_playpen.launch
- Make sure the images are being published.
rostopic list | grep stereo
- Run the Stereo_Image_Proc
ROS_NAMESPACE=stereo rosrun stereo_image_proc stereo_image_proc
TEST
- Make sure the Stereo_Image_Proc is publishing
rostopic echo stereo/points2