ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to implement calibration algorithm for camera?

asked 2018-06-03 16:27:14 -0500

lakshmidnair99 gravatar image

How do I 'implement' a new calibration algorithm for kinect camera of my robot? Should I create a new node for this? I'm new to ROS so would appreciate assistance:)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-06-04 02:24:35 -0500

Markus gravatar image

I would advise you some starting nodes from the internet:

1) Do you wanna do intrinsic or extrinsic calibration?

2) Intrinsic calibration has to be done first!

-> Do you wanna do it with arucu markers (the aruco markers lib or a aruco marker to ros bridge is required)

-> Do you wanna do it with a checkerboard see here: http://wiki.ros.org/camera_calibration

3) Exrinsic camera calibration.

-> option with ros industrial see here: http://wiki.ros.org/industrial_extrin...

-> do it with arucu markers see here: https://github.com/tentone/aruco , https://github.com/joselusl/aruco_eyethis is what I use

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-06-03 16:27:14 -0500

Seen: 313 times

Last updated: Jun 04 '18