ETA Wednesday
I've released as open-source my firmware and some of the other tools I wrote at https://github.com/adob/ar4 .
This includes the GELLO episode recorder which can be used to record teleoperation sessions for later training with ACT (Action-Chunking with Transformers). There is also a GUI tool that you can use to move the arm using arrow keys from a first-person perspective (assuming you have a camera mounted).
I haven't gotten to releasing the ACT training code. Let me know if there is interest.
@aleksandr-dobkin Looks great, excited to try it! I wish the license was more permissive (mit, etc). ACT training code would be great, this is the same thing I’m working on doing, but haven’t got that far yet. Thank you for sharing this!!
As far as licensing, I do have a dependency on ViSP, which necessitates the GPL. But also, just curious, but why is permissive licensing important to you? You can do pretty much whatever you want with GPL code, no?
I'll work on getting my ACT changes open as well in the coming week or two. Curious about what you're working on.