Skip to content

Commit

Permalink
removed LOWCOST_SENSORS compilerflags and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxBaex committed Aug 18, 2024
1 parent 65a7d56 commit b1e3d25
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions NAV_Algorithms/data_structures.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,9 @@ typedef struct
float3vector acc; //XSENSE MTi1 IMU
float3vector gyro; //XSENSE MTi1 IMU
float3vector mag; //XSENSE MTi1 IMU
#if WITH_LOWCOST_SENSORS
float3vector lowcost_acc;
float3vector lowcost_gyro;
float3vector lowcost_mag;
#endif
float pitot_pressure;
float static_pressure;
#if WITH_LOWCOST_SENSORS
float absolute_pressure; //this is the second ms5611 on the PCB.
#endif
float static_sensor_temperature; //log temperature to monitor temperature in enclosure
#if WITH_LOWCOST_SENSORS
float absolute_sensor_temperature;
#endif
float supply_voltage; //Measuring the supply voltage. Might be related to sensor noise.
#if WITH_DENSITY_DATA
float outside_air_temperature; //!< OAT from external sensor if installed
Expand Down

0 comments on commit b1e3d25

Please sign in to comment.