You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a project which uses the dbrt package for a 7 DOF robotic arm. We used our URDF file, we correctly adapted the fusion_tracker_gpu.yaml file to our robot and it works well on RVIZ.
I would like to recover a bounding box containing the robot (and ideally later containing only the end-effector) from the RGB-D image. My goal is to have the pose of the end-effector in the camera frame.
Is it possible to use the package to do that ? If yes, could I have some directions on where I should work in the package ?