From 75b310a505ee451f7210e799db9e52ed33103785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Betto?= <niccolo.betto@skywarder.eu> Date: Wed, 27 Nov 2024 19:35:32 +0100 Subject: [PATCH] [RIGv2] Use loadcell calibration for the new flipping system --- src/RIGv2/Configs/SensorsConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RIGv2/Configs/SensorsConfig.h b/src/RIGv2/Configs/SensorsConfig.h index 44b873702..b0a8ce893 100644 --- a/src/RIGv2/Configs/SensorsConfig.h +++ b/src/RIGv2/Configs/SensorsConfig.h @@ -130,7 +130,6 @@ constexpr float VESSEL_P1_VOLTAGE = 0.0010; constexpr float VESSEL_P1_MASS = 6.916; */ -/* // LC Vessel sensor calibration data (post 07/09/2024) // - 0kg V: 0.000630177 // - 4.985kg V: 0.000470017 (−31125.124875125 kg/v) @@ -139,8 +138,8 @@ constexpr float VESSEL_P0_VOLTAGE = 0.000470017; constexpr float VESSEL_P0_MASS = 4.985; constexpr float VESSEL_P1_VOLTAGE = 0.00030895; constexpr float VESSEL_P1_MASS = 10.177; -*/ +/* // LC Vessel sensor calibration data (post 08/11/2024, old flipping) // - 0kg V: -0.009553 // - 8.720kg V: -0.010958 (−31125.124875125 kg/v) @@ -148,6 +147,7 @@ constexpr float VESSEL_P0_VOLTAGE = -0.009553; constexpr float VESSEL_P0_MASS = 0.0; constexpr float VESSEL_P1_VOLTAGE = -0.010958; constexpr float VESSEL_P1_MASS = 8.720; +*/ } // namespace LoadCell namespace InternalADC -- GitLab