Skip to content

realizator/StereoPi-ROS-depth-map-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StereoPi-ROS-depth-map-test

This test was inspired by this issue discussion:

UbiquityRobotics/raspicam_node#41

To run this test you need stereoscopic setup with Raspberry Pi Compute Module.

You can use StereoPi board or Raspberry Pi CM3 devboard with 2 Pi cameras.

Tests was performed on Ubiquiti Robotics image https://downloads.ubiquityrobotics.com/pi.html

How to use:

  1. Enable camera support in Raspbian (raspi-config)

  2. Put all files in home folder

  3. Run Wezzoid's publisher:

python wezzoid_publish_nodes.py

  1. Run stereoscopic processing:

ROS_NAMESPACE=stereo rosrun stereo_image_proc stereo_image_proc

  1. To visualize results run:

rosrun image_view stereo_view stereo:=/stereo image:=image_rect_color

  1. For adjusting depth map settings in a real time run:

rosrun rqt_reconfigure rqt_reconfigure

UPD> To run steps 2, 3, 4 and 5 use new terminal instances. That is after all steps you should have 4 opened terminals with all scripts running.

UPD 2> Looks like we can have raspicam_node with the native stereoscopic support. UbiquityRobotics/raspicam_node#41 (comment)

About

Quick test of DM building in ROS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages