This repository contains a dataset of real robot measurements for robot accuracy improvement.
Detailed description of the dataset composition and procedure is available in our paper.
Each series consists of three files:
- A file containing the obtained pairs of commanded pose and actual, measured pose, the joint configuration a timestamp and the environment temperature.
- An individual measurement file, which can be used for extrinsic, hand-eye calibration.
- An initial transformation from T-Mac to flange since the path planning and commanded poses are planned regarding T-Mac tcp (to ensure visibility)
Additionally, we provide the following:
- A small python script containint a dataset class for reading and processing the data
- A video which shows the measurement procedure
Please cite our work if you use the dataset:
Landgraf, C., Ernst, K., Schleth, G., Fabritius, M., & Huber, M. F. (2021). A Hybrid Neural Network Approach for Increasing the Absolute Accuracy of Industrial Robots. In 2021 IEEE 17th International Conference on Automation Science and Engineering (CASE) (pp. 468-474). IEEE.
@inproceedings{landgraf2021accuracy,
title={A Hybrid Neural Network Approach for Increasing the Absolute Accuracy of Industrial Robots},
author={Landgraf, Christian and Ernst, Kilian and Schleth, Gesine and Fabritius, Marc and Huber, Marco F},
journal={2021 IEEE 17th International Conference on Automation Science and Engineering (CASE)},
pages={468-474},
year={2021},
organization={IEEE},
address={Lyon, France}
}