Skip to content

Commit

Permalink
added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Jun 27, 2024
1 parent 6dfdd85 commit 9cc70c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/altrios-core/src/train/braking_point.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ impl BrakingPoints {
);
let vel_change = train_state.dt
* (fric_brake.force_max + train_state.res_net())
// TODO: maybe add rotating mass in denominator
/ train_state.mass_static;

// Exit after adding a couple of points if the next braking curve point will exceed the speed limit
Expand Down

0 comments on commit 9cc70c0

Please sign in to comment.