Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Orekit
Orekit
Commits
bfa90a48
Commit
bfa90a48
authored
Jan 13, 2023
by
Jean-Baptiste Valet
Browse files
Fixed UnscentedKalmanEstimatorTest.
parent
5abf251a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/orekit/estimation/sequential/UnscentedKalmanEstimatorTest.java
View file @
bfa90a48
...
...
@@ -290,11 +290,11 @@ public class UnscentedKalmanEstimatorTest {
final
double
expectedDeltaPos
=
0
.;
final
double
posEps
=
8.35
e
-
7
;
final
double
expectedDeltaVel
=
0
.;
final
double
velEps
=
3.3
7
e
-
10
;
final
double
velEps
=
3.3
9
e
-
10
;
final
double
[]
expectedsigmasPos
=
{
0.1938703
E
-
8
,
12.7585598
E
-
8
,
17.0372647
E
-
8
};
final
double
sigmaPosEps
=
1.0
e
-
15
;
final
double
[]
expectedSigmasVel
=
{
3.3325
E
-
11
,
0.3787
E
-
11
,
7.9849
E
-
11
};
final
double
sigmaVelEps
=
1.0
e
-
1
5
;
final
double
sigmaVelEps
=
1.0
e
-
1
2
;
UnscentedEstimationTestUtils
.
checkKalmanFit
(
context
,
kalman
,
measurements
,
refOrbit
,
positionAngle
,
expectedDeltaPos
,
posEps
,
...
...
@@ -541,13 +541,13 @@ public class UnscentedKalmanEstimatorTest {
// Filter the measurements and check the results
final
double
expectedDeltaPos
=
0
.;
final
double
posEps
=
5.
5
6
e
-
7
;
final
double
posEps
=
5.
9
6
e
-
7
;
final
double
expectedDeltaVel
=
0
.;
final
double
velEps
=
1.76
e
-
10
;
final
double
[]
expectedSigmasPos
=
{
0.043885
,
0.600764
,
0.279020
};
final
double
sigmaPosEps
=
1.0
e
-
6
;
final
double
[]
expectedSigmasVel
=
{
7.17260
E
-
5
,
3.037315
E
-
5
,
19.49046
e
-
5
};
final
double
sigmaVelEps
=
1.0
e
-
10
;
final
double
sigmaVelEps
=
1.0
3
e
-
10
;
UnscentedEstimationTestUtils
.
checkKalmanFit
(
context
,
kalman
,
measurements
,
refOrbit
,
positionAngle
,
expectedDeltaPos
,
posEps
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment