FolkComputer / folk

🎁 Physical computing system.
https://folk.computer
Apache License 2.0
75 stars 4 forks source link

Cleanup (remove pi/ & play/ & laptop.tcl, mostly inline into virtual-programs/) #139

Closed osnr closed 3 months ago

osnr commented 4 months ago

Mostly just so the repo is cleaner, junks unused code, colocates support code in virtual programs (display, camera, apriltag).

Please test normal functionality & calibrate & print

Can close #61 once merged (laptop simulator is finally going away)

osnr commented 4 months ago

Also makes ./folk.tcl executable and should fix ./folk.tcl calibrate

cwervo commented 4 months ago

Tested on Folk0, programs are all running fine and printing is working. When I run ./folk.tcl calibrate I'm consistently getting this though:

Screenshot 2024-05-15 at 3 38 16 PM

& I don't see the red triangles on tags so it seems like calibration fails?

osnr commented 4 months ago

should be fixed now -- i think stderr output from calibrate.tcl was triggering a failure of exec. also fixed realtime output

cwervo commented 3 months ago

Yep, calibration works well now, I think this is good to go, thanks Omar!