digit-depth icon indicating copy to clipboard operation
digit-depth copied to clipboard

About Estimating object pose using digit sensor

Open canhe173 opened this issue 2 years ago • 3 comments

Hi, I am glad to have discovered an open-source work that uses a digit tactile sensor to estimate the pose of objects, but I have not found any code related to "Estimating object pose by fitting an ellipse (PCA and OpenCV)". I would like to ask which file it is specifically.

canhe173 avatar Apr 19 '23 14:04 canhe173

Please refer to depth.py in scripts folder. It contains an option to fit an ellipse to contact area based on the depth image (like in the README) . Be sure to check it is set to true in configs file

vocdex avatar Apr 20 '23 12:04 vocdex

Hi Vocdex, Firstly, thank you for sharing the codes. I tried to implement the estimating object pose example code, and it worked well if I checked true in the ellipse in the configs file. However, I want to see the only depth image without the ellipse like the right picture. How can I implement it?

RobotEmperor avatar Oct 04 '23 23:10 RobotEmperor

By setting visualize.ellipse value to False, you can see the depth image without any ellipse. Please try setting this to False here

vocdex avatar Oct 05 '23 03:10 vocdex