summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2016-10-09 01:09:03 +0200
committerChristoph Haag2016-10-09 01:09:47 +0200
commit916434b6d8d9aecf33d5b1c7cc947ff9534d84f1 (patch)
tree8f127261169afaf9e3fc9b0d62b6620c0e57838e
parent605522ebff8e72cdc2a736501b9ed01c1564eec8 (diff)
downloadaur-916434b6d8d9aecf33d5b1c7cc947ff9534d84f1.tar.gz
remove WRONG configuration file.
/usr/share/osvrcore/sample-configs/nondirectmode_HDK2.0.json is a FULL config file that can directly be used by osvr_server
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
-rw-r--r--osvr_server_config.HDK20ExtendedLandscape.archlinux.json34
3 files changed, 2 insertions, 40 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1bfaadca965..d8cff794e754 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,10 +10,8 @@ pkgbase = osvr-rendermanager-git
depends = osvr-core-git
source = osvr-rendermanager::git+https://github.com/sensics/OSVR-RenderManager.git
source = vendor-vrpn::git+https://github.com/vrpn/vrpn.git
- source = osvr_server_config.HDK20ExtendedLandscape.archlinux.json
md5sums = SKIP
md5sums = SKIP
- md5sums = 7c814a9dc7fefca9ec3400f6895b0aac
pkgname = osvr-rendermanager-git
diff --git a/PKGBUILD b/PKGBUILD
index 4b20e11ad2c8..8573428649c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,9 @@ url="https://github.com/sensics/OSVR-RenderManager"
makedepends=('git' 'cmake')
depends=('osvr-core-git') #TODO: add more deps
source=("osvr-rendermanager::git+https://github.com/sensics/OSVR-RenderManager.git"
- "vendor-vrpn::git+https://github.com/vrpn/vrpn.git"
- "osvr_server_config.HDK20ExtendedLandscape.archlinux.json")
+ "vendor-vrpn::git+https://github.com/vrpn/vrpn.git")
md5sums=('SKIP'
- 'SKIP'
- '7c814a9dc7fefca9ec3400f6895b0aac')
+ 'SKIP')
pkgver() {
cd "$srcdir/osvr-rendermanager"
diff --git a/osvr_server_config.HDK20ExtendedLandscape.archlinux.json b/osvr_server_config.HDK20ExtendedLandscape.archlinux.json
deleted file mode 100644
index feca967f086d..000000000000
--- a/osvr_server_config.HDK20ExtendedLandscape.archlinux.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "description": "This configuration supports video (so-called 'positional') and IMU fusion tracking, in addition to orientation-only tracking, with the OSVR HDK. It is configured for RenderManager applications in non-direct extended-display landscape mode on HDK 2.0 optics.",
- "display": "/usr/share/osvrcore/displays/OSVR_HDK_2_0.json",
- "renderManagerConfig": "/usr/share/osvrcore/sample-configs/nondirectmode_HDK2.0.json",
- "drivers": [{
- "plugin": "com_osvr_VideoBasedHMDTracker",
- "driver": "VideoBasedHMDTracker",
- "params": {
- "showDebug": false,
- "includeRearPanel": true,
- "headCircumference": 55.75,
- "calibrationFile": "/var/tmp/videotrackerCombinedCalibrationFile13.json"
- }
- }, {
- "plugin": "org_osvr_filter_videoimufusion",
- "driver": "VideoIMUFusion",
- "params": {
- "name": "HeadFusion",
- "input": {
- "imu": "/com_osvr_Multiserver/OSVRHackerDevKitPrediction0/semantic/hmd",
- "faceplate": "/com_osvr_VideoBasedHMDTracker/TrackedCamera0_0/semantic/hmd/front"
- },
- "eyeHeight": 0,
- "cameraIsForward": true
- }
- }],
- "aliases": {
- "/headSpace": {
- "translate": [0.0, 0.0, 0.04141],
- "child": "/org_osvr_filter_videoimufusion/HeadFusion/semantic/fused"
- },
- "/me/head": "/headSpace"
- }
-}