hapiel / Acrobot

The Acrobot is a robotic circus performer made by Daniel Simu
http://acrobot.nl/
5 stars 0 forks source link

only update csv file when bottango is changed #63

Open hapiel opened 5 months ago

hapiel commented 5 months ago

Right now I recreate all csvs from the bottango output, no matter if they are changed or unchanged. They do get a new datestamp every time. This also means that all files get updated in the git.

It would be convenient if I could only generate csvs for files that are changed in AnimationCommands.json, but how do I know which files these are? Would I have to read every csv? Is there a trick I can use?

I can uncheck the files in bottango, but that would be a hassle.