Open lalazari opened 3 years ago
Hi @lalazari,
for the calibration process, you can ignore the position of the camera. It will be known only after calibrating, so it's a chicken-and-egg problem. What the easy_handeye
launch files do is to publish an arbitrary transformation between the robot (base or hand) and the camera, so that the tf frame is at least visible in RViz, and you can figure out if the tracking is working.
Your launch file should allow you to calibrate, but I wouldn't recommend using the launch file from the demo as an example. There is a lot of customization for making the demo work at all. I would rather advise you to start from one of the launch files at https://github.com/IFL-CAMP/easy_handeye/tree/master/docs/example_launch
Hello and thanks for your code. I am a beginner in ros and I am trying hand to base calibration using the panda robot and a realsense camera module. Based on the demo provided by you and a realsense launch file I created the following launch file:
`
`
My problem is that when I open RVIZ the camera_link is located in the base of the robot and not in the proper position of the camera. How can I overcome this issue and calibrate my system?
Here is an rviz screenshot:
My tf tree having as Fixed Frame the camera_link:
Thank you