Robotics StackExchange | Archived questions

visp tracker with depth camera

I am trying to use visptracker 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 visptracker 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="visptracker" type="tracker" name="trackermbt" 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.

Asked by JRosa on 2019-09-16 05:45:52 UTC

Comments

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

Asked by dvedova on 2020-04-28 23:45:13 UTC

Answers