moveit / moveit_calibration

Hand-eye calibration tools for robot arms.
BSD 3-Clause "New" or "Revised" License
124 stars 70 forks source link

Bigger projection error when use stored joint states vs manual sampling #103

Open yuanhb04 opened 2 years ago

yuanhb04 commented 2 years ago

When I first time manually add samples, the projection error is around 1 cm, however when calibrate with same samples using plan and execute, the result is much worse. the cause could be the sample is taken immediately after robot reach to the point, while the target tf is not updated yet. Should add a bit wait time after robot reach each calibration position, so that the arm and camera can physically reach stable and the target tf is updated.