Efficient Planar Pose Estimation via UWB Measurements. Haodong JIANG, Wentao WANG, Yuan SHEN, Xinghan LI, Xiaoqiang Ren, Biqiang MU, and Junfeng WU. The paper is going to be present at ICRA 2023 and now available in arXiv. If you find the code or data in this repository useful in your research, please cite our paper:
@misc{jiang2022efficient,
title={Efficient Planar Pose Estimation via UWB Measurements},
author={Haodong Jiang and Wentao Wang and Yuan Shen and Xinghan Li and Xiaoqiang Ren and Biqiang Mu and Junfeng Wu},
year={2022},
eprint={2209.06779},
archivePrefix={arXiv},
primaryClass={cs.RO}
}
This repository contains a dataset for studying the planar pose estimation via UWB range measurements. We also include the MATLAB code for simulations and experiments, where we compare our GN-ULS estimator with earlier studies.
Compared to previous datasets, this dataset is tailored for the so-called Rigid Body Localization(RBL) problem, where multiple tags are deployed on a rigid body so that both rotation and position are coupled in range measurements, as shown in the following figure. The least requirement for the planar case is two tags and three anchors which are not co-linear. In this dataset, we deploy three tags and eight anchors.
In addition, in our paper you will find:
- Review of previous works on planar RBL problem.
- Design of the GN-ULS estimator, which provably achieve the Cramer-Rao lower bound.
- Simulation results and discussions.
- Experiment results and discussions.
The repository is divided into following parts: simulations, planar dataset, experiments. The 3D dataset is to be updated.
Contains MATLAB Codes for simulations.
Contains static and dynamic UWB datasets tailored for the planar RBL problem.
Contains MATLAB Codes realizing
- calibration
- outlier rejection and interpolation
- alignment between motion capture and UWB measurements
- static pose estimation
- dynamic pose estimation