/smg-vicon

Primary LanguagePythonOtherNOASSERTION

smg-vicon

This Python package provides Vicon-based scene capture.

It is a submodule of smglib, the open-source Python framework associated with our drone research in the Cyber-Physical Systems group at the University of Oxford.

Installation (as part of smglib)

Note: Please read the top-level README for smglib before following these instructions.

  1. Open the terminal.

  2. Activate the Conda environment, e.g. conda activate smglib.

  3. Download version 1.11.0 of the Vicon DataStream SDK from here. Install it to C:\Program Files\Vicon, then run C:\Program Files\Vicon\DataStream SDK\Win64\Python\install_vicon_dssdk.bat to install the vicon-dssdk package into the Conda environment.

  4. Change to the <root>/smg-vicon directory.

  5. Check out the master branch.

  6. Run pip install -e . at the terminal.

Publications

If you build on this framework for your research, please cite the following paper:

@inproceedings{Golodetz2022TR,
author = {Stuart Golodetz and Madhu Vankadari* and Aluna Everitt* and Sangyun Shin* and Andrew Markham and Niki Trigoni},
title = {{Real-Time Hybrid Mapping of Populated Indoor Scenes using a Low-Cost Monocular UAV}},
booktitle = {IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
month = {October},
year = {2022}
}

Acknowledgements

This work was supported by Amazon Web Services via the Oxford-Singapore Human-Machine Collaboration Programme, and by UKRI as part of the ACE-OPS grant. We would also like to thank Graham Taylor for the use of the Wytham Flight Lab, Philip Torr for the use of an Asus ZenFone AR, and Tommaso Cavallari for implementing TangoCapture.