You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please specify where and what exactly to run the shell scripts contained with ECI for cFS 6.6. Specifically to get it to work in nos3. A step-by-step guide on how to install and an ECI example app would be very useful, mentioning specifically what directories different files have to be located and run in.
Having never used it, I can't comment on NOS3 or advise on how to integrate software into it. Perhaps open an issue on their repo if you need further instructions?
I can try to help for working with a general CFS system though.
We've implemented a CI pipeline on the 6.6 branch which you should be able to use as a guide, while we get the documentation updated for 6.6. If you look at travis.yml on that branch, you'll see the commands needed to build the SGP4 example app are
cmake ./ci/sgp4
make -C ./cfs
from the root of the ECI repo. Those commands will create you a working CFS directory structure from scratch by cloning several repos that you'll need and will integrate ECI and the SGP4 app into that CFS tree that it creates. Hopefully that should help demonstrate what the end goal is. You can look at specifically what's happening during that process by examining the definition of the sgp4 config and the cmake functions that are doing the work in setup.cmake.
I agree that better documentation is needed and am working on converting the integration guide to markup and making it more beginner-friendly (it previously assumed alot of CFS knowledge).
Just a note, those scripts are useful for getting started but not necessarily what you'll want to use once you have your project established (because you'll probably want more control over what version of each repo you're using).
Also note that the commands to build the CFS system don't necessarily change by integrating new apps, other than perhaps specifying a different cmake config if you call yours something other than the default, so I don't expect we'll be adding any documentation on how to build CFS.
Let me know if this makes sense and/or if you have additional questions.
Please specify where and what exactly to run the shell scripts contained with ECI for cFS 6.6. Specifically to get it to work in nos3. A step-by-step guide on how to install and an ECI example app would be very useful, mentioning specifically what directories different files have to be located and run in.
For example like this under the setup and build and run secions of cFS on github, located here https://github.com/nasa/cFS
The text was updated successfully, but these errors were encountered: