You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow up to #9704: in the end, only EOAs were implemented in that issue.
Implement ETCS braking curves for LOAs.
Restriction: simplification: TODOs were added:
maxVbecDeltaSpeed is not calculated and is 50km/h. Hence, we calculate the EBD curve until envelope.maxSpeed + 50 / 3.6. This is less important until we actually get a bug where the actual maxVbecDeltaSpeed > 50km/h: unlikely.
Finding EBD foot is done by just shifting the envelope: approximation on the gradients.
The text was updated successfully, but these errors were encountered:
Follow up to #9704: in the end, only EOAs were implemented in that issue.
Implement ETCS braking curves for LOAs.
Restriction: simplification: TODOs were added:
envelope.maxSpeed + 50 / 3.6
. This is less important until we actually get a bug where the actual maxVbecDeltaSpeed > 50km/h: unlikely.The text was updated successfully, but these errors were encountered: