Skip to content

gcc: fix missing if-else in kalman#287

Merged
mengelbart merged 1 commit intomasterfrom
sdeng/fix_kalman_bug
Nov 15, 2024
Merged

gcc: fix missing if-else in kalman#287
mengelbart merged 1 commit intomasterfrom
sdeng/fix_kalman_bug

Conversation

@sterlingdeng
Copy link
Copy Markdown
Contributor

@sterlingdeng sterlingdeng commented Nov 12, 2024

Description

Fixes a deviation from the GCC rfc spec.

Reference issue

Fixes #286

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.14%. Comparing base (1553b7d) to head (8fce7e2).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #287   +/-   ##
=======================================
  Coverage   71.13%   71.14%           
=======================================
  Files          80       80           
  Lines        4476     4477    +1     
=======================================
+ Hits         3184     3185    +1     
  Misses       1157     1157           
  Partials      135      135           
Flag Coverage Δ
go 71.14% <100.00%> (+0.14%) ⬆️
wasm ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sterlingdeng
Copy link
Copy Markdown
Contributor Author

I'm not sure what's going on with the linter - it doesn't seem to mention the offenders. I tried to fix some locations where newline was added but the linter still isn't passing.

@mengelbart
Copy link
Copy Markdown
Contributor

Thanks @sterlingdeng . I opened #288 and pion/.goassets#218, which should clear the linter problem. Let's wait for reviews on those since I'm not 100% sure they are correct.

This PR adds a missing if-else.
@mengelbart mengelbart merged commit b35f8db into master Nov 15, 2024
@mengelbart mengelbart deleted the sdeng/fix_kalman_bug branch November 15, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

GCC: Maybe bug in kalman filter

2 participants