Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unscented Kalman filter (UKF) #1393

Merged
merged 61 commits into from
May 21, 2024

Set GIT_CLONE_PROTECTION_ACTIVE env var

49772bb
Select commit
Loading
Failed to load commit list.
Merged

Unscented Kalman filter (UKF) #1393

Set GIT_CLONE_PROTECTION_ACTIVE env var
49772bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 20, 2024 in 0s

11.78% of diff hit (target 45.83%)

View this Pull Request on Codecov

11.78% of diff hit (target 45.83%)

Annotations

Check warning on line 77 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L77

Added line #L77 was not covered by tests

Check warning on line 84 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L80-L84

Added lines #L80 - L84 were not covered by tests

Check warning on line 93 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L93

Added line #L93 was not covered by tests

Check warning on line 98 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L96-L98

Added lines #L96 - L98 were not covered by tests

Check warning on line 101 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L101

Added line #L101 was not covered by tests

Check warning on line 103 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L103

Added line #L103 was not covered by tests

Check warning on line 108 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L107-L108

Added lines #L107 - L108 were not covered by tests

Check warning on line 116 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L116

Added line #L116 was not covered by tests

Check warning on line 119 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L118-L119

Added lines #L118 - L119 were not covered by tests

Check warning on line 122 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L121-L122

Added lines #L121 - L122 were not covered by tests

Check warning on line 131 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L125-L131

Added lines #L125 - L131 were not covered by tests

Check warning on line 137 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L136-L137

Added lines #L136 - L137 were not covered by tests

Check warning on line 148 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L141-L148

Added lines #L141 - L148 were not covered by tests

Check warning on line 156 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L150-L156

Added lines #L150 - L156 were not covered by tests

Check warning on line 164 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L158-L164

Added lines #L158 - L164 were not covered by tests

Check warning on line 172 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L166-L172

Added lines #L166 - L172 were not covered by tests

Check warning on line 185 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L184-L185

Added lines #L184 - L185 were not covered by tests

Check warning on line 188 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L187-L188

Added lines #L187 - L188 were not covered by tests

Check warning on line 191 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L191

Added line #L191 was not covered by tests

Check warning on line 198 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L196-L198

Added lines #L196 - L198 were not covered by tests

Check warning on line 203 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L200-L203

Added lines #L200 - L203 were not covered by tests

Check warning on line 207 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L205-L207

Added lines #L205 - L207 were not covered by tests

Check warning on line 212 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L209-L212

Added lines #L209 - L212 were not covered by tests

Check warning on line 217 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L216-L217

Added lines #L216 - L217 were not covered by tests

Check warning on line 220 in example/kalman/ukf-linear-example.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/kalman/ukf-linear-example.cpp#L220

Added line #L220 was not covered by tests