-
Notifications
You must be signed in to change notification settings - Fork 117
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
Calibration with camera in hand #145
Comments
@aashish-tud I am addressing a similar setup in the following issue, will post details once complete. |
This is possible to do - the one "tricky" part is that you have to tweak the calibration steps just a bit - I created an example using my UBR-1 robot:
This setup will then, for each set of observations:
In the example, I'm not actually calibrating the robot - instead just letting the optimizer find the location of the checkerboard from a complete unknown. I ran this last week with ~10 robot poses and found that the checkerboard was correctly located (confirmed by using tf2_ros/static_transform_publisher to display the location of the checkerboard free parameter offsets after calibration finished) |
Hello,
I have a 3D camera mounted on the tip of a 6 DOF manipulator. I want to calibrate the transform between the camera frame and the robot's tip. To achieve this my plan is:
frame
for manipulator group as the tip of the manipulator andframe
for camera as thecamera_frame
in theoptimization.yaml
However, on reading the "intended" use case in chains.h and Andy's question it appears that the checkerboard should be connected to the end of the manipulator. Is this correct?
If so, then is it possible to calibrate the transform between camera and robot tip if the camera is mounted on the robot using
robot_calibration
package?The text was updated successfully, but these errors were encountered: