From 9ccba71965c0ea73dff7a9b4ab8fe9053404a791 Mon Sep 17 00:00:00 2001 From: Aaron Cuevas Lopez Date: Fri, 25 Oct 2024 17:10:11 +0200 Subject: [PATCH 1/2] Prevent AutoCommutator node sending repeated unneeded 0-turn commands - Added a condition node after QuaternionToTwist to filter 0 turn messages --- OpenEphys.Commutator/AutoCommutator.bonsai | 38 +++++++++++++++++----- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/OpenEphys.Commutator/AutoCommutator.bonsai b/OpenEphys.Commutator/AutoCommutator.bonsai index ffe3127..97680d5 100644 --- a/OpenEphys.Commutator/AutoCommutator.bonsai +++ b/OpenEphys.Commutator/AutoCommutator.bonsai @@ -28,6 +28,25 @@ + + + + + Source1 + + + + 0 + + + + + + + + + + {{turn : {0}}} it @@ -97,17 +116,18 @@ - - + + - - - - - - - + + + + + + + + \ No newline at end of file From 1ca8b8da7553eb6405f0120949c7e2bd0530ddb8 Mon Sep 17 00:00:00 2001 From: Aaron Cuevas Lopez Date: Fri, 25 Oct 2024 17:21:24 +0200 Subject: [PATCH 2/2] Bump version to 0.1.1 --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 6f1b56b..43fca93 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,7 +13,7 @@ LICENSE true icon.png - 0.1.0 + 0.1.1 9.0 strict