-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalibrate.bat
22 lines (18 loc) · 1.06 KB
/
calibrate.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
:: © - 2020 – UMONS - CLICK' Living Lab
::
:: Immersive Sound Space of University of MONS – CLICK' Living Lab is free software:
:: you can redistribute it and/or modify it under the terms of the 3-Clause BSD licence.
:: This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
:: without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
:: See the 3-Clause BSD licence License for more details.
::
:: You should have received a copy of the 3-Clause BSD licence along with this program.
::
:: Each use of this software must be attributed to University of MONS – CLICK' Living Lab.
@echo off
:: set anaconda environment for the python script
call activate iss
:: single point calibration
python Tracking/HTCTrackerPositionSender.py --origin_serial LHR-10B2A5DE --framerate 80 --listeners 127.0.0.1:9001
:: multi-points calibration
:: python Tracking/HTCTrackerPositionSender.py --origin_serial LHR-10B2A5DE --real_world_points RealWorldPoints.json --framerate 80 --listeners 127.0.0.1:9001