Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgilbers committed Sep 25, 2024
1 parent df222f0 commit b6c8741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/Position.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ export function kFilter (arr) {
sensorCovariance: [1, 1, 1, 1, 1, 1]
},
dynamic: {
name: 'constant-speed'
covariance: [0.1, 0.5]
name: 'constant-speed',
covariance: [0.1, 0.5]
}
})
const res = kFilter.filterAll(arr)
Expand Down

0 comments on commit b6c8741

Please sign in to comment.