Skip to content
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

update checkerboard comment #160

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions robot_calibration/include/robot_calibration/models/chain3d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ namespace robot_calibration
* | 11## ### ### ### |
* | ##11 ### ### ### |
* | ### ### ### ### | gripper_link
* | ### ### ### ### | X-axis (increasing row)
* | ### ### ### ### | X-axis
* | | ^
* | _____ | | gripper_link
* | | | | | ----> Z-axis (increasing col)
* | | | | | ----> Y-axis
* | | |
* | | 0<----- gripper_link frame origin
* |__________| |___________
Expand All @@ -98,12 +98,6 @@ namespace robot_calibration
* | Gripper |
* | |
* </PRE>
* For the ideal checkboard:
* - All the checkerboard points should fall on or near Y=0 plane.
* - The intersection points are spread appart by 25mm
* - The X-offset from the gripper frame to the first observation point is 100mm
* - The Z-offset from the gripper frame to the first observation point is -50mm
* The checkboard points are numberered so that the lowest Z value are the first points
*/
class Chain3dModel
{
Expand Down