File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -152,16 +152,6 @@ impl StateMachine {
152
152
let lim_temp_port_data = self . lim_temperature_port . read_lim_temps ( ) ;
153
153
let lim_temp_starboard_data = self . lim_temperature_starboard . read_lim_temps ( ) ;
154
154
155
- let gyro_json = json ! ( { "gyroscope" : gyro_data } ) ;
156
- let wheel_encoder_json = json ! ( { "wheel_encoder" : wheel_encoder_data } ) ;
157
- let downstream_pressure_json =
158
- json ! ( { "downstream_pressure_transducer" : downstream_pressure_data } ) ;
159
- let upstream_pressure_json =
160
- json ! ( { "upstream_pressure_transducer" : upstream_pressure_data } ) ;
161
- let lim_temp_port_json = json ! ( { "lim_temperature_port" : lim_temp_port_data } ) ;
162
- let lim_temp_starboard_json =
163
- json ! ( { "lim_temperature_starboard" : lim_temp_starboard_data } ) ;
164
-
165
155
// Full JSON object
166
156
let full_json = json ! ( {
167
157
"gyroscope" : gyro_data,
You can’t perform that action at this time.
0 commit comments