Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
On-Board Software
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
On-Board Software
Commits
75b310a5
Commit
75b310a5
authored
4 months ago
by
Niccolò Betto
Browse files
Options
Downloads
Patches
Plain Diff
[RIGv2] Use loadcell calibration for the new flipping system
parent
9d887dd3
No related branches found
Branches containing commit
No related tags found
1 merge request
!106
[RIGv2] Initial Orion On-Board Software
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/RIGv2/Configs/SensorsConfig.h
+2
-2
2 additions, 2 deletions
src/RIGv2/Configs/SensorsConfig.h
with
2 additions
and
2 deletions
src/RIGv2/Configs/SensorsConfig.h
+
2
−
2
View file @
75b310a5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment