From 2e6cc2739b3a20b66dfeb5c988d89e513c5ccc0f Mon Sep 17 00:00:00 2001 From: cjsha Date: Wed, 12 Mar 2025 16:52:02 -0400 Subject: [PATCH 1/2] Clarify orientation requirements for Lighthouses --- OpenEphys.Onix1/TS4231V1PositionData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenEphys.Onix1/TS4231V1PositionData.cs b/OpenEphys.Onix1/TS4231V1PositionData.cs index 77f602f..7ed35a7 100644 --- a/OpenEphys.Onix1/TS4231V1PositionData.cs +++ b/OpenEphys.Onix1/TS4231V1PositionData.cs @@ -24,7 +24,7 @@ namespace OpenEphys.Onix1 /// Two SteamVR V1 base stations are used. /// The base stations have been synchronized with a patch cable and their modes set to /// ‘A’ and ‘b’, respectively. - /// The base stations are pointed in the same direction. + /// The base stations are in the same 3D orientation at an arbitrary 3D offset. /// The Z-axis extends away the emitting face of lighthouses, X along the direction of /// the text on the back label, and Y from bottom to top text on the back label. /// From e1437d7c101a6dd1c6bbdbe28486d0757105954e Mon Sep 17 00:00:00 2001 From: jonnew Date: Mon, 28 Apr 2025 11:27:03 -0400 Subject: [PATCH 2/2] Further clarified base station mounting requirements - Also incremented library version --- Directory.Build.props | 2 +- OpenEphys.Onix1/TS4231V1PositionData.cs | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index b958604..e60d425 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,7 +13,7 @@ LICENSE true icon.png - 0.4.5 + 0.5.0 10.0 strict diff --git a/OpenEphys.Onix1/TS4231V1PositionData.cs b/OpenEphys.Onix1/TS4231V1PositionData.cs index 7ed35a7..d9038d8 100644 --- a/OpenEphys.Onix1/TS4231V1PositionData.cs +++ b/OpenEphys.Onix1/TS4231V1PositionData.cs @@ -24,7 +24,10 @@ namespace OpenEphys.Onix1 /// Two SteamVR V1 base stations are used. /// The base stations have been synchronized with a patch cable and their modes set to /// ‘A’ and ‘b’, respectively. - /// The base stations are in the same 3D orientation at an arbitrary 3D offset. + /// The base stations are in the same 3D rotational orientation at an arbitrary + /// translational offset. The most common way to achieve this is by mounting the base stations along a + /// beam over the area of interest so they have the same rotational orientation but are offset along the + /// axis parallel to the support beam. /// The Z-axis extends away the emitting face of lighthouses, X along the direction of /// the text on the back label, and Y from bottom to top text on the back label. ///