visp tracker with depth camera

asked 2019-09-16 05:45:52 -0500

JRosa gravatar image

I am trying to use visp_tracker to estimate the pose of a box. I have a realsense camera and would like to incorporate the depth data to improve the pose estimation. I am following the visp_tracker tutorial (with the bag file) which I already adapted to use real time camera data. However, I don't know how to modify the launch file in order to have the depth information added to the tracker. This is my current code for the color information which works similarly to the tutorial launch file.

node pkg="visp_tracker" type="tracker" name="tracker_mbt" output="screen">

param name="camera_prefix" value="/camera/color" />

param name="tracker_type" value="mbt+klt" />

/node>

Alternatively, I am open to use other packages which allow me to estimate the pose of a box (with pre-defined size) from RGBD camera measurements.

edit retag flag offensive close merge delete

Comments

I am also very interested in knowing how to incorporate depth data into the pose estimation.

dvedova gravatar image dvedova  ( 2020-04-28 23:45:13 -0500 )edit