Jaap van Ekris
8d374a4790
Improvement of the TS regression algorithm and stroke detection ( #51 )
...
Change the startup and powerdown behaviour to depend on Angular velocity, as that is constructed using the TS-calculation, reducing the dependency on an individual measurement.
Inserted more explicit memory management by setting values to null before destroying the node, in order to make the Garbage collector's work a bit easier. This fixes a lot of memory leaks.
Performance improvement of the Quadratic TS Series: Implementation of a lazy algorithm to calculate B, C and goodnessOfFit, avoiding the unneccessary calculation of them when not needed/used.
Improved coding style: Instead of making explicit function calls, we now expose the underlying series, allowing use of their functions directly.
Adds different rowers, including the model C (see https://github.com/laberning/openrowingmonitor/discussions/157 )
2024-09-03 10:41:52 +02:00
Jaap van Ekris
83ef0121a2
Added support for the Jorot MR380
2024-07-02 10:24:36 +02:00
Jaap van Ekris
1080dfe3ee
Added Concept2 Model C
2024-07-02 10:20:16 +02:00
Jaap van Ekris
7d71a04c26
Update Supported_Rowers.md
2024-07-02 10:19:14 +02:00
Jaap van Ekris
f4d12ec9eb
Added support status for the JLL Ventus 2
2024-03-20 08:03:18 +01:00
Jaap van Ekris
59ccca0ac8
Updated supported rowers list
2024-03-19 16:09:22 +01:00
Jaap van Ekris
6bc2931c0d
Newly supported rowers
2024-03-19 16:02:33 +01:00
Jaap van Ekris
8d9cb151e6
Update branch name
2024-03-11 09:18:04 +01:00
Jaap van Ekris
2d647d12c2
Update physics_openrowingmonitor.md
2024-02-23 11:22:20 +01:00
Jaap van Ekris
f1b621fde5
Dropped support for the Raspberry Pi Zero
2024-02-07 11:35:54 +01:00
Jaap van Ekris
7ae029d1d6
Removal of Raspberry Pi Zero support
2024-02-07 11:14:38 +01:00
Jaap van Ekris
60ecfeb245
Update Release_Notes.md
2024-02-06 20:16:25 +01:00
Jaap van Ekris
da281043d6
Set redirect to Pi Zero branch
2024-02-05 15:49:22 +01:00
Jaap van Ekris
f1d38aa398
Added a Raspberry Pi Zero W depreciation warning ( #34 )
...
Added an active depreciation warning to the Pi Zero W installs (see #33 )
2024-02-05 15:40:48 +01:00
Jaap van Ekris
a434744ce1
Update of the essential npm dependencies ( #30 )
...
* Update install.sh
* Update package.json
* Update package-lock.json
* Update package.json
* Update package-lock.json
* Update package.json
* Update package-lock.json
* Update install.sh
* Update README.md
* Update installation.md
* Update README.md
* Create Release_Notes.md
* Update Release_Notes.md
* Update Release_Notes.md
* Update Release_Notes.md
* Update README.md
* Update backlog.md
* Update Release_Notes.md
* Update Release_Notes.md
* Update Release_Notes.md
* Update Release_Notes.md
* Update Release_Notes.md
* Update rower_settings.md
* Update physics_openrowingmonitor.md
* Fixed Lint errors
* Update installation.md
* Fix Lint errors
2024-02-01 15:15:45 +01:00
Jaap van Ekris
2934feff92
Improvement of the dragfactor calculation by using Linear Theil-Sen estimator ( #27 )
...
* Explanation of the improvement
* Addition of the defaultValue property
* Change to use Lin. TS for Drag calculation
Changing the drag and recovery slope calculation from OLS to Linear Theil-Sen
* Fixed Lint error
* Improvement of the RowErg profile
Adaptation of the Concept2 RowErg profile to the new algorithms
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Update Rower.test.js
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
* Adaptation to improved drag calculation algorithm
2024-01-24 17:49:42 +01:00
Jaap van Ekris
e1ecfb45ab
Improved wording
2024-01-05 21:57:30 +01:00
Jaap van Ekris
3dd85b0fa2
Change due to Theil-Sen improvement
...
The Theil-Sen improvement changed the way stroje detection works.
2024-01-03 17:06:41 +01:00
Jaap van Ekris
45e2f00fb2
Improvement of the description of the drag calculation
...
Improvement of the rationale behind the drag calculation
2023-12-28 23:35:14 +01:00
Jaap van Ekris
9359e3fc6e
Removed a design issue :)
...
Removed the known issue that the Theil-Sen calculation was limited in its accuracy due to its CPU complexity
2023-12-03 22:57:18 +01:00
Jaap van Ekris
b542535bd7
Update Architecture.md
2023-11-21 11:59:38 +01:00
Jaap van Ekris
499148f623
Update physics_openrowingmonitor.md
...
Fixed Lint errors
2023-11-21 11:48:35 +01:00
Jaap van Ekris
576178ef41
Update physics_openrowingmonitor.md
...
Fixed typo's
2023-11-21 11:35:12 +01:00
Jaap van Ekris
d70a2b3e5e
Update physics_openrowingmonitor.md
...
Added description of issue in Theil-Senn implementation
2023-11-21 11:31:26 +01:00
Jaap van Ekris
9e80bef1ee
Fixed formula's
...
Fixed the formula's as the markuplanguage seems to dislike certain constructs
2023-10-13 15:43:32 +02:00
Jaap van Ekris
88a6d0fef7
Update Supported_Rowers.md
2023-09-06 17:12:05 +02:00
Jaap van Ekris
01a8fb77de
Update Supported_Rowers.md
...
Updated FDF info
2023-09-06 17:11:20 +02:00
Jaap van Ekris
c2c2e4be11
Update Supported_Rowers.md
...
Update to C2 Model B and C
2023-09-04 21:03:26 +02:00
Jaap van Ekris
65ef9ac5f3
Update physics_openrowingmonitor.md
...
Fixed some typo's and omissions
2023-07-17 10:19:07 +02:00
Jaap van Ekris
c4aeb50891
Update Architecture.md
2023-04-27 15:38:21 +02:00
Jaap van Ekris
57c9f85571
Consolidation of terminology
2023-04-27 15:37:33 +02:00
Jaap van Ekris
4cad854bf6
Update Architecture.md
2023-04-27 15:25:20 +02:00
Jaap van Ekris
82ae6ad504
Update Architecture.md
2023-04-27 15:24:37 +02:00
Jaap van Ekris
d4479747ba
Update Architecture.md
2023-04-27 15:23:22 +02:00
Jaap van Ekris
505a486d76
Update Architecture.md
2023-04-27 15:22:09 +02:00
Jaap van Ekris
e9d495c20d
Update Architecture.md
2023-04-27 15:19:57 +02:00
Jaap van Ekris
c2effe4817
Added the webclient
2023-04-27 15:15:31 +02:00
Jaap van Ekris
d3cb82bb40
Added main architecture
2023-04-27 12:45:21 +02:00
Jaap van Ekris
289c8251a0
Updated info on the Concept2 Model C
2023-04-23 14:52:08 +02:00
Jaap van Ekris
d650ca57bb
Added HRR to the list
2023-04-22 20:36:36 +02:00
Jaap van Ekris
dd233f5f0b
Updated the backlog
2023-04-21 15:25:35 +02:00
Jaap van Ekris
3ef46ae85e
Fixed a typo
2023-04-21 15:22:34 +02:00
Jaap van Ekris
0dafc7814a
Updated Johnson JAR1500 status
2023-04-21 11:06:59 +02:00
Jaap van Ekris
2e48b96fc3
Added Johnson JAR5100 to list
2023-04-21 11:05:53 +02:00
Jaap van Ekris
c2f2c48532
Added link to known rowers
2023-04-21 11:00:26 +02:00
Jaap van Ekris
d6bcfaaf26
Added note about physics engine accuracy
2023-04-21 10:58:21 +02:00
Jaap van Ekris
de7d540799
Improved wording
...
Improved wording
2023-04-21 10:56:38 +02:00
Jaap van Ekris
8ef0e98424
Added description of the Strava upload
...
Added description of the Strava upload, as described in https://github.com/laberning/openrowingmonitor/discussions/67
2023-04-21 10:44:37 +02:00
Jaap van Ekris
cbab40db5d
Improved procedure for the Pi Zero
...
Added a comment about the need to increase the swap-size on a Raspberry Pi Zero, based on this discussion: https://github.com/laberning/openrowingmonitor/discussions/139
2023-04-21 10:36:55 +02:00
Jaap van Ekris
3c939cb618
Added the GUI contributions
2023-04-19 10:30:02 +02:00