SteveMacenski / spatio_temporal_voxel_layer

A new voxel layer leveraging modern 3D graphics tools to modernize navigation environmental representations

Home Page:http://wiki.ros.org/spatio_temporal_voxel_layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add two depth cameras

gongyue666 opened this issue · comments

Hi, I want to fix two depth cameras in my robot, one is in front of the robot, the other one is back of the robot. How can I use these two cameras together with spatio_temporal_voxel_layer? One way is that merge the two pointclouds into a big one. Do you have other ideas?

You can definitely use 2+ observation sources in a single STVL layer! That is actually the implementation intent of this work 🙂. Simply define 2 sources and you should be good to go!

thx, I have seen the details