Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #757 +/- ##
=======================================
Coverage 73.63% 73.64%
=======================================
Files 761 761
Lines 93985 93972 -13
Branches 7063 7064 +1
=======================================
- Hits 69206 69203 -3
+ Misses 24779 24769 -10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Merging with dev broke it, thanks for letting me know @Donnie-Ice |
kevincbruce
left a comment
There was a problem hiding this comment.
It appears to sunpoint as expected. Was having some issues with inertial, but that could be from me not knowing what state we are launching into exactly
Will-Matheny
left a comment
There was a problem hiding this comment.
Worked on older JSTAR laptop with shared and without did not see any increase in torquer it stayed at 0, but everything else seemed to work.
Isgaroth-the-Green
left a comment
There was a problem hiding this comment.
Went through the list of (testing) instructions, and everything worked as intended.
# Conflicts: # components/generic_adcs # components/generic_css # components/generic_eps # components/generic_fss # components/generic_imu # components/generic_mag # components/generic_radio # components/generic_reaction_wheel # components/generic_star_tracker # components/generic_thruster # components/generic_torquer # fsw/apps/cf # fsw/apps/ci # fsw/apps/io_lib # fsw/apps/sc # fsw/fprime/fprime-nos3 # scripts/fsw/fsw_fprime_launch.sh
Added most ADCS functionality in Fprime (besides the extensive ADCS telemetry packets)
Implemented Data & Control Loops @ 5Hz
Added periodic updating of component tlm @ 1Hz
Added Custom Ports in Fprime
Added additional RateGroup @ 5Hz, Changed Block Driver to be 10x faster
Changed Fprime Launch Script for more consistent deployment
Refactored ADCS in Fprime & cFS to utilize shared folder
Added an additional Proportional controller to RW in Bdot mode to kill momentum (not just torque)
How to Test:
Submodules to be merged:
generic_adcs - 740-fprime_adcs
generic_css - 740-fprime-adcs
generic_eps - 740-fprime_adcs
generic_fss - 740-fprime-adcs
generic_imu - 740-fprime-adcs
generic_magnetometer - 740-fprime-adcs
generic_reaction_wheel - 740-fprime-adcs
generic_star_tracker - 740-fprime-adcs
generic_torquer - 740-fprime_adcs
fprime - 740-fprime-adcs
fprime-nos3 - 740-fprime_adcs
Closes #740
Closes #749
Closes #736