CamOdomCalibraTool icon indicating copy to clipboard operation
CamOdomCalibraTool copied to clipboard

The tool to calibrate extrinsic param between camera and wheel

Results 6 CamOdomCalibraTool issues
Sort by recently updated
recently updated
newest added

如果方便的话可以提供一两个bag包和最后的标定结果真值? 我看在知乎里已经有非常详细的结果分析了。那可以把对应的bag传上来吗? 谢谢您!

Hi and thank you for this package. I am trying to use it to find the relative transform between the base of my robot (base_link frame, x axis forward, y...

solver.cpp: 328行, ` //int colnum = eigenvalues.minCoeff(); Eigen::VectorXd v0 = eigenvectors.col(eigenvalues.minCoeff());// min value` 应更改为: ` int col ; eigenvalues.minCoeff(&col); Eigen::VectorXd v0 = eigenvectors.col(col);// 最小特征值对应的特征向量` @chaizheng2157

Can you explain why the following is done when computing the change in angle for the camera frame? > Eigen::AngleAxisd rotation_vector(q_cl); > Eigen::Vector3d axis = rotation_vector.axis(); > double deltaTheta_cl =...

If the condition value of the matrix is high when trying to compute J21 and J22, what advice do you have? I am looking into preconditioning, would you have any...

为什么检测不到Apriltag呢?但是黑白棋盘可以检测到。 ![image](https://github.com/MegviiRobot/CamOdomCalibraTool/assets/57380281/f20b1d8b-b414-4ba6-b0df-287e0e1deb3b)