Inertial Cartesian Relative Motion Feedback Control#1260
Open
Will-Schwend wants to merge 4 commits intodevelopfrom
Open
Inertial Cartesian Relative Motion Feedback Control#1260Will-Schwend wants to merge 4 commits intodevelopfrom
Will-Schwend wants to merge 4 commits intodevelopfrom
Conversation
schaubh
requested changes
Feb 14, 2026
src/fswAlgorithms/formationFlying/inertialCartFeedback/inertialCartFeedback.cpp
Outdated
Show resolved
Hide resolved
src/fswAlgorithms/formationFlying/inertialCartFeedback/inertialCartFeedback.cpp
Outdated
Show resolved
Hide resolved
src/fswAlgorithms/formationFlying/inertialCartFeedback/inertialCartFeedback.cpp
Show resolved
Hide resolved
src/fswAlgorithms/formationFlying/inertialCartFeedback/inertialCartFeedback.cpp
Show resolved
Hide resolved
src/fswAlgorithms/formationFlying/inertialCartFeedback/inertialCartFeedback.i
Outdated
Show resolved
Hide resolved
src/fswAlgorithms/formationFlying/inertialCartFeedback/_UnitTest/test_inertialCartFeedback.py
Outdated
Show resolved
Hide resolved
src/fswAlgorithms/formationFlying/inertialCartFeedback/inertialCartFeedback.rst
Outdated
Show resolved
Hide resolved
src/fswAlgorithms/formationFlying/inertialCartFeedback/inertialCartFeedback.rst
Outdated
Show resolved
Hide resolved
src/fswAlgorithms/formationFlying/inertialCartFeedback/inertialCartFeedback.rst
Outdated
Show resolved
Hide resolved
src/fswAlgorithms/formationFlying/inertialCartFeedback/_UnitTest/test_inertialCartFeedback.py
Show resolved
Hide resolved
56d44dd to
cbb9bc0
Compare
cbb9bc0 to
3b49206
Compare
schaubh
approved these changes
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a module to take the inertial current deputy spacecraft state and desired deputy spacecraft state and outputs a relative motion inertial control force to control the deputy to it's desired states.
Verification
A new unit test
test_inertialCartfeedbackwas created to validate the operations of the module.Documentation
New documentation was added for the modules and release notes was updated.
Future work
N/A