Replies: 1 comment 2 replies
-
What sequencing example are you referencing?
It looks from the CmdSequencer.fpp, you can run sequence from other components by using the following port:
You'd need the output match to the above port. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello F' Community,
I have created an F' project and have successfully been able to send my component noop cmds through f' GDS. I know Fprime-gds has a notion of sequencing however I am having trouble following the sequencing example. Specifically, when I build fprime using fprime-util build I do not build the "fprime/Ref/build-artifacts/*/dict/RefTopologyAppDictionary.xml". I believe I am on v3.4.3 of F'.
Also, I was wondering if I can utilize command sequencing directly in F' fsw? I would like to send a command from my F' component every couple seconds and have the command sequence handler do that without having to go through F' GDS.
If there is an example or place in documentation I have overlooked please let me know. I appreciate any feedback. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions