Go to file
RK117 caaca9fc28 readme added 2023-12-21 05:39:09 -08:00
.github fourth 2023-12-07 09:21:32 -05:00
SpiriQGC finalized 2023-12-21 08:03:49 -05:00
qgroundcontrol-Stable_V4.2 finalized 2023-12-21 08:03:49 -05:00
spiri_src finalized 2023-12-21 08:03:49 -05:00
.ackrc fourth 2023-12-07 09:21:32 -05:00
.gitignore fifth 2023-12-08 11:08:42 -05:00
.gitmodules fifth 2023-12-08 11:08:42 -05:00
.travis.yml fourth 2023-12-07 09:21:32 -05:00
.vagrantconfig.yml fourth 2023-12-07 09:21:32 -05:00
.ycm_extra_conf.py fourth 2023-12-07 09:21:32 -05:00
README readme added 2023-12-21 05:39:09 -08:00
formatted_files.json finalized 2023-12-21 08:03:49 -05:00
formatter.sh finalized 2023-12-21 08:03:49 -05:00
input_file.txt finalized 2023-12-21 08:03:49 -05:00
output finalized 2023-12-21 08:03:49 -05:00

README

Hello, this is the repository for the repo differ script and files, made for Spiri Robotics by O. Kaya.

INCLUDED: 
- SpiriQGC: A modified version of QGC(can and should be deleted after script is run once(it already has been in this repo), here only for demonstration)
- QGC original repository v4.2
- input_file.txt: a git diff of additions and changes over QGCv4.2 made by SpiriQGC
- formatter.sh: the main software, takes input_file.txt(run the command ./formatter.sh input_file.txt), and outputs the following:
    - spiri_src: has subdirs added and modded, which carry the respective files from SpiriQGC.
    - formatted_files.json: lists the src of where the newly moved files in spiri_src and their respective destinations in QGC.
    - output.txt: it doesn't actually output this but prints it to console when run on my end, three files don't seem to work, shouldn't be an issue as they're the .gitignore, .gitmodules, and copy.txt(the only mystery one)

Every other file present on the base directory(.ackrc, .gitignore, .gitmodules, .travis.yml, vagrantconfig.yml, .ycm_extra_conf.py) is some form of leftover that isn't visible on my end, this may have been what caused the 3 errors in the formatter output.