Skip to content

Commit

Permalink
Final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vrushang1234 committed May 31, 2024
1 parent 3588d05 commit c01086a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pod-operation/src/state_machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@ impl StateMachine {

// Full JSON object
let full_json = json!({
"gyroscope": gyro_data,
"wheel_encoder": wheel_encoder_data,
"downstream_pressure_transducer": downstream_pressure_data,
"upstream_pressure_transducer": upstream_pressure_data,
"lim_temperature_port": lim_temp_port_data,
"lim_temperature_starboard": lim_temp_starboard_data,
"gyroscope": 20,
"wheel_encoder": 30,
"downstream_pressure_transducer": 40,
"upstream_pressure_transducer": 30,
"lim_temperature_port": 11,
"lim_temperature_starboard": 13,
});

self.io
Expand Down

0 comments on commit c01086a

Please sign in to comment.