workspace.xml 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="BranchesTreeState">
  7. <expand>
  8. <path>
  9. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  10. <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  11. </path>
  12. <path>
  13. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  14. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  15. </path>
  16. <path>
  17. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  18. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  19. <item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
  20. </path>
  21. </expand>
  22. <select />
  23. </component>
  24. <component name="ChangeListManager">
  25. <list default="true" id="ae9d46da-fd77-45ea-9287-d8d155f44bcf" name="Default Changelist" comment="HMD logging">
  26. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Base.meta" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Data.meta" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Data/FrontWheelTrackerLogger.cs" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Data/FrontWheelTrackerLogger.cs.meta" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Events.meta" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Events/RouteEventLogger.cs" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Events/RouteEventLogger.cs.meta" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/contentModel.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/contentModel.xml" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/indexLayout.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/indexLayout.xml" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/workspace.xml" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/Assembly-CSharp-Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/Assembly-CSharp-Editor.csproj" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/Assembly-CSharp.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/Assembly-CSharp.csproj" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Helpers.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Helpers.cs" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/AsyncLogFileWriter.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Base/AsyncLogFileWriter.cs" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/AsyncLogFileWriter.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Base/AsyncLogFileWriter.cs.meta" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/BikeGameObjectDataLogger.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Data/BikeGameObjectDataLogger.cs" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/BikeGameObjectDataLogger.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Data/BikeGameObjectDataLogger.cs.meta" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/BikeSensorDataLogger.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Data/BikeSensorDataLogger.cs" afterDir="false" />
  44. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/BikeSensorDataLogger.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Data/BikeSensorDataLogger.cs.meta" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/FileLogger.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Base/FileLogger.cs" afterDir="false" />
  46. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/FileLogger.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Base/FileLogger.cs.meta" afterDir="false" />
  47. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/ISerializable.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Base/ISerializable.cs" afterDir="false" />
  48. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/ISerializable.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Base/ISerializable.cs.meta" afterDir="false" />
  49. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/Logable.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Base/ILogable.cs" afterDir="false" />
  50. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/Logable.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Base/ILogable.cs.meta" afterDir="false" />
  51. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/Logging.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Base/Logging.cs" afterDir="false" />
  52. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/Logging.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Base/Logging.cs.meta" afterDir="false" />
  53. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/PolarAccDataLogger.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Data/PolarAccDataLogger.cs" afterDir="false" />
  54. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/PolarAccDataLogger.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Data/PolarAccDataLogger.cs.meta" afterDir="false" />
  55. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/PolarEcgDataLogger.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Data/PolarEcgDataLogger.cs" afterDir="false" />
  56. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/PolarEcgDataLogger.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Data/PolarEcgDataLogger.cs.meta" afterDir="false" />
  57. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/SensorDataLogger.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Data/SensorDataLogger.cs" afterDir="false" />
  58. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/SensorDataLogger.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Data/SensorDataLogger.cs.meta" afterDir="false" />
  59. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/TimeSync.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Base/TimeSync.cs" afterDir="false" />
  60. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/TimeSync.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Base/TimeSync.cs.meta" afterDir="false" />
  61. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/ViveSensorDataLogger.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Data/ViveSensorDataLogger.cs" afterDir="false" />
  62. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/ViveSensorDataLogger.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Data/ViveSensorDataLogger.cs.meta" afterDir="false" />
  63. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Plotting/DebugPlot.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Plotting/DebugPlot.cs" afterDir="false" />
  64. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Routes/Turn.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Routes/Turn.cs" afterDir="false" />
  65. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Tracking/FrontWheelTracker.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Tracking/FrontWheelTracker.cs" afterDir="false" />
  66. <change beforePath="$PROJECT_DIR$/SteamVR.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR.csproj" afterDir="false" />
  67. <change beforePath="$PROJECT_DIR$/SteamVR_Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Editor.csproj" afterDir="false" />
  68. <change beforePath="$PROJECT_DIR$/SteamVR_Input_Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Input_Editor.csproj" afterDir="false" />
  69. <change beforePath="$PROJECT_DIR$/SteamVR_Windows_EditorHelper.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Windows_EditorHelper.csproj" afterDir="false" />
  70. <change beforePath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp-Editor.csprojAssemblyReference.cache" beforeDir="false" afterPath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp-Editor.csprojAssemblyReference.cache" afterDir="false" />
  71. <change beforePath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache" beforeDir="false" afterPath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache" afterDir="false" />
  72. <change beforePath="$PROJECT_DIR$/obj/Debug/SteamVR_Windows_EditorHelper.csprojAssemblyReference.cache" beforeDir="false" afterPath="$PROJECT_DIR$/obj/Debug/SteamVR_Windows_EditorHelper.csprojAssemblyReference.cache" afterDir="false" />
  73. </list>
  74. <option name="SHOW_DIALOG" value="false" />
  75. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  76. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  77. <option name="LAST_RESOLUTION" value="IGNORE" />
  78. </component>
  79. <component name="Git.Settings">
  80. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  81. </component>
  82. <component name="HighlightingSettingsPerFile">
  83. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/9577AC7A-62EF-4317-9789-031239BA8798/f4/58c7cb9b/ExceptionDispatchInfo.cs" root0="SKIP_HIGHLIGHTING" />
  84. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/SourcesCache/3AD0CC86-8BE6-42AC-8D0C-22906BB12DDB/2/Observable.Extensions.cs" root0="SKIP_HIGHLIGHTING" />
  85. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/D6D3AC03-BF86-4882-89C2-EBF3A45CE0A1/f1/98d7e3b9/IObservable`1.cs" root0="SKIP_HIGHLIGHTING" />
  86. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" root0="FORCE_HIGHLIGHTING" />
  87. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Tracking/KineticLegTracker.cs" root0="FORCE_HIGHLIGHTING" />
  88. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/SourcesCache/3AD0CC86-8BE6-42AC-8D0C-22906BB12DDB/36/BehaviorSubject.cs" root0="SKIP_HIGHLIGHTING" />
  89. </component>
  90. <component name="IdeDocumentHistory">
  91. <option name="CHANGED_PATHS">
  92. <list>
  93. <option value="$PROJECT_DIR$/Assets/Editor/KineticLegTrackerEditor.cs" />
  94. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/KineticLegTracker.cs" />
  95. <option value="$PROJECT_DIR$/Assets/Editor/CalibratableTrackerEditor.cs" />
  96. <option value="$PROJECT_DIR$/Assets/Scripts/Display/ViveTrackerDebugDisplay.cs" />
  97. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/IBicycleController.cs" />
  98. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/RbBicycleController.cs" />
  99. <option value="$PROJECT_DIR$/Assets/Plotting/PlotFileWriter.cs" />
  100. <option value="$PROJECT_DIR$/Assets/Plotting/AsyncLogFileWriter.cs" />
  101. <option value="$PROJECT_DIR$/Assets/Scripts/Plotting/DebugPlot.cs" />
  102. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/LogSensorData.cs" />
  103. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/LogData.cs" />
  104. <option value="$PROJECT_DIR$/Assets/Scripts/GameManager.cs" />
  105. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Logable.cs" />
  106. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/AsyncLogFileWriter.cs" />
  107. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/FileLogger.cs" />
  108. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Logging.cs" />
  109. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/SensorDataLogger.cs" />
  110. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/PolarSensorDataLogger.cs" />
  111. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/EcgDataLogger.cs" />
  112. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/TimeSync.cs" />
  113. <option value="$PROJECT_DIR$/Assets/Scripts/Display/BikeDataDisplay.cs" />
  114. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/SensorBikeController.cs" />
  115. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/UdpConnection.cs" />
  116. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/PolarReceiver.cs" />
  117. <option value="$PROJECT_DIR$/Assets/Logs/2020-12-22_124122/log_polar_ecg_data.tsv" />
  118. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/CalibratableTracker.cs" />
  119. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/BikeSensorData.cs" />
  120. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/FrontWheelTracker.cs" />
  121. <option value="$PROJECT_DIR$/Assets/Scripts/Helpers.cs" />
  122. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/BikeGameObjectDataLogger.cs" />
  123. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/BikeSensorDataLogger.cs" />
  124. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/PolarAccDataLogger.cs" />
  125. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/PolarEcgDataLogger.cs" />
  126. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/ViveSensorDataLogger.cs" />
  127. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/FrontWheelTrackerLogger.cs" />
  128. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/RouteEventLogger.cs" />
  129. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/BikeGameObjectDataLogger.cs" />
  130. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/BikeSensorDataLogger.cs" />
  131. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/FrontWheelTrackerLogger.cs" />
  132. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/PolarAccDataLogger.cs" />
  133. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/PolarEcgDataLogger.cs" />
  134. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/SensorDataLogger.cs" />
  135. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/ViveSensorDataLogger.cs" />
  136. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/AsyncLogFileWriter.cs" />
  137. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/FileLogger.cs" />
  138. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/ISerializable.cs" />
  139. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/Logable.cs" />
  140. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/Logging.cs" />
  141. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/TimeSync.cs" />
  142. <option value="$PROJECT_DIR$/Assets/Scripts/Routes/Turn.cs" />
  143. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Events/RouteEventLogger.cs" />
  144. </list>
  145. </option>
  146. </component>
  147. <component name="ProjectId" id="1kpDZJC6knaYGQzZ8UQRrDNzseV" />
  148. <component name="ProjectLevelVcsManager">
  149. <ConfirmationsSetting value="2" id="Add" />
  150. </component>
  151. <component name="ProjectViewState">
  152. <option name="hideEmptyMiddlePackages" value="true" />
  153. <option name="showLibraryContents" value="true" />
  154. </component>
  155. <component name="PropertiesComponent">
  156. <property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
  157. <property name="DebuggerViewTab_PTCS_FirstProportionKey" value="0.32719395" />
  158. <property name="DebuggerViewTab_PTCS_LastProportionKey" value="0.14247021" />
  159. <property name="Discover.Launch.Via.Unity" value="true" />
  160. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  161. <property name="WebServerToolWindowFactoryState" value="false" />
  162. <property name="XThreadsFramesViewSplitterKey" value="0.62918663" />
  163. <property name="nodejs_package_manager_path" value="npm" />
  164. <property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
  165. <property name="vue.rearranger.settings.migration" value="true" />
  166. </component>
  167. <component name="RunManager" selected="Attach to Unity Editor.Attach to Unity Editor &amp; Play">
  168. <configuration name="Attach to Unity Editor &amp; Play" type="UNITY_DEBUG_RUN_CONFIGURATION" factoryName="UNITY_ATTACH_AND_PLAY" show_console_on_std_err="false" show_console_on_std_out="false" port="50000" address="localhost">
  169. <option name="allowRunningInParallel" value="false" />
  170. <option name="listenPortForConnections" value="false" />
  171. <option name="pid" />
  172. <option name="selectedOptions">
  173. <set />
  174. </option>
  175. <method v="2" />
  176. </configuration>
  177. <configuration name="Attach to Unity Editor" type="UNITY_DEBUG_RUN_CONFIGURATION" factoryName="Unity Debug" show_console_on_std_err="false" show_console_on_std_out="false" port="50000" address="localhost">
  178. <option name="allowRunningInParallel" value="false" />
  179. <option name="listenPortForConnections" value="false" />
  180. <option name="pid" />
  181. <option name="selectedOptions">
  182. <set />
  183. </option>
  184. <method v="2" />
  185. </configuration>
  186. </component>
  187. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  188. <component name="TaskManager">
  189. <task active="true" id="Default" summary="Default task">
  190. <changelist id="ae9d46da-fd77-45ea-9287-d8d155f44bcf" name="Default Changelist" comment="" />
  191. <created>1606388694739</created>
  192. <option name="number" value="Default" />
  193. <option name="presentableId" value="Default" />
  194. <updated>1606388694739</updated>
  195. <workItem from="1606388712651" duration="10566000" />
  196. <workItem from="1607346787506" duration="4055000" />
  197. <workItem from="1607418056368" duration="4074000" />
  198. <workItem from="1607588039382" duration="5023000" />
  199. <workItem from="1608111814180" duration="1242000" />
  200. <workItem from="1608191738071" duration="10660000" />
  201. <workItem from="1608556964379" duration="14561000" />
  202. <workItem from="1608626823380" duration="6475000" />
  203. <workItem from="1608633384360" duration="3597000" />
  204. <workItem from="1609928644105" duration="6587000" />
  205. <workItem from="1610355346577" duration="5614000" />
  206. </task>
  207. <task id="LOCAL-00001" summary="VR Stuff, Bicycle Animations">
  208. <created>1606399745852</created>
  209. <option name="number" value="00001" />
  210. <option name="presentableId" value="LOCAL-00001" />
  211. <option name="project" value="LOCAL" />
  212. <updated>1606399745852</updated>
  213. </task>
  214. <task id="LOCAL-00002" summary="persistate player position and vr bike data display">
  215. <created>1607347764330</created>
  216. <option name="number" value="00002" />
  217. <option name="presentableId" value="LOCAL-00002" />
  218. <option name="project" value="LOCAL" />
  219. <updated>1607347764330</updated>
  220. </task>
  221. <task id="LOCAL-00003" summary="Primitive steering with Vive Tracker">
  222. <created>1607352302170</created>
  223. <option name="number" value="00003" />
  224. <option name="presentableId" value="LOCAL-00003" />
  225. <option name="project" value="LOCAL" />
  226. <updated>1607352302170</updated>
  227. </task>
  228. <task id="LOCAL-00004" summary="Vive Tracker Adjustments">
  229. <created>1607420956941</created>
  230. <option name="number" value="00004" />
  231. <option name="presentableId" value="LOCAL-00004" />
  232. <option name="project" value="LOCAL" />
  233. <updated>1607420956941</updated>
  234. </task>
  235. <task id="LOCAL-00005" summary="Test Vive Tracker on back">
  236. <created>1607425561838</created>
  237. <option name="number" value="00005" />
  238. <option name="presentableId" value="LOCAL-00005" />
  239. <option name="project" value="LOCAL" />
  240. <updated>1607425561838</updated>
  241. </task>
  242. <task id="LOCAL-00006" summary="Test Vive Tracker on back">
  243. <created>1607425594752</created>
  244. <option name="number" value="00006" />
  245. <option name="presentableId" value="LOCAL-00006" />
  246. <option name="project" value="LOCAL" />
  247. <updated>1607425594752</updated>
  248. </task>
  249. <task id="LOCAL-00007" summary="Proper steering calculation">
  250. <created>1607593418906</created>
  251. <option name="number" value="00007" />
  252. <option name="presentableId" value="LOCAL-00007" />
  253. <option name="project" value="LOCAL" />
  254. <updated>1607593418906</updated>
  255. </task>
  256. <task id="LOCAL-00008" summary="HMD logging">
  257. <created>1608628621383</created>
  258. <option name="number" value="00008" />
  259. <option name="presentableId" value="LOCAL-00008" />
  260. <option name="project" value="LOCAL" />
  261. <updated>1608628621383</updated>
  262. </task>
  263. <option name="localTasksCounter" value="9" />
  264. <servers />
  265. </component>
  266. <component name="TypeScriptGeneratedFilesManager">
  267. <option name="version" value="3" />
  268. </component>
  269. <component name="UnityProjectConfiguration" hasMinimizedUI="true" />
  270. <component name="UnityUnitTestConfiguration" currentTestLauncher="EditMode" />
  271. <component name="Vcs.Log.Tabs.Properties">
  272. <option name="TAB_STATES">
  273. <map>
  274. <entry key="MAIN">
  275. <value>
  276. <State />
  277. </value>
  278. </entry>
  279. </map>
  280. </option>
  281. <option name="oldMeFiltersMigrated" value="true" />
  282. </component>
  283. <component name="VcsManagerConfiguration">
  284. <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
  285. <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
  286. <MESSAGE value="VR Stuff, Bicycle Animations" />
  287. <MESSAGE value="persistate player position and vr bike data display" />
  288. <MESSAGE value="Primitive steering with Vive Tracker" />
  289. <MESSAGE value="Vive Tracker Adjustments" />
  290. <MESSAGE value="Test Vive Tracker on back" />
  291. <MESSAGE value="Proper steering calculation" />
  292. <MESSAGE value="HMD logging" />
  293. <option name="LAST_COMMIT_MESSAGE" value="HMD logging" />
  294. </component>
  295. <component name="WindowStateProjectService">
  296. <state x="188" y="243" key="#xdebugger.evaluate" timestamp="1608637186447">
  297. <screen x="0" y="0" width="1440" height="900" />
  298. </state>
  299. <state x="476" y="134" key="#xdebugger.evaluate/0.0.1440.860@0.0.1440.860" timestamp="1608570995081" />
  300. <state x="188" y="243" key="#xdebugger.evaluate/0.0.1440.900@0.0.1440.900" timestamp="1608637186447" />
  301. <state width="478" height="402" key="DebuggerActiveHint" timestamp="1608636244835">
  302. <screen x="0" y="0" width="1440" height="900" />
  303. </state>
  304. <state width="478" height="402" key="DebuggerActiveHint/0.0.1440.900@0.0.1440.900" timestamp="1608636244835" />
  305. <state width="463" height="464" key="DebuggerActiveHint/0.0.1920.1040@0.0.1920.1040" timestamp="1608205291466" />
  306. <state width="1877" height="385" key="GridCell.Tab.0.bottom" timestamp="1609933996568">
  307. <screen x="0" y="0" width="1920" height="1040" />
  308. </state>
  309. <state width="1398" height="278" key="GridCell.Tab.0.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  310. <state width="1398" height="320" key="GridCell.Tab.0.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  311. <state width="1877" height="385" key="GridCell.Tab.0.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  312. <state width="1877" height="385" key="GridCell.Tab.0.center" timestamp="1609933996568">
  313. <screen x="0" y="0" width="1920" height="1040" />
  314. </state>
  315. <state width="1398" height="278" key="GridCell.Tab.0.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659056" />
  316. <state width="1398" height="320" key="GridCell.Tab.0.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  317. <state width="1877" height="385" key="GridCell.Tab.0.center/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  318. <state width="1877" height="385" key="GridCell.Tab.0.left" timestamp="1609933996568">
  319. <screen x="0" y="0" width="1920" height="1040" />
  320. </state>
  321. <state width="1398" height="278" key="GridCell.Tab.0.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659056" />
  322. <state width="1398" height="320" key="GridCell.Tab.0.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304835" />
  323. <state width="1877" height="385" key="GridCell.Tab.0.left/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  324. <state width="1877" height="385" key="GridCell.Tab.0.right" timestamp="1609933996568">
  325. <screen x="0" y="0" width="1920" height="1040" />
  326. </state>
  327. <state width="1398" height="278" key="GridCell.Tab.0.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  328. <state width="1398" height="320" key="GridCell.Tab.0.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  329. <state width="1877" height="385" key="GridCell.Tab.0.right/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  330. <state width="1877" height="385" key="GridCell.Tab.1.bottom" timestamp="1609933996568">
  331. <screen x="0" y="0" width="1920" height="1040" />
  332. </state>
  333. <state width="1398" height="278" key="GridCell.Tab.1.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  334. <state width="1398" height="320" key="GridCell.Tab.1.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  335. <state width="1877" height="385" key="GridCell.Tab.1.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  336. <state width="1877" height="385" key="GridCell.Tab.1.center" timestamp="1609933996568">
  337. <screen x="0" y="0" width="1920" height="1040" />
  338. </state>
  339. <state width="1398" height="278" key="GridCell.Tab.1.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  340. <state width="1398" height="320" key="GridCell.Tab.1.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  341. <state width="1877" height="385" key="GridCell.Tab.1.center/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  342. <state width="1877" height="385" key="GridCell.Tab.1.left" timestamp="1609933996568">
  343. <screen x="0" y="0" width="1920" height="1040" />
  344. </state>
  345. <state width="1398" height="278" key="GridCell.Tab.1.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  346. <state width="1398" height="320" key="GridCell.Tab.1.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  347. <state width="1877" height="385" key="GridCell.Tab.1.left/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  348. <state width="1877" height="385" key="GridCell.Tab.1.right" timestamp="1609933996568">
  349. <screen x="0" y="0" width="1920" height="1040" />
  350. </state>
  351. <state width="1398" height="278" key="GridCell.Tab.1.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  352. <state width="1398" height="320" key="GridCell.Tab.1.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  353. <state width="1877" height="385" key="GridCell.Tab.1.right/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  354. <state width="1877" height="385" key="GridCell.Tab.2.bottom" timestamp="1609933996568">
  355. <screen x="0" y="0" width="1920" height="1040" />
  356. </state>
  357. <state width="1398" height="278" key="GridCell.Tab.2.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  358. <state width="1398" height="320" key="GridCell.Tab.2.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  359. <state width="1877" height="385" key="GridCell.Tab.2.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  360. <state width="1877" height="385" key="GridCell.Tab.2.center" timestamp="1609933996568">
  361. <screen x="0" y="0" width="1920" height="1040" />
  362. </state>
  363. <state width="1398" height="278" key="GridCell.Tab.2.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  364. <state width="1398" height="320" key="GridCell.Tab.2.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304838" />
  365. <state width="1877" height="385" key="GridCell.Tab.2.center/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  366. <state width="1877" height="385" key="GridCell.Tab.2.left" timestamp="1609933996568">
  367. <screen x="0" y="0" width="1920" height="1040" />
  368. </state>
  369. <state width="1398" height="278" key="GridCell.Tab.2.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  370. <state width="1398" height="320" key="GridCell.Tab.2.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  371. <state width="1877" height="385" key="GridCell.Tab.2.left/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  372. <state width="1877" height="385" key="GridCell.Tab.2.right" timestamp="1609933996568">
  373. <screen x="0" y="0" width="1920" height="1040" />
  374. </state>
  375. <state width="1398" height="278" key="GridCell.Tab.2.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  376. <state width="1398" height="320" key="GridCell.Tab.2.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304838" />
  377. <state width="1877" height="385" key="GridCell.Tab.2.right/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  378. <state width="1877" height="385" key="GridCell.Tab.3.bottom" timestamp="1609933996568">
  379. <screen x="0" y="0" width="1920" height="1040" />
  380. </state>
  381. <state width="1398" height="278" key="GridCell.Tab.3.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659060" />
  382. <state width="1398" height="320" key="GridCell.Tab.3.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304840" />
  383. <state width="1877" height="385" key="GridCell.Tab.3.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  384. <state width="1877" height="385" key="GridCell.Tab.3.center" timestamp="1609933996568">
  385. <screen x="0" y="0" width="1920" height="1040" />
  386. </state>
  387. <state width="1398" height="278" key="GridCell.Tab.3.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  388. <state width="1398" height="320" key="GridCell.Tab.3.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  389. <state width="1877" height="385" key="GridCell.Tab.3.center/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  390. <state width="1877" height="385" key="GridCell.Tab.3.left" timestamp="1609933996568">
  391. <screen x="0" y="0" width="1920" height="1040" />
  392. </state>
  393. <state width="1398" height="278" key="GridCell.Tab.3.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  394. <state width="1398" height="320" key="GridCell.Tab.3.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  395. <state width="1877" height="385" key="GridCell.Tab.3.left/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  396. <state width="1877" height="385" key="GridCell.Tab.3.right" timestamp="1609933996568">
  397. <screen x="0" y="0" width="1920" height="1040" />
  398. </state>
  399. <state width="1398" height="278" key="GridCell.Tab.3.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  400. <state width="1398" height="320" key="GridCell.Tab.3.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  401. <state width="1877" height="385" key="GridCell.Tab.3.right/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  402. <state x="573" y="160" key="RiderGenerateDialog" timestamp="1610359053516">
  403. <screen x="0" y="0" width="1440" height="860" />
  404. </state>
  405. <state x="573" y="160" key="RiderGenerateDialog/0.0.1440.860@0.0.1440.860" timestamp="1610359053516" />
  406. <state x="764" y="193" key="RiderGenerateDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1608198510148" />
  407. <state x="346" y="136" key="SettingsEditor" timestamp="1608627211813">
  408. <screen x="0" y="0" width="1440" height="860" />
  409. </state>
  410. <state x="346" y="136" key="SettingsEditor/0.0.1440.860@0.0.1440.860" timestamp="1608627211813" />
  411. <state x="461" y="164" key="SettingsEditor/0.0.1920.1040@0.0.1920.1040" timestamp="1607347297764" />
  412. <state x="69" y="76" width="1302" height="708" key="VCS.FileHistoryDialog" timestamp="1610361149716">
  413. <screen x="0" y="0" width="1440" height="860" />
  414. </state>
  415. <state x="69" y="76" width="1302" height="708" key="VCS.FileHistoryDialog/0.0.1440.860@0.0.1440.860" timestamp="1610361149716" />
  416. <state x="69" y="80" width="1302" height="741" key="VCS.FileHistoryDialog/0.0.1440.900@0.0.1440.900" timestamp="1608635342446" />
  417. <state x="92" y="92" width="1736" height="856" key="VCS.FileHistoryDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1607591027227" />
  418. <state x="414" y="218" key="Vcs.Push.Dialog.v2" timestamp="1608628624093">
  419. <screen x="0" y="0" width="1440" height="900" />
  420. </state>
  421. <state x="414" y="218" key="Vcs.Push.Dialog.v2/0.0.1440.900@0.0.1440.900" timestamp="1608628624093" />
  422. <state x="552" y="252" key="Vcs.Push.Dialog.v2/0.0.1920.1040@0.0.1920.1040" timestamp="1607593425704" />
  423. <state width="726" height="436" key="XDebugger.FullValuePopup" timestamp="1608570184149">
  424. <screen x="0" y="0" width="1440" height="860" />
  425. </state>
  426. <state width="726" height="436" key="XDebugger.FullValuePopup/0.0.1440.860@0.0.1440.860" timestamp="1608570184149" />
  427. <state x="93" y="93" width="1253" height="713" maximized="true" key="com.intellij.history.integration.ui.views.FileHistoryDialog" timestamp="1608634708861">
  428. <screen x="0" y="0" width="1440" height="900" />
  429. </state>
  430. <state x="93" y="93" width="1253" height="713" maximized="true" key="com.intellij.history.integration.ui.views.FileHistoryDialog/0.0.1440.900@0.0.1440.900" timestamp="1608634708861" />
  431. <state x="93" y="93" width="1253" height="713" key="com.intellij.history.integration.ui.views.SelectionHistoryDialog" timestamp="1608633349176">
  432. <screen x="0" y="0" width="1440" height="900" />
  433. </state>
  434. <state x="93" y="93" width="1253" height="713" key="com.intellij.history.integration.ui.views.SelectionHistoryDialog/0.0.1440.900@0.0.1440.900" timestamp="1608633349176" />
  435. <state x="332" y="41" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp="1610359567693">
  436. <screen x="0" y="0" width="1440" height="860" />
  437. </state>
  438. <state x="332" y="41" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser/0.0.1440.860@0.0.1440.860" timestamp="1610359567693" />
  439. <state x="300" y="85" width="1140" height="689" key="editAsTableFormatDialogDimension" timestamp="1610361477789">
  440. <screen x="0" y="0" width="1440" height="860" />
  441. </state>
  442. <state x="300" y="85" width="1140" height="689" key="editAsTableFormatDialogDimension/0.0.1440.860@0.0.1440.860" timestamp="1610361477789" />
  443. <state x="368" y="29" width="703" height="801" key="find.popup" timestamp="1610358088077">
  444. <screen x="0" y="0" width="1440" height="860" />
  445. </state>
  446. <state x="368" y="29" width="703" height="801" key="find.popup/0.0.1440.860@0.0.1440.860" timestamp="1610358088077" />
  447. <state x="476" y="195" width="672" height="561" key="search.everywhere.popup" timestamp="1610359152935">
  448. <screen x="0" y="0" width="1440" height="860" />
  449. </state>
  450. <state x="476" y="195" width="672" height="561" key="search.everywhere.popup/0.0.1440.860@0.0.1440.860" timestamp="1610359152935" />
  451. <state x="476" y="204" width="672" height="588" key="search.everywhere.popup/0.0.1440.900@0.0.1440.900" timestamp="1608636877159" />
  452. <state x="623" y="225" width="672" height="678" key="search.everywhere.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1609928849106" />
  453. </component>
  454. <component name="XDebuggerManager">
  455. <breakpoint-manager>
  456. <breakpoints>
  457. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  458. <url>file://$PROJECT_DIR$/Assets/Scripts/Sensors/BikeSensorData.cs</url>
  459. <line>103</line>
  460. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Sensors\BikeSensorData.cs" initialLine="77" />
  461. <option name="timeStamp" value="17" />
  462. </line-breakpoint>
  463. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  464. <url>file://$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/PolarReceiver.cs</url>
  465. <line>79</line>
  466. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Sensors\Polar\PolarReceiver.cs" initialLine="79" />
  467. <option name="timeStamp" value="19" />
  468. </line-breakpoint>
  469. </breakpoints>
  470. </breakpoint-manager>
  471. <pin-to-top-manager>
  472. <pinned-members>
  473. <PinnedItemInfo parentTag="Type#System.Reflection.TypeAttributes" memberName="value__" />
  474. </pinned-members>
  475. </pin-to-top-manager>
  476. <watches-manager>
  477. <configuration name="UNITY_DEBUG_RUN_CONFIGURATION">
  478. <watch expression="fields" language="C#" />
  479. <watch expression="typeof(BikeSensorDataLog).GetMembers(BindingFlags.DeclaredOnly | BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.GetField | BindingFlags.GetProperty | BindingFlags.Instance)" language="C#" />
  480. <watch expression="typeof(BikeSensorDataLog).GetFields()" language="C#" />
  481. <watch expression="typeof(BikeSensorDataLog).GetFields(BindingFlags.Instance | BindingFlags.NonPublic)" language="C#" />
  482. <watch expression="value.GetType().GetFields(BindingFlags.Default | BindingFlags.NonPublic | BindingFlags.GetField | BindingFlags.DeclaredOnly)" language="C#" />
  483. <watch expression="HeaderNames" language="C#" />
  484. </configuration>
  485. </watches-manager>
  486. </component>
  487. </project>