This is the repository for UCubeSat's POV1 mission code. It is written in F Prime.
If you already have an SSH key, activate it with ssh -T git@github.com If not, follow instructions at the following, and then do ssh -T git@github.com https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
This project was auto-generated by the F' utility tool.
F´ (F Prime) is a component-driven framework that enables rapid development and deployment of spaceflight and other embedded software applications. Please Visit the F´ Website: https://fprime.jpl.nasa.gov.
Clone with: pip install fprime-bootstrap fprime-bootstrap clone https://github.com/ucubesat/POV1 Then empty out the libs/opencv/build folder Enter the build folder, run: cmake ../opencv-4.x cmake --build . make -j4 make install Then in POV1 directory, run fprime-util purge fprime-util generate And test with fprime-util build