This website requires JavaScript.
Explore
Help
Register
Sign In
fly316
/
PX4-Autopilot
Watch
7
Star
0
Fork
0
You've already forked PX4-Autopilot
mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced
2026-04-14 10:07:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
PX4-Autopilot
/
src
/
modules
/
temperature_compensation
History
BazookaJoe1900
4d83badba1
fix files tags on the header comments (
#23564
)
2024-09-19 09:25:18 +03:00
..
temperature_calibration
temperature_compensation: rename TC_A_ENABLE to TC_M_ENABLE for mag.cpp
2024-01-23 21:06:54 +01:00
CMakeLists.txt
…
Kconfig
…
temp_comp_params_accel_0.c
…
temp_comp_params_accel_1.c
…
temp_comp_params_accel_2.c
…
temp_comp_params_accel_3.c
…
temp_comp_params_accel.c
…
temp_comp_params_baro_0.c
…
temp_comp_params_baro_1.c
…
temp_comp_params_baro_2.c
…
temp_comp_params_baro_3.c
…
temp_comp_params_baro.c
…
temp_comp_params_gyro_0.c
…
temp_comp_params_gyro_1.c
…
temp_comp_params_gyro_2.c
…
temp_comp_params_gyro_3.c
…
temp_comp_params_gyro.c
…
temp_comp_params_mag_0.c
Use accel of the same instance or primary baro for gyro instances that do not have valid temperature readings in temperature calibration data, use primary baro for magnetometers without valid temperature.
2023-06-07 12:07:29 -04:00
temp_comp_params_mag_1.c
Use accel of the same instance or primary baro for gyro instances that do not have valid temperature readings in temperature calibration data, use primary baro for magnetometers without valid temperature.
2023-06-07 12:07:29 -04:00
temp_comp_params_mag_2.c
Use accel of the same instance or primary baro for gyro instances that do not have valid temperature readings in temperature calibration data, use primary baro for magnetometers without valid temperature.
2023-06-07 12:07:29 -04:00
temp_comp_params_mag_3.c
Use accel of the same instance or primary baro for gyro instances that do not have valid temperature readings in temperature calibration data, use primary baro for magnetometers without valid temperature.
2023-06-07 12:07:29 -04:00
temp_comp_params_mag.c
Use accel of the same instance or primary baro for gyro instances that do not have valid temperature readings in temperature calibration data, use primary baro for magnetometers without valid temperature.
2023-06-07 12:07:29 -04:00
TemperatureCompensation.cpp
fix files tags on the header comments (
#23564
)
2024-09-19 09:25:18 +03:00
TemperatureCompensation.h
fix files tags on the header comments (
#23564
)
2024-09-19 09:25:18 +03:00
TemperatureCompensationModule.cpp
temperature_compensation: use set_sensor_id_mag for Mag
2024-01-29 20:44:12 -05:00
TemperatureCompensationModule.h
…