-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the package to get the pose of the robot in the camera frame #2
Comments
Hi! The output of dbrt is the joint angles of the robot, anything else has to be handled outside of the package. I hope that helps! |
Thanks for the fast answer ! So I should use the tf between /estimated/ORIG and /camera_link to convert the joint angles from dbrt to pose in the camera frame ? One of my concerns is that here, for my situation, the camera is not mounted on the head of the robot but is looking at the arm. Thus, in my urdf file I added the link between the camera and the base_link and specified the transform between the two. So I was wondering, imagine during the tracking I move drastically (for example 15 cm) my camera, would dbrt still be able to track the arm ? I may have done something wrong. I don't have a lot of experience with ROS and the notions of tf... Another question, how did you get the transformation between the /estimated/ORIG and the /camera_link in your case ? |
you need to figure out two things:
then you ask tf for the transform from estimated/frame1 to estimated/frame2 (or the other way round, depending what's your goal). |
Hi,
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 ?
Thanks in advance !
The text was updated successfully, but these errors were encountered: