Universal robots calibration offsets
When running the Universal robots ur5_driver and connecting to the robot I always see these messages:
[WARN] [WallTime: 1390394126.210844] No calibration offset for joint "shoulder_pan_joint"
[WARN] [WallTime: 1390394126.212435] No calibration offset for joint "shoulder_lift_joint"
[WARN] [WallTime: 1390394126.214354] No calibration offset for joint "elbow_joint"
[WARN] [WallTime: 1390394126.216533] No calibration offset for joint "wrist_1_joint"
[WARN] [WallTime: 1390394126.219127] No calibration offset for joint "wrist_2_joint"
[WARN] [WallTime: 1390394126.222308] No calibration offset for joint "wrist_3_joint"
[ERROR] [WallTime: 1390394126.223789] Loaded calibration offsets: {}
I can however not find anything in the documentation about this. Is this to compensate any drift? Or with the calibration loaded you don't have to initialize the joints by moving them around? How can this be used?
Can you please verify which version of the driver you are using? Debian (ROS version) or from source (which branch)?
I think it is the Debian version (as I copied it from /opt/ros/fuerte) of this package: http://wiki.ros.org/ur5_driver
Did this end up being an issue for you? I'm having the exact same [WARN] message.
when these warns occured,the python file didn't run successfully to control the robot.As the answer said,the robot should run well in this situation.Is there something else wrong with my robot?