Skip to content

Commit 89d9f40

Browse files
authored
update checkerboard comment (#160)
1 parent 370e9d7 commit 89d9f40

File tree

1 file changed

+2
-8
lines changed
  • robot_calibration/include/robot_calibration/models

1 file changed

+2
-8
lines changed

robot_calibration/include/robot_calibration/models/chain3d.hpp

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ namespace robot_calibration
8585
* | 11## ### ### ### |
8686
* | ##11 ### ### ### |
8787
* | ### ### ### ### | gripper_link
88-
* | ### ### ### ### | X-axis (increasing row)
88+
* | ### ### ### ### | X-axis
8989
* | | ^
9090
* | _____ | | gripper_link
91-
* | | | | | ----> Z-axis (increasing col)
91+
* | | | | | ----> Y-axis
9292
* | | |
9393
* | | 0<----- gripper_link frame origin
9494
* |__________| |___________
@@ -98,12 +98,6 @@ namespace robot_calibration
9898
* | Gripper |
9999
* | |
100100
* </PRE>
101-
* For the ideal checkboard:
102-
* - All the checkerboard points should fall on or near Y=0 plane.
103-
* - The intersection points are spread appart by 25mm
104-
* - The X-offset from the gripper frame to the first observation point is 100mm
105-
* - The Z-offset from the gripper frame to the first observation point is -50mm
106-
* The checkboard points are numberered so that the lowest Z value are the first points
107101
*/
108102
class Chain3dModel
109103
{

0 commit comments

Comments
 (0)