Skip to content

Commit

Permalink
chk
Browse files Browse the repository at this point in the history
  • Loading branch information
ryescholin committed Jun 1, 2024
1 parent 89e2b00 commit d1e6720
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pod-operation/src/state_machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const STOP_THRESHOLD: f32 = 37.0; // Meters
const MIN_PRESSURE: f32 = 126.0; // PSI
const END_OF_TRACK: f32 = 8.7; // Metersconst BRAKING_THRESHOLD: f32 = 9.1; // Meters
const LIM_TEMP_THRESHOLD: f32 = 71.0; //°C
const BRAKING_DECELERATION: f32 = -15.14; // m/s^2

#[derive(Clone, Copy, Debug, PartialEq, Eq, enum_map::Enum)]
pub enum State {
Expand Down

0 comments on commit d1e6720

Please sign in to comment.