ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I find the fault!! I set the inner squares inside the checkboard (9x7) instead of the inner corners (8x6). So the right command is:
rosrun camera_calibration cameracalibrator.py --size 8x6 --square 0.039 /image:=gscam/image_raw
Thankyou however