-
Notifications
You must be signed in to change notification settings - Fork 176
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
feat: Add (optional) Jacobian reversal to Track #2571
feat: Add (optional) Jacobian reversal to Track #2571
Conversation
`TrackProxy::reverseTrackStates` can now optionally invert its jacobians, and move them to the correct corresponding track state.
Codecov Report
@@ Coverage Diff @@
## main #2571 +/- ##
==========================================
- Coverage 49.64% 49.63% -0.02%
==========================================
Files 471 471
Lines 26632 26640 +8
Branches 12237 12247 +10
==========================================
Hits 13222 13222
Misses 4742 4742
- Partials 8668 8676 +8
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Compiler segfaults again, maybe due to zip and track state ranges? |
All changed @felix-russo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go from my side (except if you want to add some documentation about the last/first Jacobian that you set to 0)
TrackProxy::reverseTrackStates
can now optionally invert its jacobians, and move them to the correct corresponding track state.