Skip to content
Snippets Groups Projects

Fix stepper step call

Merged Xiaocong Ai requested to merge fix-stepper-RKstep into master

This MR includes the following two fixes:

  • During the stepper step call, the adjustment of step size could run into infinite loops if the parameter is too much deviated or provided step size is not appropriate. An error is returned for such case.

  • In the PathLimitReached aborter, the internalLimit could only be set at the start of the propagate call and cannot be changed during the propagation. This could create difficulty for a propagation instance during which the navigation direction needs to be changed, e.g. the KalmanFitter backward filtering or surface targeting after smoothing. Thus the internalLimit will be used with the navigation direction to make sure it always has the right sign.

Merge request reports

Pipeline #1394389 passed

Pipeline passed for 51f2de08 on fix-stepper-RKstep

Test coverage 66.00% (0.00%) from 1 job
Approved by

Merged by Paul GessingerPaul Gessinger 5 years ago (Feb 6, 2020 9:35am UTC)

Merge details

  • Changes merged into master with c0d770a3.
  • Deleted the source branch.

Pipeline #1394671 passed

Pipeline passed for c0d770a3 on master

Test coverage 66.00% (0.00%) from 1 job

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading