update Kalman Filter

This commit is contained in:
2026-03-19 09:40:32 +07:00
parent ddb7df7c50
commit f0d987da39
6 changed files with 90 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>